The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Picture at the bottom of mine forum

3 posters

Go down

Picture at the bottom of mine forum Empty Picture at the bottom of mine forum

Post by Lizlee October 18th 2012, 2:07 am

Hi, i'm wondering how people gets this:

Picture at the bottom of mine forum 314t0l0

A picture at the bottom of your forum.


http://monoceros.forumactie.com/forum
avatar
Lizlee
Forumember

Female Posts : 58
Reputation : 2
Language : Dutch, English

http://idkmoeteennaamzijn.actieforum.com/forum

Back to top Go down

Picture at the bottom of mine forum Empty Re: Picture at the bottom of mine forum

Post by Hardcore Gamer October 18th 2012, 2:15 am

Interesting. I'd like to know this as well.
avatar
Hardcore Gamer
Forumember

Male Posts : 524
Reputation : 4
Language : English

Back to top Go down

Picture at the bottom of mine forum Empty Re: Picture at the bottom of mine forum

Post by nextlevelgaming October 18th 2012, 3:03 am

CSS multiple Background . Thats all
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Picture at the bottom of mine forum Empty Re: Picture at the bottom of mine forum

Post by Lizlee October 18th 2012, 3:25 am

nextlevelgaming wrote:CSS multiple Background . Thats all

No i mean the wolf now the background
avatar
Lizlee
Forumember

Female Posts : 58
Reputation : 2
Language : Dutch, English

http://idkmoeteennaamzijn.actieforum.com/forum

Back to top Go down

Picture at the bottom of mine forum Empty Re: Picture at the bottom of mine forum

Post by nextlevelgaming October 18th 2012, 3:56 am

The wolf is a background. Ill be making a tutorial here soon about that. Actually right now
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Picture at the bottom of mine forum Empty Re: Picture at the bottom of mine forum

Post by Hardcore Gamer October 18th 2012, 4:12 am

nextlevelgaming wrote:The wolf is a background. Ill be making a tutorial here soon about that. Actually right now

Would be appreciated, thanks!
avatar
Hardcore Gamer
Forumember

Male Posts : 524
Reputation : 4
Language : English

Back to top Go down

Picture at the bottom of mine forum Empty Re: Picture at the bottom of mine forum

Post by nextlevelgaming October 18th 2012, 4:15 am

No problem hardcore. Just got the desktop up and running today. So just taking me a minute. The tutorial may not be on this website though, I'll give link to ok Smile take me like 30 minutes. just downloading updated version chrome
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Picture at the bottom of mine forum Empty Re: Picture at the bottom of mine forum

Post by Hardcore Gamer October 18th 2012, 4:33 am

Alright, sounds good. Cool
avatar
Hardcore Gamer
Forumember

Male Posts : 524
Reputation : 4
Language : English

Back to top Go down

Picture at the bottom of mine forum Empty Re: Picture at the bottom of mine forum

Post by nextlevelgaming October 18th 2012, 4:43 am

Ok guys all done. Though after reviewing the image (I used it for the tutorial for now, ill replace it later) I see exactly what you were looking for :/ my bad. Well here is the tutorial

http://easybbtutorials.forumotion.com/t20-multiple-backgrounds-css#21

EDIT EDIT EDIT!!!

Ok so go to

ACP>DISPLAY>TEMPLATES>GENERAL>INDEX_BODY

Find this

Code:
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="genred">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="genred">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="genred">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>

After that create a new table like so

Code:
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
    <td>
      <a href="http://www.facebook.com/pages/The-Gamers-Podium/251697434949698" target="_blank">
        <img border="0" src="http://i45.servimg.com/u/f45/17/65/32/03/social10.png" alt="HTML tutorial"></img></a>
      </td>
      <td>
        <a href="http://www.twitter.com/TheGamersPodium" target="_blank">
<img border="0" src="http://i45.servimg.com/u/f45/17/65/32/03/social12.png" alt="HTML tutorial"></img></a>
        </td>
        <td>
            <a href="http://www.youtube.com/user/thegamerspodium" target="_blank">
<img border="0" src="http://i45.servimg.com/u/f45/17/65/32/03/social13.png" alt="HTML tutorial"> </img></a>
          </td>
          <td>
            <a href="http://www.xbox360.com" target="_blank">
      <img border="0" src="http://i35.servimg.com/u/f35/17/65/32/03/xbox10.jpg" alt="HTML tutorial"></img></a>
            </td>
            <td>
              <a href="http://us.playstation.com/ps3/" target="_blank">
      <img border="0" src="http://i35.servimg.com/u/f35/17/65/32/03/ps310.jpg" alt="HTML tutorial"></img></a>
            </td>
             
           
</tr>
          </table>

For you guys I would do this

Code:
<table border="0" cellspacing="3" cellpadding="0" align="right">
  <tr>
    <td style="float:right">
      <a href="http://www.facebook.com/pages/The-Gamers-Podium/251697434949698" target="_blank">
        <img border="0" src="http://i45.servimg.com/u/f45/17/65/32/03/social10.png" alt="HTML tutorial"></img></a>
      </td>               
</tr>
</table>         

Sorry for the confusions guys. let me know if this works for you. If not I will figure it out for the correct position on the test sites


Last edited by nextlevelgaming on October 18th 2012, 5:01 am; edited 1 time in total (Reason for editing : Fixing the issue involved)
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Picture at the bottom of mine forum Empty Re: Picture at the bottom of mine forum

Post by Lizlee October 19th 2012, 1:17 am

It works by me, the only thing i want is the picture under Admin pannel and the forumotion credits. Can you figure out of that is possible? Very Happy
avatar
Lizlee
Forumember

Female Posts : 58
Reputation : 2
Language : Dutch, English

http://idkmoeteennaamzijn.actieforum.com/forum

Back to top Go down

Picture at the bottom of mine forum Empty Re: Picture at the bottom of mine forum

Post by nextlevelgaming October 19th 2012, 7:02 am

Oh anything is possible really. The Code given in the EDIT EDIT EDIT. Should work fine for you.
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum