Skip to content

Banner Picture

2405 Views 3 Replies

0 Members and 4 Guests are viewing this topic.

Banner Picture
on:
#1
Hi there, My wife and some of her friends are obsessed with talking about the Casey Anthony verdict and such so I made a little forum for her and her friends. I snagged that "Dark Modern" styles sheet from the forum here (thanks it looks great). I would like to put a banner image at the top and I can not figure out how to do it. Can somebody point me to instructions to do this?
Last Edit: July 30, 2011, 08:22:59 pm by wtfchuck
Re: Banner Picture
Reply #2 on:
#3
I believe that's possible with JQuery, I'd have to scratch my head and poke around some things if I were to make a code for you. I'll edit this post if I'm going to make it or not

EDIT:
Headers:
Code: [Select]
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>Footers:
Code: [Select]
<script>$("div.user").after("<img src='IMAGE URL HERE'>")</script>
Last Edit: July 31, 2011, 05:59:02 pm by xboi209
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.
Re: Banner Picture
Reply #3 on:
#4
I believe that's possible with JQuery, I'd have to scratch my head and poke around some things if I were to make a code for you. I'll edit this post if I'm going to make it or not

EDIT:
Headers:
Code: [Select]
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>Footers:
Code: [Select]
<script>$("div.user").after("<img src='IMAGE URL HERE'>")</script>


Works great!! Thank you!!!
 

Related Topics