Posted by Jonathan N. Little on 11/06/05 21:27
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?
>
Use a class
..myClass { [styling stuff] }
Then ALL elements <element class="myClass">...
will have myClass's styling
or more specifically
#myId { [styling stuff] }
The ONE element with the id 'myId' <element id="myId">...
will have myId's styling
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|