Quick Div Question! |
Quick Div Question! |
Oct 25 2007, 11:26 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 43 Joined: Feb 2006 Member No: 370,127 |
My profile link is: http://myspace.com/cherrystarr
Some of what seems to be the coding text is poking through at the bottom of the base image, and i was wondering why that is and how to fix it. Also i am wondering what code i can use to hide the links underneath the MySpace advertisement banner? Thanks a lot for the help! Also, i had used Dreamweaver, and made a rollover on the menu which shows up when i just open the html file on my computer, yet when i loaded it into MySpace it no longer works =\ Any suggestions? |
|
|
|
![]() |
Oct 25 2007, 11:42 PM
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Do you currently have the dreamweaver coding up now? Because that may be what is poking through the side because dreamweaver coding doesn't work on myspace...dreamweaver is for websites.
To hide the top links use this: CODE <style>.navbar {display:none;} .navigationBar {display:none;}</style> If you want to hide the search bar and shortcuts use this: CODE <style>
body div div form {display:none !important;} table table div form {display:inline !important;} body div td div div select {width:0px !important;} </style> |
|
|
|
Oct 25 2007, 11:52 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 43 Joined: Feb 2006 Member No: 370,127 |
Yeah i do have the Dreamweaver coding up there, but i only used it for the parts that i was overlaying... i thought that would be okay?
|
|
|
|
Oct 26 2007, 12:02 AM
Post
#4
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Well I'm thinking all the coding/text that is showing up on the side is the dreamweaver coding because dreamweaver stuff does not work on myspace. The coding is different...
Can you post all your codes, or rather take all the dreamweaver coding out and does all the text/coding on the side go away? |
|
|
|
Oct 26 2007, 10:54 AM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 43 Joined: Feb 2006 Member No: 370,127 |
Yeah, the text does indeed go away when i remove the dreamweaver coding... rats!! i was thinking that would work =\
So just to clarify, no coding from dream weaver will work in myspace at all, even basic things? |
|
|
|
![]() ![]() |