html - Image links not working in footer -


http://www.artwars.net

please take @ footer logos 2 of logos links bedpr , stormtrooper aren't working.

it better view code through browser me paste it.

appreciate help.

ant

your markup messy:

<div id="logo118" <a href="http://www.bedpr.com/"><img src="http://www.artwars.net/wp-content/themes/artwars2/images/bedpr.jpg" width="145" height="40"></div> 

that's no valid html. should close starting div tag. think forgot ">".

edit:

take @ div's: swarowski logo's div missing

float:left; //so add there. 

also has

margin-left:360px; 

instead of

left:360px; //this should not force design problems, improve layout 

now, have adjust logo113 , logo115. this:

top:-20px; //instead of -50px 

should work now.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -