PDA

View Full Version : html help


muniracer
2004-01-15, 06:02 PM
ok, so im just starting to learn html. i understand the very basics and i want to get into more complicated coding. is it possible to create a layout, with different text boxes in different parts of the page, i.e. columns, in a page of html code. here is my first ever page of html:

http://members.fortunecity.com/muniracer/

any tips on how to improve my knowledge??

Mojoe
2004-01-15, 06:44 PM
Go here for some really helpful tutorials.
http://hotwired.lycos.com/webmonkey/

Using tables allows you to control the page layout.


goood luck.... Mojoe
http://mojoe.unicyclist.com/

zod
2004-01-15, 07:03 PM
muniracer, look into using divisions <div> to control layout... just play around with it for a while and you'll get it. it'll give you more freedom than anything else.....BUT you have to be tidy when you use this method.
you can also use frames, but you will be more restricted as to where you can place things

treepotato
2004-01-16, 01:11 PM
http://www.htmlite.com/

its helped me loads

Klaas Bil
2004-01-16, 01:22 PM
If you need more, try these:

http://builder.com.com/2001-31-0.html

http://www.davesite.com/webstation/html/index.shtml

http://www4.tripnet.se/~slarti/f_frames_uk.htm

Klaas Bil