Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
Susann
Moderator



Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support

PostPosted: Mon Aug 08, 2005 10:20 am Reply with quote

I added a new table with several rules into my content pages.The table isnĀ“t finished.The result was a little bit strange, because I found in the source code br/ br/ and my table is at the bottom. Confused
How can I fix this ?


Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6437

PostPosted: Mon Aug 08, 2005 11:03 am Reply with quote

Code:
You have <br/> inside the <table>, but not inside <td>.  These will all be displayed BEFORE the table, causing your table to be displayed at the bottom.


For example,

<table  width="99%"border="1" cellpadding="0" cellspacing="0">
 <br />
  <TR><TD nowrap width="4%"bgcolor="#F0F8FF"><br />
  <DIV align="center"><STRONG>A - Z </STRONG></DIV></TD><br />
    <TD width="13%" bgcolor="#FFFFFF"><br />
      <DIV align="center"><STRONG>Deutsch</STRONG></FONT></DIV></TD><br />

Should be:
<table  width="99%"border="1" cellpadding="0" cellspacing="0">
  <TR><TD nowrap width="4%"bgcolor="#F0F8FF"><br />
  <DIV align="center"><STRONG>A - Z </STRONG></DIV></TD>
    <TD width="13%" bgcolor="#FFFFFF"><br />
      <DIV align="center"><STRONG>Deutsch</STRONG></FONT></DIV></TD>

Do you see where the extra breaks were removed?  If desired, these could also be moved inside a <TD> </TD> pair.

_________________
I search, therefore I exist...
Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
Susann







PostPosted: Mon Aug 08, 2005 11:51 am Reply with quote

I just solved the problem. I added the table into the page text instead of the header text and I added a <caption align="bottom">at the end.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©