Quote:
Originally Posted by Mark4865
hello Dylan worked perfectly thanks would also like to remove URL and 2nd description box.
Also if I change colour spelling will that effect anything
|
To remove the url open that template and delete
Code:
<tr>
<td><b>{vb:rawphrase garage_txt_vehicle_url}</b>
</td>
<td><input type="text" name="vehicle_url" id="vehicle_url" maxlength="250" size="45" value="{vb:raw my_vehicle_data[vehicle_url]}">
</td>
</tr>
The second box is
Code:
<tr>
<td><b>{vb:rawphrase garage_thead_todolist}</b>
</td>
<td>
<textarea id="todo_list" name="todo_list" rows="8" cols="60">{vb:raw my_vehicle_data[todo_list]}</textarea>
</td>
</tr>
You can change colour by searching the phrases for garage_thead_color. It wont effect anything.