Use <th> instead of <td class="TableHeading"> [message #1443] |
Mon, 15 April 2002 03:40 |
snafu
Messages: 27 Registered: April 2002
Karma: 0
|
Junior Member |
|
|
Suggestion:
Use <th> instead of <td class="TableHeading">. I did this on our test installation of FUD, and it involved editing quite a bit of FUD source code and doing some style sheet tinkering.
The display is the same, (even on NS4.7) but the underlying markup is structured better. This will help anal web standards geeks like me sleep better at night.
|
|
|
Re: Use <th> instead of <td class="TableHeading"> [message #1444 is a reply to message #1443] |
Mon, 15 April 2002 05:54 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Sounds like a good idea
<th> tag however has 2 anoying properties. first the text inside is automatically bolded & second which is even more anyoing is that the text inside the tag is aligned center by default.
The 2nd being most problematic since the text inside <td class="TableHeading"> is rarely centered.
FUDforum Core Developer
[Updated on: Mon, 15 April 2002 05:59] Report message to a moderator
|
|
|
|
|
|
|