Quote:
Originally Posted by pportuese
I did this but it just deleted the make and it's still off to the right side.
This is the code I have now.
|
Try this in the template instead, should work out better.
Quote:
<vb:if condition="$vboptions[postbittype] == 1">
<div class="imlinks">
<a href="garage.php?do=user_garage_view&id={vb:raw entry[PostUser]}">'{vb:raw newyr} {vb:raw entry[model]} {vb:raw entry[trim]}</a><br />
</div>
</vb:if>
<vb:if condition="$vboptions[postbittype] == 2">
<div class="imlinks">
<a href="garage.php?do=user_garage_view&id={vb:raw entry[PostUser]}"> {vb:raw post.username}'s Garage</a><img src="images/garage/car.png"><br />
</div>
</vb:if>
<vb:if condition="$vboptions[postbittype] == 3">
<div class="imlinks">
<a href="garage_vehicle.php?do=view_vehicle&id={vb:ra w entry[vehicle_id]}">'{vb:raw newyr} {vb:raw entry[model]} {vb:raw entry[trim]}</a><br />
</div>
</vb:if>
<br />
|