PDA

View Full Version : Adding image below footer...


mcschmidt_00
Jul-14-2009, 09:21 AM
Hello -- I've added a "Get Flash" icon to my footer as seen here:

http://www.schmidtfamilygallery.com/

I'd like the to show up below the standard footer links. Here's my custom footer code:

<div style="text-align: center !important">
<a href="http://get.adobe.com/flashplayer/otherversions/">
<img width="120px" src="http://www.adobe.com/images/shared/download_buttons/get_adobe_flash_player.png">
</a>
</div>

Can someone tell me how this is done?

Allen
Jul-14-2009, 09:30 AM
Hello -- I've added a "Get Flash" icon to my footer as seen here:

http://www.schmidtfamilygallery.com/

I'd like the to show up below the standard footer links. Here's my custom footer code:

<div style="text-align: center !important">
<a href="http://get.adobe.com/flashplayer/otherversions/">
<img width="120px" src="http://www.adobe.com/images/shared/download_buttons/get_adobe_flash_player.png">
</a>
</div>

Can someone tell me how this is done?
See if this thread helps.
http://www.dgrin.com/showthread.php?t=136734
btw, you need to assign name to the div so CSS can control it.