Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


In explorer - ok, in Netscape content start in mid height



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> HTML Forum
View previous topic :: View next topic  
Author Message
tovhtml



Joined: 06 Nov 2005
Posts: 5

PostPosted: Sun Nov 06, 2005 9:30 pm    Post subject: In explorer - ok, in Netscape content start in mid height Reply with quote

Hi,
In explorer the web site looks ok, in Netscape content start in the middle
of a column instead of in the top.
To be more specific: The web page is divided into three parts, The middle
part contain 3 tables and there is one table on the right and one on the left.
The side tables are in the same length as the middle one but part of them is
empty. I would like the content in the sides to start from the top and not to
be in the middle of the columns height.
Help will be appreciated.
Back to top
View user's profile Send private message
ReFredzRate
1000+ Club


Joined: 20 Aug 2004
Posts: 2186
Location: Netherlands

PostPosted: Sun Nov 06, 2005 9:43 pm    Post subject: Re: In explorer - ok, in Netscape content start in mid height Reply with quote

Try adding this to your <TD> tag:

VALIGN="top"
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
tovhtml



Joined: 06 Nov 2005
Posts: 5

PostPosted: Sun Nov 06, 2005 10:22 pm    Post subject: Re: In explorer - ok, in Netscape content start in mid height Reply with quote

Thank you Freddy, Tried what you suggeted but it's still not working
Back to top
View user's profile Send private message
webmaster
Site Admin


Joined: 17 Aug 2004
Posts: 3620
Location: Sweden

PostPosted: Sun Nov 06, 2005 10:33 pm    Post subject: Re: In explorer - ok, in Netscape content start in mid height Reply with quote

Welcome to DEVPPL, try this:
Code:
<table>
   <tr>
      <td valign="top">Text</td>
      <td><table></table><table></table><table></table></td>
      <td valign="top">Text</td>
   </tr>
</table>
Back to top
View user's profile Send private message Visit poster's website
tovhtml



Joined: 06 Nov 2005
Posts: 5

PostPosted: Sun Nov 06, 2005 11:16 pm    Post subject: Re: In explorer - ok, in Netscape content start in mid height Reply with quote

Thank you again, it's still not working (in Netscape), here is the code
I'm using:

<table height="100%">
<tr>
<td valign="top">
<center>
<br>
<a href="xxxx.html">
<font color="#333333"><font size="-1">
yyyyyy zzzzz</font></font></a>
<br>
<br>
<a href="index.html">
<font color="#333333"><font size="-1">
Home</font></font></a>
<br>

etc. etc.........................
....................
.....................
Back to top
View user's profile Send private message
webmaster
Site Admin


Joined: 17 Aug 2004
Posts: 3620
Location: Sweden

PostPosted: Mon Nov 07, 2005 10:24 am    Post subject: Re: In explorer - ok, in Netscape content start in mid height Reply with quote

Try to run this code:
Code:
<table height="100%">
   <tr>
      <td valign="top">Text</td>
      <td><table><tr><td>a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br /></td></tr></table></td>
      <td valign="top">Text</td>
   </tr>
</table>


Same thing?
Back to top
View user's profile Send private message Visit poster's website
tovhtml



Joined: 06 Nov 2005
Posts: 5

PostPosted: Mon Nov 07, 2005 2:57 pm    Post subject: Re: In explorer - ok, in Netscape content start in mid height Reply with quote

<table height="100%">
<tr>
<td valign="top">Text</td>
<td><table><tr><td>a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br />a<br /></td></tr></table></td>
<td valign="top">Text</td>
</tr>
</td>
I am not sure how the above code would look like, however, it led me to
the solution:
<table height="100%">
<tr>
<td valign="top">
Text
<td>
<td>
<td>
.
.
.

</td>
</tr>
</table>

I just filled the empty space in the side columns with <br> to the level of
the middle column. It may not be the professional solution but it works...
Back to top
View user's profile Send private message
tovhtml



Joined: 06 Nov 2005
Posts: 5

PostPosted: Mon Nov 07, 2005 3:02 pm    Post subject: Re: In explorer - ok, in Netscape content start in mid height Reply with quote

Sorry, it should be:
<br>
<br>
<br>
.
.
.
not:
<td>
<td>
<td>
.
.
.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> HTML Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap