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?
 
Back
Top