Pages: [1]
|
 |
|
Author
|
Topic: How to place a logo in the upper right corner? (Read 1502 times)
|
George
Guest
|
How do I place a logo in the upper right corner, the same way as in your forum?
|
|
|
|
|
Logged
|
|
|
|
|
Andrew
|
Hi George... Look around line 146 in your index.template.php. You should see:
<img src="', $settings['images_url'], '/smflogo.gif" width="250" style="float: right;" alt="" />
Change the "smflogo.gif" to your logo image name and change the width to the width of your logo (it doesn't need the height). Put your logo image in the images directory of the template you're using and that should be it!
Andrew
|
|
|
|
|
Logged
|
Andrew MacLean AlphaOne
|
|
|
George
Guest
|
Thanks
|
|
|
|
|
Logged
|
|
|
|
|
Pages: [1]
|
|
|
 |