Banner Design

  • Wanna Join? New users you can now register lightning fast using your Facebook or Twitter accounts.

Nick470

EclipseGFX
May 10, 2005
1,008
7
0
Phoenix, AZ
www.eclipsegfx.com
#6
WUTS THE CODE FOR ADDING BANNERS? IS IT JUST FOR MUSIC PAGES?
and mess with teh "margin-top" number to get the space you want for the top..and the margin left to move it left or right to center it...hope that helps!

and the code works for both regular and music pages...

<style type="text/css">body{
background-position:top center;margin-top: 530;}
div.topbanner {
top: 0;
left: 49&#37;;
margin-left: -402px;
width: 100%;
height: 0px;
position: absolute;
}
</style><div class="topbanner"><img src="IMAGE URL HERE">
 
Feb 5, 2006
9,995
47
0
#9
and mess with teh "margin-top" number to get the space you want for the top..and the margin left to move it left or right to center it...hope that helps!

and the code works for both regular and music pages...

<style type="text/css">body{
background-position:top center;margin-top: 530;}
div.topbanner {
top: 0;
left: 49%;
margin-left: -402px;
width: 100%;
height: 0px;
position: absolute;
}
</style><div class="topbanner"><img src="IMAGE URL HERE">

GOOD SHIT CUZZO