Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- Help request: table cell spacing issue


zabalex - 11:36 pm on Nov 2, 2011 (gmt 0)


Hi,
Also the tbody is not required now a days as it was being used some years before. If you have to call some style many number of times on a page just write it on a css file and include the css file in the header of the page and just call the class whenever required to use that style. As you have used

style="border: 1px solid rgb(220, 220, 220);" for three times you could better write it on a css file like

.tdborder {border: 1px solid rgb(220, 220, 220);}

and call the class in your td like
<td class"tdborder"> it will serve the same as you have mentioned.

regards
zabalex


Thread source:: http://www.webmasterworld.com/html/4382708.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com