View Single Post
  #3  
Old 08-09-2009, 11:13 PM
Invictus Invictus is offline
Junior Member
 
Join Date: Jul 2009
Posts: 2
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default

Here's what I have.


HTML Code:
<if condition="$post['GARS_header_image']">
			<div style="float:$stylevar[left]; padding-$stylevar[right]:10px; padding-bottom:10px;">
				$post[GARS_pre_header_image]<img src="$post[GARS_header_image]" border="0" alt="$post[title]" />$post[GARS_post_header_image]
			</div>
		</if>
Oddly enough it's working now.

Last edited by Invictus; 08-09-2009 at 11:20 PM..
Reply With Quote