Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Footer question (http://www.mysidiaadoptables.com/forum/showthread.php?t=920)

FBFKids 06-07-2009 02:20 PM

Footer question
 
Is it possible to add a link to the footer image?

Obviously the footer is being done with CSS, and I'm somewhat of a CSS noob.

If so, how? :P

Bloodrun 06-07-2009 02:43 PM

RE: Footer question
 
Go to your template.html file
and a <a href></a> in your footer div.

FBFKids 06-07-2009 03:17 PM

RE: Footer question
 
Consider me useless.. but it's not working lol.

PHP Code:

    <div id="footer"><a href="***/"><img src="images/bg-footer.jpg" border="0" /></a>
<
div id="footer-valid"></div></div


Bloodrun 06-07-2009 03:37 PM

RE: Footer question
 
Quote:

Originally Posted by FBFKids
Consider me useless.. but it's not working lol.

PHP Code:

    <div id="footer">
<
div id="footer-valid"><a href="link.filetype"><img src="images/bg-footer.jpg" border="0" /></a></div></div



FBFKids 06-07-2009 03:49 PM

RE: Footer question
 
Still not working.. do I have to edit the CSS at all?

PHP Code:

#footer {
    
clear:both;
    
height:100px;
    
background:url(images/bg-footer.jpgno-repeat;
    } 

This being the code in the style.css

Seapyramid 06-07-2009 03:52 PM

RE: Footer question
 
what is the url link & the image link?

FBFKids 06-07-2009 03:54 PM

RE: Footer question
 
The url is
http://www.fbfkids.com/

The image is
http://choclateface.com/adop/templates/default/images/bg-footer.jpg

The image shows, but there's no link.

Seapyramid 06-07-2009 04:15 PM

RE: Footer question
 
Code:

<a href="http://www.fbfkids.com/" target="_blank"><img src="http://choclateface.com/adop/templates/d...footer.jpg" border="0" /></a>

FBFKids 06-08-2009 03:26 AM

RE: Footer question
 
Yes, I have that... then I asked the question does anything have to be done to the CSS ?

Seapyramid 06-08-2009 07:41 AM

RE: Footer question
 
NO.. you should just need the correct HTML


All times are GMT -5. The time now is 03:37 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.