Home › Forums › CSS › nav gif position › Re: nav gif position
June 17, 2010 at 4:35 pm
#78160
Participant
Your first link doesn’t work. I’d like to make a suggestion, your whole site is very difficult to read because there is not enough contrast between the background and the text colour. The footer is totally illegible, it’s hard to see it’s even there.
You shouldn’t have inline styling and external stylesheets together, they can cause conflict. You should take out all the inline styling and put it in your external stylesheet. The only time you should put styling in the html code is if there is just one minor thing that needs a different look on one page.
You should also run your site through the validator and correct the errors, oftentimes that clears up problems.