PencilSharpener
02-18-2003, 10:53 PM
How do I do this with my layout? http://aint-it-funny.org/indexx.html I've tried page anchors, but they don't work. I still have this huge space before the layout. Is there some code I'm missing?
|
View Full Version : Question PencilSharpener 02-18-2003, 10:53 PM How do I do this with my layout? http://aint-it-funny.org/indexx.html I've tried page anchors, but they don't work. I still have this huge space before the layout. Is there some code I'm missing? Alcy 02-18-2003, 11:12 PM I don't see a space before the layout, but I see a huge on after it.... ;) When you position divs, you only need two points (ie. left and bottom, left and top, right and bottom, or right and top). You don't need to specify the position from the left, right, top, and bottom :). <div style="position:absolute; top:460px; left:330px;"> |