View Full Version : Text into Clickable link
UHmazinglyEva
05-08-2008, 04:53 PM
I need to know how to make plain text into a clickable link.
Like, for myspace and such.
I've been using this one way but its not working sometimes & really P.O's me when it doesn't work.
So can anyone give me some html like this that works on myspace?
N0 ONE Special
05-08-2008, 05:01 PM
What are you tring to make clickable like pics or site links?
H2O Snake
05-08-2008, 05:28 PM
<a href="http://www.google.com">Insert Text Here</a>
There ya go
PMS Kahlo
05-08-2008, 07:28 PM
FYI... myspace has gotten pretty lame about linking stuff. Instead of redirecting you right to the site on which you clicked, it likes to pop up with a screen telling you that you are now leaving myspace (well duh!). I hate it. I tried sending someone a link to a site in Japan and myspace refused to link to it.
H2O 4everSaGa
05-19-2008, 06:49 AM
The link below contains a [url] tag you might be able to use.
http://www.pmsclan.com/forums/misc.php?do=bbcode
Hope that helps
GrandPhoenix
07-04-2008, 10:59 AM
<A href="[PLACE URL HERE]">[THEN THIS TEXT WILL BE THE CLICKABLE LINK]</a>
HTML classes ftw!!
EvilFr4nkfurt
07-12-2008, 12:58 PM
You know. To solve the whole thing of making it open a pop-up, you might try doing <a href="site" target="self">text</a>. The whole "target="self"" thing makes it so it opens in the same window, and might just wiggle around myspace being stupid? I'm not 100% sure, and you might have tried it, but hey it's a thought?