View Full Version : Image help!!


Squee
07-18-2003, 09:10 PM
Ok, I'm totally new at using html and I've been using this site to help me. Anyway, I have these two images and I'm trying to get one directly beneath the other and make a line (its the links side for the frames I'm currently trying to make). I've tried the hspace and vspace stuff, and the other image will move down beneath the other, but it wont go directly under it, it just starts where the image above it ends. I really don't know what I'm doing wrong. And, btw, how do you layer images? Sheesh, I hope someone understands me because I am lost..
Squee

Alcy
07-18-2003, 11:50 PM
<img src="Image1.GIF">
<br>
<img src="Image2.GIF">

Squee
07-19-2003, 06:11 PM
No, sorry...it didn't help. Here's my code so far, tell me what I am doing wrong:
<html>
---------------------
<head>
<title>New Page 1</title>
</head>

<body background="TON/back.jpg" bgproperties="fixed">
<img src="TON/rotator.gif" align="left">
<br>
<img src="TON/news.jpg" align="left" vspace="100">
</body>

</html>
--------------------
Am I leaving anything out? Because the image still isn't going directly under

Squee
07-19-2003, 06:28 PM
Sorry! I just figured it out..hey now, I'm just a bit slow here;)