Welcome Guest! To enable all features please
Login or Register.
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!
How can I link my logo YOFlogo.jpeg to become interactive.
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 <body> tag, look at the line that begins with <img and ends 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.
Thanks this helped alot!
How do I make it redirect to the site, not open another window.
Thanks this helped alot!
How do I make it redirect to the site, not open another window.
In the first section, the one with the href, place another tag that says target="_self"
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.....
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)
Hey this worked great..Thanks alot.
No authority to delete a post... (even my own?)
Edited by user
2009-02-14T13:05:30Z
|
Reason: Not specified
if someone need this withoud blue border he need to
<a href="http://www.domainname.com" target="">
<img src="images/YAFLogo.jpg" runat="server" id="imgBanner" alt="EsportCafe" style="border-style: none" />
</a>
Forum Jump
- You cannot post new topics in this forum.
- You cannot reply to topics in this forum.
- You cannot delete your posts in this forum.
- You cannot edit your posts in this forum.
- You cannot create polls in this forum.
- You cannot vote in polls in this forum.
Important Information:
The YAF.NET Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close