YAFLogo

yeppers
  • yeppers
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
16 years ago
Hi..thanks for such a great free web software.

How can I link my logo YOFlogo.jpeg to become interactive.

I want for users to be able to click the logo and return to the Home Page.

Im a newb and have not a clue what to do...

Thanks so much!

Sponsor
DJGray
  • DJGray
  • 88.8% (Honored)
  • YAF Commander
16 years ago

How can I link my logo YOFlogo.jpeg to become interactive.

yeppers wrote:

Yeppers, go to your forum root folder and find the file named default.aspx. Open that bad boy in some sort of text editor. Just under the tag, look at the line that begins with . You want to wrap that image in a hyperlink reference. It will look something like this:


<a href="http://www.YOUR_SERVER_URL_HERE.com>
<img src="images/YAFLogo.jpg" runat="server" id="imgBanner" alt="" />
</a>

Now when someone clicks your logo, it will take them to your web root. Assuming that's the YAF forum, you should get the result you want.

yeppers
  • yeppers
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
16 years ago
Thanks this helped alot!

How do I make it redirect to the site, not open another window.

DJGray
  • DJGray
  • 88.8% (Honored)
  • YAF Commander
16 years ago

Thanks this helped alot!

How do I make it redirect to the site, not open another window.

yeppers wrote:

In the first section, the one with the href, place another tag that says target="_self"

test2005
16 years ago

Just to be clear....



<a href="http://www.YOUR_SERVER_URL_HERE.com" target="_self">
     <img src="images/YAFLogo.jpg" runat="server" id="imgBanner" alt="" />
</a>

:cheesy:

8)


.....the man in black fled across the desert..........and the gunslinger followed.....

yeppers
  • yeppers
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
16 years ago

Just to be clear....



<a href="http://www.YOUR_SERVER_URL_HERE.com" target="_self">
     <img src="images/YAFLogo.jpg" runat="server" id="imgBanner" alt="" />
</a>

:cheesy:

8)

test2005 wrote:

Hey this worked great..Thanks alot.

sircutbreaker
16 years ago
No authority to delete a post... (even my own?)
vrhunski
  • vrhunski
  • 51.2% (Neutral)
  • YAF Forumling
15 years ago
if someone need this withoud blue border he need to

EsportCafe