Author Topic: Image in footer  (Read 1232 times)

Offline ewind

  • Full Member
  • ***
  • Posts: 195
    • BDM Webs
Image in footer
« on: Jun 11, 2012, 18:22:36 »
Ok this may be ez for someone who knows but I'm still learning here how do you add a image into footer 'say under the copyright?

Copyright © 2011 DzinerStudio
(image) (image) (image) (image) (image)

something along these lines.

This adds a text link, I just don't know how to add a image link say to facebook.
Code: [Select]
<strong>your text </strong> <a href="http://www.xxxxxx.xx/" target="_blank">your text</a>



« Last Edit: Jun 21, 2012, 19:27:19 by ARG »
One must remain twisted to keep a valid perspective on those around him.
That's why dogs look at you sideways.

Customizing SMF Themes

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5647
  • Civilian Support
    • Files4Design
Re: Image in footer
« Reply #1 on: Jun 11, 2012, 19:51:17 »
You would have to do more than just add that code, even with images. First you would need to write a "class" "id" code so that your images do not have an effect on the current footer area or it's position.
Then you would need some css for specific positioning and possibly alter the current footer css so that things fit properly.

What theme are you using?  ;)
 

Michigan Skywarn

If I don't respond to a specific topic, please don't take it personal. It's either because someone else has already given an answer or, I have no answer.

Offline ewind

  • Full Member
  • ***
  • Posts: 195
    • BDM Webs
Re: Image in footer
« Reply #2 on: Jun 12, 2012, 04:09:41 »
will not looking at any theme in particular just general now to question. I understand it would have to be formatted.

lets say it has its own id well call it .icons already in the footer.
One must remain twisted to keep a valid perspective on those around him.
That's why dogs look at you sideways.

Customizing SMF Themes

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5647
  • Civilian Support
    • Files4Design
Re: Image in footer
« Reply #3 on: Jun 12, 2012, 05:51:42 »
Well with placement it really does depend on the theme. You can name it anything you like as long as that name is not currently being used. Maybe something like
Code: [Select]
id="icons_footer"
and for css
Code: [Select]
#icons_footer
Michigan Skywarn

If I don't respond to a specific topic, please don't take it personal. It's either because someone else has already given an answer or, I have no answer.

Offline ewind

  • Full Member
  • ***
  • Posts: 195
    • BDM Webs
Re: Image in footer
« Reply #4 on: Jun 12, 2012, 08:15:02 »
ok got ya
One must remain twisted to keep a valid perspective on those around him.
That's why dogs look at you sideways.

Customizing SMF Themes

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5647
  • Civilian Support
    • Files4Design
Re: Image in footer
« Reply #5 on: Jun 14, 2012, 18:12:18 »
Has this been solved ewind or do you need more help?  ;)
Michigan Skywarn

If I don't respond to a specific topic, please don't take it personal. It's either because someone else has already given an answer or, I have no answer.

Offline ewind

  • Full Member
  • ***
  • Posts: 195
    • BDM Webs
Re: Image in footer
« Reply #6 on: Jun 21, 2012, 08:54:13 »
nope I got it thanks  :goodstuff:
One must remain twisted to keep a valid perspective on those around him.
That's why dogs look at you sideways.

Customizing SMF Themes