| October 16th, 2007 07:29 PM |
|
|
| angel19801 |
I seen how to put in your own logo in FAQ but when I put it in it is not centered, how can I center it so it is in middle of board instead of far left? |
| October 16th, 2007 07:34 PM |
|
|
| RoyC |
<td width="100%"><a href="index.php?boardid={boardid}"><img src="{titleimage}" border="0"></a></td>
</tr>
</table>
Replace the above with the below in Custom Templates Page Header...
It is at the very bottom....
<td width="100%"><div align="center"><a href="index.php?boardid={boardid}"><img src="{titleimage}" border="0"></a></div></td>
</tr>
</table> |
| October 16th, 2007 07:48 PM |
|
|
| angel19801 |
OK Thanks so very much! |
| October 16th, 2007 07:53 PM |
|
|
| RoyC |
Quote: angel19801 wrote:
OK Thanks so very much!
|
You're welcome...:) |