|
Posted by X l e c t r i c on 11/06/05 20:53
miguelco01blue@gmail.com wrote:
"Thank you,
that really helps a lot, but I design using tables and I only want this
specific table to have the border. Its possible just to have and
specific table with the border?"
Yes it is.
In the example that Jonathan=A0N.=A0Little gave:
TABLE { border: 1px solid #FF0066 }
change the selector from TABLE to a class of your choosing that complies
with specification regarding class names
(http://www.w3.org/TR/CSS2/syndata.html#q4). For example you might use
something like .tableborder or table.tableborder, then you can add
class=3D"tableborder" to the opening table tag.
Later, Art.
P.S. In case it doesn't show up in this post, there should be a
dot/period before tableborder and between table and border in the class
name examples I gave above.
Navigation:
[Reply to this message]
|