Status
Not open for further replies.

Zero

Active Member
639
2008
58
0
Hello once again. When i add the "</br>" to the code below. In the page its showing in, it shows the "/br>". Anyone know why this is happening?

PHP:
<a href="<?php $my_meta = get_post_meta($post->ID,'_my_meta',TRUE);echo $my_meta['Screenshot4'];?>" rel="facebox"><img class="Screenid" src="<?php $my_meta = get_post_meta($post->ID,'_my_meta',TRUE);echo $my_meta['Screenshot4'];?>" alt="Information" /></a>< /br>

Example would be in the link below. It will be right above the image that is brown and says "Information".

PHP:
http://www.downloadfreemovies.co/adventure/mission-impossible-ghost-protocol-2011/
 
10 comments
Status
Not open for further replies.
Back
Top