Master Head Banner Code |
Master Head Banner Code |
Jun 7 2008, 05:31 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 54 Joined: Apr 2008 Member No: 641,584 |
I am looking for this code i have tried a few but none of them work. Also i was wondering if it was possible to hide the navigation bar and have a master head banner to
thanks |
|
|
|
![]() |
Jun 8 2008, 09:19 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 54 Joined: Apr 2008 Member No: 641,584 |
please can someone please help me
|
|
|
|
Jun 8 2008, 09:22 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 18,173 Joined: Mar 2005 Member No: 108,478 |
This code gets rid of the navigation: http://www.createblog.com/scripts/script.php?id=1340
|
|
|
|
Jun 9 2008, 02:23 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 54 Joined: Apr 2008 Member No: 641,584 |
thnx dat solves one problem now if u can help me get the code in order to put an image/border on top of my entire profile
|
|
|
|
Jun 9 2008, 02:28 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
There are several codes for that on here, and all the one's I have tried work. Here's one of them: http://www.createblog.com/scripts/script.php?id=796
|
|
|
|
Jun 9 2008, 05:09 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 54 Joined: Apr 2008 Member No: 641,584 |
i have tried it but it dosent work since i hide da navigation bar plus i want the image to be on top of the entire profile so i need a different code but thnx for trying
|
|
|
|
Jun 9 2008, 06:11 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
Have you tried just putting your banner in a div layer and positioning it above the banner like that? It might cover some things, but that's all that I could think of.
|
|
|
|
Jun 9 2008, 07:23 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 54 Joined: Apr 2008 Member No: 641,584 |
nope but i guess i should try
|
|
|
|
Jun 9 2008, 07:39 PM
Post
#9
|
|
![]() Thread Killer ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,012 Joined: Jun 2007 Member No: 530,544 |
Try this one. Replace the URL and change the width and height.
CODE <style type="text/css">
body { margin-top:500px; } .topban { width:BANNERWIDTHpx; height:BANNERHEIGHTpx; position:absolute; top:0; left:45%; margin:0 0 0 -400px; } </style> <div class="topban"><img src="IMAGEURLHERE" /></div> |
|
|
|
![]() ![]() |