html help

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??

Go here for some really helpful tutorials.

Using tables allows you to control the page layout.

goood luck… Mojoe

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

its helped me loads

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