Adding a Header above the tool bar |
Adding a Header above the tool bar |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jan 2006 Member No: 352,933 ![]() |
Straight up here it is
Edit all "XXXXXX" to match your image. <span class="off">!-START Block to Place Custom Banner at Top of Page-!</span> <span class="off">!-Create div with image. Replace my XXXXXX with the URL of your own image- OR replace img block with your own code block!</span> <div class="myBanner"> <img src="XXXXXX"> </div> <style> {!-Create space for image above body. Change px value to the height of your image -!} body {margin-top:XXXXXXpx} {!-Position your image. margin-left should be negative and half the width of your image. change width and height to that of your image-!} div.myBanner {position:absolute; top:0px; left:50%; margin-left:-XXXXXXpx; width:XXXXXXpx; height:XXXXXXpx;} </style> check it out in progress<><>www.myspace.com/fraggedcamper<><> |
|
|
![]() ![]() |