Logo in the top left corner? [message #2460] |
Thu, 09 May 2002 07:00 |
Retzgesick
Messages: 16 Registered: May 2002 Location: Düsseldorf, Germany
Karma: 0
|
Junior Member |
|
|
How to put a log in the top left corner? I have seen that in phpBB2. They have a gif image in the top left corner which is clickable and linked to "Home".
Is it possible to do that in Fud? (which template?)
Rainer Vietz
|
|
|
Re: Logo in the top left corner? [message #2469 is a reply to message #2460] |
Thu, 09 May 2002 15:06 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to modify the VERY simple header template. Inside you can put whatever any HTML code that you want.
FUDforum Core Developer
|
|
|
|
|
|
|
Re: Logo in the top left corner? [message #2539 is a reply to message #2460] |
Fri, 10 May 2002 20:30 |
Retzgesick
Messages: 16 Registered: May 2002 Location: Düsseldorf, Germany
Karma: 0
|
Junior Member |
|
|
The easiest way is to replace the line <img src="blank.gif" height=2 width=1> with <a href="some url"> <img src="your.gif.gif" border=0> </a> and copy "your.gif" into your Fud2 php-Directory Then you get your clickable logo in the top left corner.
Rainer Vietz
[Updated on: Fri, 10 May 2002 20:31] Report message to a moderator
|
|
|
Re: Logo in the top left corner? [message #2555 is a reply to message #2539] |
Sat, 11 May 2002 11:38 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
Hello, be careful with using the image tag without specifying the image size. this will cause problems with IE, resulting in the banner sometimes being placed anywhere but at the spot u want it to be. So for compatibility reasons I always would add height="x" width="y". bye Ken
|
|
|
|
Re: Logo in the top left corner? [message #11273 is a reply to message #2653] |
Wed, 25 June 2003 18:28 |
Tobias Eigen
Messages: 85 Registered: June 2003 Location: Seattle, WA USA
Karma: 0
|
Member |
|
|
Hi all,
I don't think I'm understanding how to do this - I want to put the kabissa logo inside the table, to the left of the navigation and above "Welcome ..". Is this possible?
Cheers,
Tobias
Kabissa - Space for change in Africa
|
|
|
|