General HTML and Style sheets

A

Anonymous

Guest
I'm looking for some one to help me with some HTML and Style sheets, Heres the project I been working on and I just can't all ways get thing to line up right. http//www.toppersbbs.info/mapnet and the other problem I have is I can't get the colors or all most nothing to show in Firefox when it all shows in Internet Exployer just fine. Please

Joe
 
Hi,

Not sure but...

You are using \ but should bu using /

in


styles/templates/headerstyle.css
 
Yes I'm using all / slashes. The problem is that it shows up on this PC is the right colors. So I can see what I'm doing, and in Firefox I only see parts of it. and on the local end. I don't all ways see all the colors.

any way the problem I'm having is lining things up.

<Header>
<navbar>
<content> this is centered
<botton>
<footer>

if that helps . Well I have plans to build a portal on this. and I can't get things to line up right. any chance any one can help.
 
Hi joe,
You can always try putting all the content in a table and setting the images as background. you can then use css to line up the words on the pictures.
 
Yes it is right that you have to put each content on table tag which is one of the best way of defining well formatted structure of code. CSS is used to formatting the web page contents.
 
Back
Top