Add Colours
I have no idea how to code a table where each table row is a diffrent colour. EX. Row 1 is RED Row 2 is Blue. Row 3 is Red again.
View RepliesI have no idea how to code a table where each table row is a diffrent colour. EX. Row 1 is RED Row 2 is Blue. Row 3 is Red again.
View RepliesThere is something wrong in this. I couldn't figure it out.
I have three: Keyword, Keywordb, Keywordc
I had inserted: strSearchFor, two, three (same function)
Code:
anyways what id like to do is in my "do while" loop i want to create different background colours so its easier to read with large tables.
I know the code should be something like:
If variaiable isnot true then
bgcolour = blue
Else
bg colour = red
end if
i am, however, not quite sure ont he correct syntax for it?
In a form I'm creating several asp text boxes for user input. When I look at these in IE or Firefox one or two are coloured yellow with a border, whereas the rest are the normal white with a thin blue border.
There is nothing I can see in the code that does this, and with a bit of testing I can force this condition by adding text outside the text box. Very weird. Has anybody seen this behaviour before. I'm using Dreamweaver MX 2004, but I'm feeling it's not DW at fault here.