![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Could someone please tell me how to make this http://www.anrodscreen.com/plain-wea...h-proposed.php tabled list into a list with CSS? |
#3
| |||
| |||
|
|
Brent Atkerson wrote: Could someone please tell me how to make this http://www.anrodscreen.com/plain-wea...h-proposed.php tabled list into a list with CSS? Why would you want to do that? It sure looks like tabular data to me, thus suited for the table used. Recommendations: use <th> for the heading row drop all the 'center' and <font..> stuff from the data rows, and use CSS for that The bold is hard to read. No need to assign a font size then. Use <table class="weave" .weave td { text-align: center; } -- -bts -Warning: I brake for lawn deer |
#4
| |||
| |||
|
|
Use <table class="weave" .weave td { text-align: center; } Thank you bts, I will give it a go... Just thought I could do it with CSS and not have to worry about the table markup You can. Set default styles for ".weave td" (font, centering, color, |
#5
| |||
| |||
|
|
Brent Atkerson wrote: Use <table class="weave" .weave td { text-align: center; } Thank you bts, I will give it a go... Just thought I could do it with CSS and not have to worry about the table markup You can. Set default styles for ".weave td" (font, centering, color, margin, ...) and use explicit classes for special cases. Oh! You mean not use a table at all? But it's tabular data... -- jmm (hyphen) list (at) sohnen-moe (dot) com (Remove .AXSPAMGN for email) |
![]() |
| Thread Tools | |
| Display Modes | |
| |