cowie_moo
06-19-2004, 01:49 AM
See,I'm trying to make a layout,And I have this image(http://www.geocities.com/cowie_moo/cho3.jpg)but,I don't know how to put the image to the RIGHT of the page,With the text on the right,and the Navigation on the bottom of the text,but I don't know the code,and th stylsheet...can someone give me the code?I'd be much obligied!-Cowie
Owlie42
06-19-2004, 05:35 AM
I think I'd use layers or frames. The image (because it's Geocities) doesn't show up in the browser, but if it's a small image, then use layers, large one, use frames. Frames are a bit annoying, though.
Layers, it would be something like
<div style="position: absolute; left: 400px; top:10px;">
<img src="blah.jpg"></a>
</div>
<div style="position: absolute; left: > 400px; top:10px;">
Text Text text
</div>
<div style="position: absolute; left: > 400px; top:> 10px;">
<img src="blah.jpg"></a>
</div>
Change bolded values to your pixel values. Is that what you mean? Because I wasn't sure