View Full Version : Coding A Layout


xkingkatiex
02-29-2004, 02:01 AM
This question has probably been asked a million times already, and I'm sorry if I am asking it again....I just made a layout for my website, but I don't know how to code it :help: -I'm not really good with HTML-I don't know alot about it. So please, if anyone can help me figure this out, I would really appreciate it.

Thanks!

Rosey
02-29-2004, 02:09 AM
it depends what the layout looks like. You might want to try using tables, div layers or iframes.

You can find help using those on lissa's main site.

Can you post the url to the layout?

xkingkatiex
02-29-2004, 02:21 AM
it depends what the layout looks like. You might want to try using tables, div layers or iframes.

You can find help using those on lissa's main site.

Can you post the url to the layout?

Sure:
http://www.geocities.com/xso_gulliblex/sogulliblelayoutwee.bmp

It's really only the layout that I would like to code.

Rosey
02-29-2004, 02:33 AM
the link isn't working.

when you say it's only the layout you want to code, what do you mean?

If you mean putting content, you're pretty much going to have to use one of the 3 things i mentioned.

xkingkatiex
02-29-2004, 02:38 AM
the link isn't working.

when you say it's only the layout you want to code, what do you mean?

If you mean putting content, you're pretty much going to have to use one of the 3 things i mentioned.

I think to put links and content like updates and all of that, like this site (http://www.twistify.com)

Rosey
02-29-2004, 02:48 AM
I don't see anything on that site either :(

People usually do the layout depending on how their image looks. Are you sure that image url is correct?

You're also going to want to make it either .jpg or .png anything but a bmp file.

moonlight12
02-29-2004, 04:47 AM
Hey Katie, if you want to get started perhaps you might also want to use Lissa's copy and paste layouts she has. I use them for my layouts.. Once you study them they get easier ^^

pb&j
02-29-2004, 05:08 AM
the link isn't working.
since it is on geocities and they prevent hotlinking, you have to open a new browser window and paste the linked URL in there to finally see the image.

it is a dolls type of theme.
main title image on top.
two divs on the left.
two divs on the right.
one main div in the middle.

xkingkatiex ~ i agree with one of the previous posters. learn some basics and it should all come together soon enough. of course ask questions here along the way, but give it a try to start.

Rosey
02-29-2004, 05:21 AM
oh i forgot about that pbj, thanks.

I would use divs for that layout like pbj said and absolute positioning. You could also use an iframe in the middle part.