natecoupons
01-20-2009, 10:42 PM
I'm having a problem with some html.....
Here is what I'm trying to do:
I would like to create a link under each users name that has the 'wishlist' filed out in their profile.
Everything is working perfectly except the actual link itself.
Here is the code:
if condition="$post[field8]">
<a href="$post[field8]"><b>$post[username] WishList</b></a>
</if>
Click this link to see what is happening......
http://www.weusecoupons.com/upload/tos-user-agreement/945-guidelines-code-conduct.html
In MrCoupon's Wishlist shows up
But the link is wierd, it's "http://www.weusecoupons.com/upload/www.weusecoupons.com"
But the only thing typed into the field in my profile is "http://www.weusecoupons.com/"
Thoughts???
Here is what I'm trying to do:
I would like to create a link under each users name that has the 'wishlist' filed out in their profile.
Everything is working perfectly except the actual link itself.
Here is the code:
if condition="$post[field8]">
<a href="$post[field8]"><b>$post[username] WishList</b></a>
</if>
Click this link to see what is happening......
http://www.weusecoupons.com/upload/tos-user-agreement/945-guidelines-code-conduct.html
In MrCoupon's Wishlist shows up
But the link is wierd, it's "http://www.weusecoupons.com/upload/www.weusecoupons.com"
But the only thing typed into the field in my profile is "http://www.weusecoupons.com/"
Thoughts???