Music Myspace Coding Problem, Help With Coding, |
Music Myspace Coding Problem, Help With Coding, |
Nov 5 2008, 01:57 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Human Posts: 525 Joined: Nov 2008 Member No: 695,913 |
hey i created my own div layout 4 my music myspace and everything works perfectly fine except when i want to put a banner on my page it appears right on top of the music toolbar. so to move the banner down i used this code
when i use this though . it moves the banner down but then the actual text from the code appears on my page like this . . Does anybody know why the text of the code is showing and how i can et it to go away . . . help will be much appreciated Stay Up -1- Subliminal
Reason for edit: Please use [thumb] tags when posting big images. - Mike
|
|
|
|
![]() |
Nov 5 2008, 03:52 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
It's because you just put attributes inside <>'s. You didn't specify what it was, whether it was a paragraph, a DIV, etc. What you need to do is combine those attributes with the <div> tag that you classified as "image". Therefore, the beginning should look like this:
CODE <div class="image" style="position:absolute; left:0px; top:-992px; display:block; height:0px; width:0px;">
|
|
|
|
Nov 5 2008, 04:10 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Human Posts: 525 Joined: Nov 2008 Member No: 695,913 |
thnx alot man much appreciated
Stay Up -1- Subliminal |
|
|
|
Nov 5 2008, 04:15 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
No problem. Topic closed & moved.
|
|
|
|
![]() ![]() |