Click to See Complete Forum and Search --> : how to put a text inside a link?


powerup
12-13-2006, 03:10 AM
now for example if i want to click the sentence (have a look!)
how to put the paragraph less or many inside a link(have a look) so when we click the have a look the window will open to find a long paragraphs.

so how to do it :D

TheBearMay
12-13-2006, 07:49 AM
If the text is in a different page/file:

now for example if i want to click the sentence (<a href="urlToFullText.htm">have a look!</a>)....

The Old Sarge
12-13-2006, 12:06 PM
... or are you asking how to display text when the pointer is placed on the link?

ray326
12-13-2006, 03:16 PM
I think he wants a synopsis that displays the full text on a click. I also think that requires Javascript and an onclick handler.