Quote:
Originally Posted by Red Matrix
Peter,
Sorry to trouble you with a simple style question, but what's the best way to center the items inside the 'bar'? I could edit the <TD> and place alignment paramaters; or set up a class in the css, or inline; or the frightfull <CENTER> tags nested in each cell. I'm not sure. Thanks for considering to answer me.
|
I'd use
Code:
<td align="center">
myself as that is what is used everywhere else in vB and still allows you to use standard classes for the contents too.