View Full Version : Help please :)


Madeleine88
06-21-2004, 04:37 PM
Ok this is my site http://www.geocities.com/amazinglyolsens/ so far :P and I want to put this on the backround http://www.geocities.com/amazinglyolsens/aolayout04.png

now I know the code for the backround is <BODY background="http://www.geocities.com/amazinglyolsens/backgroundao.png">


but do u like put the code thing for the layout under that? and whats the code to use to put up a layout thing?

Please help, I know u know ;) :)

Madeleine88
06-21-2004, 06:15 PM
nevermind, I figured it out, but you know that some people write u know like "pictures..them..site www on the layout and u then can make em clickable...how do u do that? make a text in ur layout clickable? please help!!!

mbotw
06-22-2004, 03:28 AM
If Your Talking About Making A Text Link, Like When You Hover Over It It Still Has The same Cursor, And All (Like The "I" Looking Cursor) Then All You Need To Do Is Copy This Code To Your Editor.

<style type="text/css">

A:link { text-decoration: none; color:#000000; }
A:visited { text-decoration: none; color:#000000; }
A:hover { text-decoration: none; color:000000; cursor:text }

</style>

Hope That's What You Were Talking About!

Monkey Bizzle
06-22-2004, 03:36 AM
if you want to draw the text on your layout and then make the words clickable, you can make an image map...