Main List Layout Variables
!!ADNUMBER!! - The count number in the listings
!!HEADINGTITLE!! - The Year Make Model of the
vehicle
!!YEAR!! - The 4 digit year of the vehicle
!!MAKE!! - The name of the manufacturer of the
vehicle
!!MODEL!! - The model of the vehicle
!!DESCRIPTION!! - The first 300 characters of
the text description of the add
!!PRICE!! - Price
!!ADPHOTO!! - The photo image source linked to
the full add page
!!PAGEURL!! - The url of the full vehicle page
on your website
!!FONTFACE!! - The font for the text
!!FONTCOLOR!! - The color for the text
You can use any or all of the
variables in your layout. Each of the above variables will be
replaced with the actual value based on your ad. If there is no
value, such as an ad without a photo, the variable will be
removed so it does not appear on your actual page.
The main layout is one table
which is duplicated down the page. You only need to modify that
table to change all the tables on the page.
The basic layout looks
like this.
The HTML looks like this.
<table border="0" cellpadding="3"
cellspacing="0" width="100%">
<tr>
<td valign="top" colspan="2"><font
face="!!FONTFACE!!">!!ADNUMBER!!.) </font><a
href="!!PAGEURL!!"><font
face="!!FONTFACE!!">!!HEADINGTITLE!!</font></a><br><br><font
face="!!FONTFACE!!">!!DESCRIPTION!!</font>
</td>
<td align="center">!!ADPHOTO!!<br>
<font face="!!FONTFACE!!">!!PRICE!!</font></td>
</tr>
</table>
<hr size="1" width="80%" height="1">
|