Won't let me add a hyperlink

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On frontpage 2003 I have been trying to add hyperlinks to my pages. It lets
me do it on the left side of the pages, and on the right side or if I add any
new text, when I highlight the text, it takes away the hyperlink option. I
have tried to remove all hyperlinks and it still won't let me. Any
Suggestions? Thank You
 
It doesn't do anything when I highlight it and do CTRL K. I don't know what
the source code is but at the bottom I went to code and it says <p
class="normal2">Click the picture for dial up users</p></td>
I am not sure if that is what you are meaning by source code though.
 
You might be highlighting "too much" possibly.

Assuming you want picture to be the hyperlink, can you change it to
<p
class="normal2">Click the <a href="http://www.example.com">picture</a> for
dial up users</p></td>

There should be probably a <td> before that as well
 
Corey Bryant said:
You might be highlighting "too much" possibly.

Assuming you want picture to be the hyperlink, can you change it to
<p
class="normal2">Click the <a href="http://www.example.com">picture</a> for
dial up users</p></td>

There should be probably a <td> before that as well

I hope you are in Normal mode and not Preview mode?
 

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

Back
Top