Ok - what do I do with this? LOL
SVTOA - the problem occurs when you have more then a few pics -- its like the data is vertically centered against the overall pics entered......... I am liberal and allow alot of pics ---- What I need to do is get the data to start at the top of the block
Quote:
Originally Posted by SVTBlackLight01
dcevoclub,
Check this part the timeslip add-on in your template.
Code:
<!-- performance stats block by SVTOA -->
<br>
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder"
width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>My $data[year] $data[model] Performance Stats</b></span></td>
</tr>
<tr>
<td class="$getbgrow"><span class="smallfont">
<if condition="!$user['userid']">
<else />
<!-- YOU MUST EDIT THE FIELDS BELOW TO MATCH THE NUMBERS OF YOUR FORUM CUSTOM FIELDS -->
<if condition="$user[field6] !=''">
<font color="black"><b>My Best ET: <font color="red">$user[field6]</font>
<else />
<!-- the next line may be changed to say whatever you want it to say -->
This member has not added ET data to their vB Garage.
</if>
</if>
</span>
</td>
</tr>
<!-- best mph field -->
It looks your missing the part in bold itallics.
|