View Full Version : How do I Make a Layout???


kittypurrson
07-11-2003, 08:40 PM
I have a guild at neopets, and I need a layout for it. I don't like using somebody else's, and I want to make my own. First, do you like put it in a table and that's how you type it in? Or do you use CSS or something? I've been looking at other codes, but I still don't get it. I made a little layout and stuff, but I need the code. So if you know the code, please post!

MaGiCSuN
07-11-2003, 10:50 PM
try this: read te code and type it into your notepad program. That might work better then looking at it :)

rajiVmirage
07-12-2003, 02:14 AM
well, what i did is i designed mine as a picture in psp, and used that on my site as an image (i.e. I put <img src="nameoflayoutfile">...then i put in text boxes as iframes.

rundellt2000
07-12-2003, 05:56 AM
i make them, so I might be able to help.

Using paint, or any other imaging program, just draw an image for the layout. Draw rectangle boxes for where the text will be, etc. DON'T PUT THE TEXT IN IT THOUGH!]

Next, you save it as a gif or jpeg (important!) then code HTML for it. It's basically just the image, then div layers.

Click here for a great tutorial on Divs! (http://www.``````````````/divtutorial.shtml)