Dashed underline go away

J

Judy

For some reason the whole cell has a dashed underline under each word;
therefore, the hyperlink for e-mail tries to copy the whole cell. What's
happening? That's happening in every cell on the page.
 
C

Chris Leeds, MVP - FrontPage

We'll need to see a link.

--
Have you seen ContentSeed (www.contentseed.com)?
--
Chris Leeds
Contact: http://chrisleeds.com/contact

NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
 
D

David Berry

What's the URL so we can take a look? If there's no URL copy and paste all
the code from Code View into your reply.
 
J

Judy

It looks fine when published. It just prevents me from making the e-mail
address as a mailto. When I select the e-mail address it then selects
everything in the whole cell as part of the e-mail address because of that
dashed underline under everything -- yet, when it's published you don't see
the dashed underline. I'll see if can copy the code. <br>
<a href="mailto:[email protected]"><span lang="en-us"> </span><br>
</a></font></td>
</tr>
<tr>
I don't think this is where you'll find the problem. Seems like the whole
page has the problem of being dash underlined.
 
D

David Berry

Can you paste in the code for the whole page?


Judy said:
It looks fine when published. It just prevents me from making the e-mail
address as a mailto. When I select the e-mail address it then selects
everything in the whole cell as part of the e-mail address because of that
dashed underline under everything -- yet, when it's published you don't
see
the dashed underline. I'll see if can copy the code. <br>
<a href="mailto:[email protected]"><span lang="en-us">
</span><br>
</a></font></td>
</tr>
<tr>
I don't think this is where you'll find the problem. Seems like the whole
page has the problem of being dash underlined.
 
D

David Berry

Also, check your code and make sure you didn't accidentally insert a
Bookmark into the page. That would cause the dashed line. It would look
like <a name = "BookMarkName"> If you did get rid of that and the </a> that
ends the bookmark
 
Top