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??
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??