View Full Version : Need Help With Coding


BballPerson
08-22-2006, 02:22 AM
Hi everyone! =)

I'm new to this site, and right now im working on a website for my graphics and stuff. But I've never been good with HTML. So I really need some help finishing this page =/

Here's what I have so far

<html>
<head>
<title>The Retards Creations</title>
</head>
<body>

<center> <img src="http://img244.imageshack.us/img244/4010/layouttqy0.png"></center>


</body>
</html>


and this is my layout -
http://img244.imageshack.us/img244/4010/layouttqy0.png

Right now, I need to put links into the words/buttons.. Which I have no clue how to do. I also need to put a place where I can put my stuff in, where that box is, Like to type and stuff. And I need to find out how I can change the color of the outside of the layout. =/

If anyone could help, i'd really appreciate it.
Thanks!

-BballPerson

bourdelson
08-22-2006, 01:38 PM
To make your words your graphic into links, you should use an image map.

http://www.lissaexplains.com/fun6.shtml

To place your text, you can either use a div layer [ http://www.lissaexplains.com/html7.shtml ] or you can use an iframe so that each individual link opens up in its window instead of reloading the entire page [ http://www.lissaexplains.com/frames.shtml#inline ].

To change your background color and other style things, you can use CSS.

http://www.lissaexplains.com/css.shtml

All of those links can help you achieve what you'd like. :)