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
Switch to threaded view of this topic Create a new topic Submit Reply
icon5.gif  Different style definitions of tables [message #1550] Thu, 18 April 2002 18:46 Go to next message
smike is currently offline  smike   Germany
Messages: 182
Registered: April 2002
Location: Munich/Germany
Karma: 0
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
Re: Different style definitions of tables [message #1559 is a reply to message #1550] Thu, 18 April 2002 19:11 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
The 2nd code you've pasted is a better aproach, but both codes will end up with the same result as far as the browser is concerned.

FUDforum Core Developer
Re: Different style definitions of tables [message #1565 is a reply to message #1559] Thu, 18 April 2002 19:54 Go to previous messageGo to next message
smike is currently offline  smike   Germany
Messages: 182
Registered: April 2002
Location: Munich/Germany
Karma: 0
Senior Member
prottoss wrote on Thu, 18 April 2002 3:11 PM

The 2nd code you've pasted is a better aproach, but both codes will end up with the same result as far as the browser is concerned.

I'm sorry but it wouldn't at Mozilla 0.9.9 and at Konqueror 3.0. Perhaps you have misunderstood me, but the code I posted previously wasn't created by me, but by FUD. I just copied it!
I add two little screenshots to this post.
Bye, Mike
  • Attachment: forum1.jpg
    (Size: 6.57KB, Downloaded 564 times)
  • Attachment: forum2.jpg
    (Size: 5.36KB, Downloaded 585 times)
Re: Different style definitions of tables [message #1567 is a reply to message #1565] Thu, 18 April 2002 20:33 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Okie I see your point I'll take a look into the prob.

FUDforum Core Developer
Re: Different style definitions of tables [message #1912 is a reply to message #1567] Wed, 24 April 2002 19:28 Go to previous message
smike is currently offline  smike   Germany
Messages: 182
Registered: April 2002
Location: Munich/Germany
Karma: 0
Senior Member
Have you taken a look at the members page of the FUDforum?
At top of the member table you can see the mentioned different styles. (Mozilla 0.9.9; Konqueror 3.0)
BTW, I know you can sort the rows, but the class in the source-code is the same as in my first post.
Bye, Mike

[Updated on: Wed, 24 April 2002 19:30]

Report message to a moderator

  Switch to threaded view of this topic Create a new topic Submit Reply
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: Sat Jul 27 03:41:59 GMT 2024

Total time taken to generate the page: 0.02217 seconds