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