Posts: 423
Location: world traveller based in UK
|
Hi
OUt of curiosity what did you create the page in ? Frontpage by any chance ? Only ask because there is a lot of repetion of un-needed code that I wouldnt expect dreamweaver to create.
Anyway main problem for you is use of layers. I like layers personally use them on my website but don't have a site that is laid out like yours. And with layers they are pretty much fixed where you put them so its hard to get the resizing. If thats what you want then use a table instead. A main table as a frame which contains smaller tables.
For your nav bar just repeat the code in the far column of the table. Your tables were struggling because of sizing too.
Make your tables 100% width & try not to allow it to create heights in cells or tables. If it does manually delete them from the code if possible. (Which is why although dreamweaver and other wysiwyg programs are great they are no subtitute for knowing how to actually read and fix HTML code)
Also use valign (vertical align) property of cells to get your text and other tables to sit at the top of a cell rather than having to manually put in lots of false breaks or in your case Paragraphs. (basically you hit enter till it worked!) This wont help with your alignment.
look at this link. I nicked your code & messed about with it a bit to get rid of some of the unwanted code. Look at view source to see and also if you want to save it.
http://www.xtab.co.uk/test%20pages/audioclips1.htm
(this is my dev & testing server !)
the main table is set at 80% which means to a point on any window it will size to that width of the window.
Is that the sort of thing you wanted ? Also another thought for the nav panel is using an include file. I know dreamweaver can do this through menu's (i hand code ) not sure about frontapgae check tutorials for how to do it if you want to. Otherwise just copy code in.
Hope this helps at all
Tonya
|