HTML - Require Help Please
I built a website at - suspicious link removed - and on the landing page there is a picture gallery. I cant figure out how to center it. ANy help would be great. Ive tried the align middle and center but it doesnt work. ALso, I need some help getting the signup to work thats in the footer of each page, I have no idea how. Thanks so much in advance.
Similar TutorialsI would like to have an image that takes 2 url like the following image... is it possible? if so, can someone please tell me how this could be done? Thank you very much.. NOTE: I tried doing this... <map name= 'url1' > <area shape= 'poly' coords= ' 0 , 0 , 50 , 0 , 0 , 50 ' href= 'url1.html' > </map> <a href= 'url2.html' > <img src= 'img.jpg' width= 50 height= 50 usemap= '#url1' > </a> but this only get 'url1' woring... |