I have currently got this,
http://rmb-scripting.com/Temp/
Im using the borders to help me know where the tables are.
This is what i want the template to look like,
http://rmb-scripting.com/Temp/bg.png
But im having trouble to get the top bar to go across through the banner.
Please help.
Thanks,
Daniel
looks like your trying to mix css/html/ and div layers
what program you using?
to get the effect in the image, i suggest you use absolutely positioned divs, not a table. They are more versatile.
I have never done a layout before.
And i have never done CSS before.
Please could you post and example and how i could include it plase.
Thanks,
Daniel
a few thing to start:
delete the width attribute of your outer table
give your outer table a class attribute (ex. "outer")
add this to your stylesheet
| Code: |
table.outer {
width:100%;
height:100%;
} |
i guess that the oryginal version from temp looks just fine, I wouldn't adjust it the way you planned. It look more stable and balanced the way you present it in your /Temp directory. If I were you I wouldn't change it. The first layout seems convincing enough to me.
maybe you would use better editor?
I use notepad nsp you would download him it's the best 
Aptana IDE is quite powerful and comes free of charge. I use it a lot and it's fine quality surprises me very often. Apart from that if offers a lot of nice functionalities, such as working ftp synchronization and very nice code hinting and code folding with a great structure overview. It also allows to preview your website in a browser windows with just one click. It makes life easier i guess.