alignment issue

DarkerLeliel

New Member
I'm having trouble getting my site to align to the top and bottom of the browser (See example)
notaligned6ie.gif

What do i need to do?
 

DarkerLeliel

New Member
This is what i've done so far

<Center>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>TripWire 2005-6</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="9E9E9E">
<table width="660" cellpadding="0" cellspacing="0">
<tr>
<td width="30" background="images/boarder_left.jpg"></td>
<td width="250"><img src="images/logo_bar_1.jpg" width="250" height="110"></td>
<td width="350"><img src="images/logo_bar_2.jpg" width="350" height="110"></td>
<td width="30" background="images/boarder_right.jpg"></td>
</tr>
</table>
</body>
</html>
</Center>
 

SiteExpress

New Member
I think you need to set the page margins. Most times, if you are using something like FrontPage, or Dreamweaver, the margins are blank by default. This leaves a small space. You should set them to 0.

it would help to have a link to the site to look at, and also what type and version of editor you are using.
 

DarkerLeliel

New Member
SiteExpress said:
I think you need to set the page margins. Most times, if you are using something like FrontPage, or Dreamweaver, the margins are blank by default. This leaves a small space. You should set them to 0.

it would help to have a link to the site to look at, and also what type and version of editor you are using.

Perfect, you were right. I am using dreamweaver and sure enough it had like a 10 pixel default margin.
 
Top