Log in

View Full Version : <a href>


chicken604
06-20-2009, 06:03 AM
My forums can't understand that code for some reason. Here's an example

<a href="http://www.google.ca">click here</a>

Is there a way to make it understand this so it links to www.google.ca when I click on "click here"?

Here's a little more information.

http://www.aionarmory.com/syndication.aspx

I'm trying to add that to vBulletin. So, all I did was added

<script type="text/javascript" src="http://www.aionarmory.com/js/extooltips.js"></script>

to headinclude.

It works, but it doesn't read <a href> or anything similar shown.

Thanks in advance.

Xerixe
06-20-2009, 06:17 AM
Why cant you just use
[ url = " "]Click here[ / url ]
without the space

chicken604
06-20-2009, 06:46 AM
Thanks for a quick response.

I could use that but how do I use this?

Customizing Links

Links can be customized by applying a "class" attribute to the anchor tag. Here are some of the options we currently offer.

<a class="aiondb-item-full-small" href="http://www.aionarmory.com/item.aspx?id=100900189">Abominable Cruelty</a>

I can't use this

Abominable Cruelty

--------------- Added 1245514718 at 1245514718 ---------------

I figured it out, just needed to add a few BB codes.