View Full Version : I don't know what I did wrong.


Daniela
08-30-2003, 06:22 AM
This is my site: http://www.geocities.com/moonrainwater

There is a text link at the bottom that reads "Ostentatious Me" I want that link to be at the top of the page, but I can't seem to get it to go over the layout image. Here's my CSS/HTML script:

<STYLE type="text/css"><!--
body,tr,td, h6, p, li, b, u
{font-size: 10pt;
font-family: vargas;
color:#000000;
line-height:12px;
letter-spacing:0pt
text-align: left}

A:link {text-decoration:none; }
A:visited {text-decoration:none; }
--></STYLE>
<p ALIGN="CENTER"><a href="me.html" target="content">Ostentatious Me</a>

Can anyone tell me what's the problem?

jtchange
08-30-2003, 06:27 AM
you need to use css to position it over the image...here's the code:

<div style="position:absolute; left:#px; top:#px;"><a href="yourpage">Your link</a></div>


edit that to your needs..hope that helps!

Daniela
08-30-2003, 06:30 AM
Yes! That worked! Thank you sooo much! :)

Do you know why half of the text is cut in half at the top?