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.
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>
I used the <a href> tags and it didn't work, although I didn't uncheck the "Automatically parse URLs", so I'll check that out. Thanks.Originally posted by Dr Unne
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...agle.a@mm.html</a>