on my homepage (http://www.alexandrasareh.com) there is a dreaded underline which has returned beneath the link 'weddings', and this link only! Any ideas on how to rid it?, obviously i've tried the </u> but thats a no gothanks
on my homepage (http://www.alexandrasareh.com) there is a dreaded underline which has returned beneath the link 'weddings', and this link only! Any ideas on how to rid it?, obviously i've tried the </u> but thats a no gothanks
Use CSS:
<style type="text/css">
a { text-decoration:none };
</style>
On a site note, you're using a ton of deprecated tags in your markup. While some browsers still support these tags, support for them future can't be guaranteed. You should validate your HTML and use CSS for styling.
Bookmarks