Odd dashes

B

Brian Cryer

Paul said:
I seem to have odd dashes on my home page. 3 of them under the buttons
to the left. They are not part of the images. confused. Any help
please.

Paul.

www.des-otoole.co.uk

Its because there is a space between the "<a href" bit and your image and
that space is being underlined by the browser because its part of your link.

Change:
<a ... href="Underconstruction.php">
<IMG src="images/Family.gif" border="1"></a>
to
<a ... href="Underconstruction.php"><IMG src="images/Family.gif"
border="1"></a>

for "..." read all the other stuff (mouseover and mouseout) that you
currently have.

Hope this helps.
 
D

Dylan Parry

Paul said:
I seem to have odd dashes on my home page. 3 of them under the buttons
to the left. They are not part of the images. confused. Any help
please.

They are part of the link. It's because you have code like:

<a href="...">
<img ...>
</a>

And the underlines will disappear if you rewrite the code thusly:

<a href="..."><img ...></a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Odd dashes on my home page. 2
Simple Salvage operation 2
Batch modifying text - content and context based 5
Drop down menus 1
W3c styles 4
Spacing problems 2
HTML Aligning social media icons 2
Side Menu Wrapping 2

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top