1 (edited by bingiman 2008-01-27 03:26)

Topic: Just need to know if this image URL is good to use.

Is this URL ok to use. I am referring to the PHP part of it. It does work. I just couldn't understand why it works without the "/" after img

<img style="vertical-align: middle;" src="img<?php echo $pun_user['o_base_url'] ?>/icon_displaymore.gif" alt="Display More Threads" />

Re: Just need to know if this image URL is good to use.

You have base URL in the wrong place, it should be at the beginning of the src

Re: Just need to know if this image URL is good to use.

lol - I kinda knew something wasn't right.

Thanks

Bingiman