PDA

View Full Version : Small Question



Flying Mullet
01-21-2004, 05:55 PM
Just a small question, is there a way to untruncate posted url's? I noticed that whenever I post a particulary long url it only puts up about the first and last third of the url in the post with an ellipses of sorts in between.

Dr Unne
01-21-2004, 08:05 PM
Uncheck "Automatically parse URLs", and make the link yourself with HTML <a href> tags.

<a href="http://securityresponse.symantec.com/avcenter/venc/data/w32.beagle.a@mm.html">http://securityresponse.symantec.com/avcenter/venc/data/w32.beagle.a@mm.html</a>

Flying Mullet
01-21-2004, 08:08 PM
Originally posted by Dr Unne
Uncheck "Automatically parse URLs", and make the link yourself with HTML &lt;a href> tags.

<a href="http://securityresponse.symantec.com/avcenter/venc/data/w32.beagle.a@mm.html">http://securityresponse.symantec.com/avcenter/venc/data/w32.beagle.a@mm.html</a>

I used the &lt;a href> tags and it didn't work, although I didn't uncheck the "Automatically parse URLs", so I'll check that out. Thanks.