View Full Version : I Really Really Really Need Help!!!!!!!!!!!!!!!


Natedogg4456
10-18-2003, 01:32 AM
Ok I rying to make a div layout and when I went to place the banner at the top it would not work. I was thinking it might have been becuase it is a jpeg file im not sure some one help. Here is the code:
<html>
<head>
<title>New Page 1</title>
<link rel="stylesheet" type="text/css" href="test.css">
<img src="banner.jpg">
<DIV style="position: absolute; top:100px; left:0px;">
<img src="yourpicname.gif" width="150" height="400">
</div>

kittycat
10-18-2003, 02:54 AM
You should have the tags in red...

<html>
<head>
<title>New Page 1</title>
<link rel="stylesheet" type="text/css" href="test.css">
</head>
<body>
<img src="banner.jpg">
<DIV style="position: absolute; top:100px; left:0px;">
<img src="yourpicname.gif" width="150" height="400">
</div>
</body>
</html>

Make sure the image is uploaded and named properly too