View Full Version : Coding layouts


angelicdenise
07-04-2006, 03:26 PM
How do you code layouts? Are there certain steps you have to go through?
Is there a site somewhere that has html codes I can use?

Arwen
07-04-2006, 03:30 PM
Lissaexplains.com has HTML codes you can use. It depends on your layout, but you'll need to learn HTML and CSS as well. :)

angelicdenise
07-04-2006, 03:32 PM
I know, I've been to Lissaexplains and I couldn't find what I was looking for. Is there a link on there that you can give me?

Arwen
07-04-2006, 03:37 PM
As I said, it depends on your layout. Did you make a picture and now want to code it or something?

Brian-W.O.G
07-04-2006, 06:10 PM
There are two ways (usually) to make a layout. The first way and the way I use are tables. Tables are like spread-sheets for a website that keep everything in place. The second method is div's. Div's are more abstract compared to table because they don't have to be connected.

Want a code snippit (with explinations about how it all works) about tables?

God bless

Isvi
07-04-2006, 07:07 PM
what's your layout for? a website? a sim game?

www.freewebs.com/emblas they have some amazing help there, its designed for horseland but I've used it for other sites too.

www.funkychickens.com/html.html has some stuff, tables, links, etc. they also have frames (which i havent even bothered to attempt:P)