FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Different style definitions of tables
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
icon5.gif  Different style definitions of tables [message #1550] Thu, 18 April 2002 18:46 Go to previous message
smike is currently offline  smike   Germany
Messages: 182
Registered: April 2002
Location: Munich/Germany
Karma:
Senior Member
Have you already noticed, that the style of tables wouldn't be constructed the same way?
I noticed that, as I tried to change the text-color of tableheadings.
The table of the first page looks like that of threads. The table of a category looks different.

Then I looked at the source code of these pages and found the following two entries.

----------------------------

<table border="0" cellspacing="1" cellpadding="2" class="ContentTable">
<tr>
<td colspan=3 width="100%" class="TableHeading">Forum</td>
<td class="TableHeading">Posts</td>
<td class="TableHeading">Threads</td>
<td nowrap class="TableHeading">Last Post</td>
<td nowrap class="TableHeading">Moderator(s)</td>
</tr>

----------------------------

<table border="0" cellspacing="1" cellpadding="2" class="ContentTable">
<tr class="TableHeading">
<td>&nbsp;</td>
<td>&nbsp;</td>
<td width="100%">Thread</td>
<td width=1>Replies</td>
<td width=1>Views</td>
<td align="center">Rating</td>
<td nowrap>Last Post</td>
<td nowrap>Started On</td>
</tr>

----------------------------

You can see, that the style-class "TableHeading" on the one hand is located in the tabledata-tag and on the other hand in the tablerow-tag.
I'm not sure, whether this is wanted.

I tried to find the appropriate php-files, but didn't succeed.
Oh yes... I use version 1.2.7 of FUD.

Bye, Mike
[Message index]
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: {TEMPLATE: err_coppa_msg}
Next Topic: url pointing to deleted forum causes error
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Jul 26 23:24:59 GMT 2024

Total time taken to generate the page: 0.08311 seconds