Thread: Band Website
View Single Post
Old
  (#19)
Bleuachdu is Offline
Senior Member
 
Posts: 2,345
Join Date: Apr 2002
Location: Detroit, MI
  Send a message via AIM to Bleuachdu  
Default 09-02-2005, 08:56 AM

Yes. The stylesheet controls how the table cells function. I pulled out all of the attributes in the <table> and <td> tags and set them to run in the stylesheet. The cellspacing/padding are a little funny in CSS, so keeping them in the primary tag is OK.

Basically, if you're going to design in CSS, make sure you keep it all in CSS. Or, keep all of your design and style elements in the HTML. Things will run very neatly if you do either on it's own, but mixing the two is trouble.
  
Reply With Quote