Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

72 users online



Width Problem

Width Problem

Currently viewing this thread: 1 (0 members and 1 guests)


Stompy

Stompy

Status: Offline!

Width Problem

http://www.sonicletm.com/hosting/

On the site I recently coded using Dreamweaver I ran into a problem where the site doesn't strech to the bottom as intended to. It cuts off right at the end.

Can someone view the source and tell me whats up with it?

Thanks

Last edited by Stompy, November 26th, 2004 05:16 AM (Edited 1 times)

paki

paki

Status: Offline!
Code:


<body bgcolor="#FEFEFE" text="#000000" topmargin="0" bottommargin0><center>
<table width="632" border="0" cellspacing="0" cellpadding="0" [b]height="38%"[/b]>

your container table has a height of 38%, that could be a problem

sinsation

sinsation

23, mother, art slave, code monkey
Status: Offline!

It has nothing to do with that.
Change

Code:

<body bgcolor="#FEFEFE" text="#000000" topmargin="0" [b]bottommargin0[/b]><center>


to

Code:

<body bgcolor="#FEFEFE" text="#000000" topmargin="0" [b]bottommargin="0"[/b]><center>

I found that roughly around line 7 in my editor.

___________________

And the sig ran away with the spoon.

freak

freak

Neverside Newbie
Status: Offline!

Hrm...why not just use CSS?

From:

Code:

<body bgcolor="#FEFEFE" text="#000000" topmargin="0" bottommargin="0"><center>


to

Code:

body {
background: #fefefe;
color: #000;
margin: 0 auto;
width: 632px;
}

___________________

Tables for layout is an abuse. -- Internet Explorer is unsafe.

Stompy

Stompy

Status: Offline!

Thanks for the replies, I got that problem solved but have bumped into a new one.

http://www.sonicletm.com/hosting

As you can see all the middle stuff has been aligned to center and the blue navigation doesn't strech down.

Help?

sinsation

sinsation

23, mother, art slave, code monkey
Status: Offline!

Holy crap that's a lot of table code.=omg

___________________

And the sig ran away with the spoon.

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0075 seconds.