Add a banner to the top and move everything down!, *pulling out my hair* |
![]() ![]() |
Add a banner to the top and move everything down!, *pulling out my hair* |
Jun 28 2008, 10:05 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jun 2008 Member No: 662,679 |
Hey guys,
I have a webpage that was coded for me by someone else and I want to move everything down (including the top myspace links) and add a banner. I just cant figure out the coding. Here is the link for the banner that I want add http://i26.tinypic.com/5prcqf.jpg and the site is www.myspace.com/eblazeofaggrivatedmuzik. Please help me guys! Website codes in attachment.
Attached File(s)
|
|
|
|
Jun 28 2008, 10:30 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
http://www.createblog.com/forums/index.php?showtopic=144829
check the second to last code in the first post on that thread. |
|
|
|
Jun 28 2008, 10:52 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jun 2008 Member No: 662,679 |
Thanks for the response. I beleive you were referencing this code:
<style type="text/css"> body { margin-top:1023px; } .topban { width:800px; height:1023px; position:absolute; top:0; left:50%; margin:0 0 0 -400px; } </style> <div class="topban"><img src="http://i26.tinypic.com/5prcqf.jpg" /></div> I added this in all three spots, and the only thing that happen was the top came down. I think the background is set to come in front of the div layout or something. |
|
|
|
Jun 28 2008, 11:17 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
there's probably a code somewhere in there that's either hiding images or hiding extra divs. i'd suggest contacting the designer to double check, and ask about the ability to add extra divs. that code works perfectly without your layout, and after searching for 20 minutes, i did find a couple codes in there that are hiding divs and images, but even after making sure the top banner div would display, it didn't.
they put some funky coding in there. |
|
|
|
![]() ![]() |