Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
Posted:
Wed Apr 07, 2010 8:37 am
try
style="border:1px solid red;"
you can also apply different border styles (instead of solid) such as dotted, dashed, double, groove, and ridge.. if you dont define a border style the border may not appear...
the above is "shorthand", can also be written as:
border-style:solid;border-width:1px;border-color:red;
Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
Posted:
Wed Apr 07, 2010 7:05 pm
hmmm, how about:
style="border:1px solid #ff0000"
for red...?
It's also possible you have some styling conflicts, maybe a border: none somewhere?
Firebug for firefox is very handy for troubleshooting styling, you can right click on any page element and see all associated styling, even styles that have been overridden.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum