HTML Newb Help

fiveub's Slave
Associate
Joined
1 Sep 2007
Posts
1,461
Location
OcUK HQ
Before i made a post about frontpage. I decided to scrap that and start a site using notepad. :rolleyes:

At the moment i am pleased with what i have but it looks okay on my screen but on the computer downstairs the allignments are all screwed.

Any ideas how i can get around this? I tried to fix it by aligning them both to center but moving the button to the right but it still isnt alligned on the computer downstairs with differnt resoloutions.

Any ideas?

1-1.png


2-2.png
 
Before reading the replys i got here i got advised to put the images into a table.

Code:
<html>
<body>
<center>
<table width="800px" cellpadding="none" cellspacing="none">
<tr>
<td colspan="2"><img src="images\banner.png"/></td>
</tr>
<tr>
<td width="200px"><img src="images\button_home.png"/>
</td>
</tr>
<td width="200px"><img src="images\button_home.png"/>
</td>
<td width="600px">TEXT HERE</td>
</tr>
<tr>
<td colspan="2">Copyright 2007 - Ben Davies</td>
</tr>
</table>
</center>
</body>
</html>

This look alright?
 
Back
Top Bottom