Click to See Complete Forum and Search --> : help with image placing


wrexdanny
05-11-2005, 10:13 AM
i am doing coursework for uni and have to design a website.

i am currently using 3 frames, for the top part i want my company's logo.

due to it looking crap when spread, i wanted to place it once on the left and the on the right.

however the right hand side logo appears lower than the left.

this is my code so far.

<html>

<head>

<title>

Untitled Document

</title>

</head>

<body bgcolor="#000099" text="#FFFF00">

<div align="left">

<img src="Logo.JPG" width="425" height="175">

</div>

<div align="right">

<img src="Logo.JPG" width="425" height="175">

</div>

</body>

</html>


any ideas??

ewomack
05-11-2005, 12:56 PM
Can you publish the site somewhere and post the link so we have a visual? It's hard to troubleshoot graphics problems based on code alone.

ray326
05-11-2005, 09:46 PM
With no doctype and all that deprecated markup no wonder there are problems.