Quote:
Originally Posted by Sea Shepherd
Guys, im a total PHP noob.
I want to alter the link in my Forum Header Logo Image. Its incorrect.
How do i do this? From Scratch?
I can see the FTP folders on the server...where do i find the right file/php to alter the link that the logo goes to?
DO i change it via FTP or AdminCP?
Cheers, its late here and my brain is switche doff, ive been trying to work it out for hours.
Thanks
T
|
This is my logo code. It contains a link and the img.
PHP Code:
<TR>
<a href="http://www.WebdevPros.net">
<img src="ub/logo.jpg" width="266" height="77" border="0" alt="WebDevPros.Net - Home"></a>
</tr>
Replace
PHP Code:
<a href="http://www.WebdevPros.net">
with your desired link.
Replace
PHP Code:
<img src="ub/logo.jpg"
with the Image link.
Replace
PHP Code:
alt="WebDevPros - Home"
with your Rollover text
And then it should work. Do this in either ur header template or "Style Options".