View Full Version : Help!


Arrianna
02-09-2003, 03:26 PM
Help! okay the URL i am about to give you is the one where i just write my code for my new layouts so you cant really navigate around!

anyways i have my layout up but i have to problems my www/site image will not click and..... In my main window the big one it cant scroll what is wrong with it??

THANX oh yeah the url is http://www.angelfire.com/poetry/girly13/index1.html thanx!

Pange
02-09-2003, 03:35 PM
Heya! I think the problem is because of this image: http://image1ex.villagephotos.com/pubimage.asp?id_=1539371 See, it's layered on the front of all of the other objects, so you can't access anything behind them even though it's visible.

So I think you'll have to get rid of that one image. To solve the problem, you could crop that image so that it is just the little border, and position it so that it is in the right spot like this:

<img src="newimage.jpg" style="position:absolute; left:0px; top:500px;" border="0">

Of course, 0px and 500px are just examples of what you can use...you'll have to play around with it to get it to position in the right spot. I hope that helps!