Closed Thread Icon

Preserved Topic: Table (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20493" title="Pages that link to Preserved Topic: Table (Page 1 of 1)" rel="nofollow" >Preserved Topic: Table <span class="small">(Page 1 of 1)</span>\

 
marf
Bipolar (III) Inmate

From: Canada
Insane since: Oct 2001

posted posted 04-25-2002 02:58

I have a table that is centered in my webpage. I would like for it to go to the VERY Top of the webpage window so seems that there is a left column of blue, a larger middle column of lighter blue (where info will be), and a right column of blue.

Thanks

hallon
Bipolar (III) Inmate

From: Karlstad, sweden
Insane since: Feb 2002

posted posted 04-25-2002 07:41


is this what you mean??

<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">

<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="20%" bgcolor="#6699CC"></td>
<td width="60%" bgcolor="#B3CCE6">(where info will be)</td>
<td width="20%" bgcolor="#6699CC"></td>
</tr>
</table>

/m

Xdreamer.ch
Maniac (V) Inmate

From: Switzerland
Insane since: Mar 2001

posted posted 04-25-2002 13:46

seems to be the right one....:up:

cu
~Xdreamer.ch~
-------------------------------
to stupid for transparent sigs

OlssonE
Maniac (V) Inmate

From:  Eagleshieldsbay, Sweden
Insane since: Nov 2001

posted posted 04-25-2002 18:31

But this doesn't work with ns4.7. Then you have to use pixels (3/1024) and maybe have a javascript that checks your the screens resulotion.
___________________________________________
~Just a thought~ ::OlssonE::

marf
Bipolar (III) Inmate

From: Canada
Insane since: Oct 2001

posted posted 04-25-2002 23:40

Yes that One works for IE6 and that is all I care about
This code is all I needed (marginheight="0" marginwidth="0" leftmargin="0" topmargin="0")

I already had the table
I'm not totally helpless with HTML

Thanks Alot

hallon
Bipolar (III) Inmate

From: Karlstad, sweden
Insane since: Feb 2002

posted posted 04-26-2002 11:02

it works just fine here with netscape 4.0

is that true?? that it doesnt work in netscape 4.7 ???

/m

OlssonE
Maniac (V) Inmate

From:  Eagleshieldsbay, Sweden
Insane since: Nov 2001

posted posted 04-26-2002 12:38

This have never worked for me in netscape 4.7.
<table width="100%">

kuckus
Bipolar (III) Inmate

From: Berlin (almost)
Insane since: Dec 2001

posted posted 04-28-2002 17:03

OlssonE: I'm pretty sure that <table width="100%"> works in any existing browser, it's used on about every second html page. And this whole forum consists of tables that are 100% wide.

Here's a sample page which works in NN 4.7.

kuckus

« BackwardsOnwards »

Show Forum Drop Down Menu