mojacardave wrote:mscha wrote:mojacardave wrote:* Is there a way of posting prettier links in the forum? I'd like a BBCode equivalent of the HTML:Code: Select all
<A HREF='http://...'>Link</A>
Code: Select all
[url=http://whatever]whatever[/url]
Thank you!
Is there a reason for the existence of BBCode rather than restricted HTML? It seems perverse.
I mean, we type:
Code: Select all
[url=http://whatever]whatever[/url]
and a big fuck-off computer somewhere turns it into:
Code: Select all
<A HREF='http://whatever'>whatever</A>
Is this a sensible use of electricity?