Thingie under profile

Darthmaul

Goldbergstein
Joined
Jul 28, 2009
Messages
11,173
Reaction score
4
FP$
6,302
Ok, so see this?
2dgksp1.webp

Well, it's an edit i did on my veiwtopic file and i want it to have a link like this:
Code:
[url= http://justambersblog.wordpress.com/]XPaint the SkyX[/url]

So, how would i get that to work?
This is the code ATM:
Code:
<dd><strong>Your Ad Here</strong></dd>
 
Code:
<a href="http://justambersblog.wordpress.com/">XPaint the SkyX</a>

Hope that helps 🙂
 
Code:
<dd><strong><a href="http://justambersblog.wordpress.com/">XPaint the SkyX</a></strong></dd>

this shud be the total replacement.

edit- oops/ looks like problem already solved 😛
 
Back
Top Bottom