HTML Table

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
klenkes
Power Poster
Power Poster
Posts: 307
Joined: Mon Sep 08, 2008 9:43 am

Re: HTML Table

Post by klenkes »

Looks to me that you are using the almost not changed template that came with CMSMS. In the stylesheets almost all elements have set their borders to zero. It's called a reset.
You have to define your own styles for table tr and td!

Like:

Code: Select all

table {width:100%; border:1px solid #CCC; font-size:1.2em;}
td {padding:5px 10px; border-bottom: 1px solid #CCC;}
Just as an example...

Bernd
Post Reply

Return to “Layout and Design (CSS & HTML)”