Farore
08-25-2006, 01:07 AM
Hi, this is my first seriosu website, and I'm concentrating on the Splash Page/Top Page for it. What I want is to place for little images, side by side horizontally, in the middle of my page. I looked into Div Elements, and I'm still having a little trouble. Right now, my code looks like this (since I don't think I'm allowed to post links)
<html>
<head>
<title>Your page title goes here</title>
</head>
<body background="Brun.gif">
<body>
<div id=layer1 style="position:absolute; top:20; left:20; width:300; height:300; z-index:1; padding:5px;background-image:url(yourfilename.gif); layer-background-image:url(yourfilename.gif);">
<div align="center"><img src="Bastok.jpg" width="110" height="110" alt="Bastok"></div>
<div align="center"><img src="Jeuno.gif" width="110" height="110" alt="Bastok"></div>
<div align="center"><img src="Sand'Oria.jpg" width="110" height="110" alt="Bastok"></div>
<div align="center"><img src="Aht Urgan.jpg" width="110" height="110" alt="Bastok"></div>
</div>
---Everything
</body>
</html>
----------------------------------------------------------------------
Please kepe in mind this is my first real site that I'm trying to build, I have a long way to go and I never write unless I simply can't figure out how ot do something.
I couldn't figure this out :)
Thank you for reading.
<html>
<head>
<title>Your page title goes here</title>
</head>
<body background="Brun.gif">
<body>
<div id=layer1 style="position:absolute; top:20; left:20; width:300; height:300; z-index:1; padding:5px;background-image:url(yourfilename.gif); layer-background-image:url(yourfilename.gif);">
<div align="center"><img src="Bastok.jpg" width="110" height="110" alt="Bastok"></div>
<div align="center"><img src="Jeuno.gif" width="110" height="110" alt="Bastok"></div>
<div align="center"><img src="Sand'Oria.jpg" width="110" height="110" alt="Bastok"></div>
<div align="center"><img src="Aht Urgan.jpg" width="110" height="110" alt="Bastok"></div>
</div>
---Everything
</body>
</html>
----------------------------------------------------------------------
Please kepe in mind this is my first real site that I'm trying to build, I have a long way to go and I never write unless I simply can't figure out how ot do something.
I couldn't figure this out :)
Thank you for reading.