Quote:
Originally Posted by King Kovifor
Thanks commTRU about the target="_blank" thing. I'll use that once I get to that part, but with that it has to be required. Try this instead:
HTML Code:
<if condition="$post['field10']">Live Journal Account<br /><a href="$post[field10]" target="_blank">$post[field10]</a></if>
That'll allow it to check to see if they have it filled in. That will also make it so that it doens't say:
Live Journal Account:
... nothing here
Your Welcome for the helpful tip.
|
I would also add rel="nofollow" in the href tag for SEO purposes.