Hello, I have no experience at this but I just had someone code two of my pages it came out pretty good but I changed my mind about something and the guy who coded my page is in vecation I don't know when he's gonna be back so I just decided to come to you guys for help. I would like to add a banner image under the navigation bar so that the page would look like the image below. http://img29.imageshack.us/img29/9769/lexishostedited.png Code (markup): This website is still under development so I uploaded it to a free server to make test but here is the original page. http://lexishost.atwebpages.com/features.html Code (markup): this is the image that I wanna add under the navigation bar: http://img59.imageshack.us/img59/7990/bannershared.png Code (markup): And below is my Style Sheet "style.css" http://lexishost.atwebpages.com/style.css Code (markup): I would appreciate if someone could help me out with this. Thank you.
below <!-- end NAVIGATION --> <p class="navigationRight"></p> <div class="clearBoth" style="height: 4px;"></div> try add <div><a href="http://www.anylinkyouwanta2z.com" target="_blank"><img src="http://img59.imageshack.us/img59/7990/bannershared.png" width="846" height="116" alt="banner"/></a></div> <div class="clearBoth" style="height: 4px;"></div> hope it work
Thanks man, I didn't think it could be easy as this! Thank you it worked. But i don't want a link on it how do I remove the link?