white table in the background won't go away, something in the coding =big white area |
white table in the background won't go away, something in the coding =big white area |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Apr 2005 Member No: 131,932 ![]() |
i can't get my text to show up under the about me section and i dont know why....
help?? CODE <center>
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="6582642" type="hidden"><textarea name="f_comments" cols="15" rows="5"style="color: 000000; font-family: verdana; font-size: 9px; border: 1px solid 000000; "></textarea><br /><input type="submit" value="tap dat" /></form> <style>table td div div font {visibility:hidden;}</style> <style type="text/css">a.text, table div font a, table div div {visibility:hidden;}</style> <style type=text/css> .pimp_my_profile { Generated at Pimp My Profile www.pimp-my-profile.com } table, tr, td { background-color:transparent; border:none; border-width:0px; } table table table { width:100%; max-width: 600px; } table table table table { width:100%;; } body, .bodyContent { background-image:url(http://img.photobucket.com/albums/v455/xsensesfail2x/new/blackswirl-2.jpg); background-position:Center Center; background-attachment:fixed; background-repeat:repeat; border-width:0px; border-style:Solid; } table table { border:0px; } table table table table { border:0px; background-image:none; background-color:transparent; } table table table { border-style:Solid; border-width:0px; background-image:url(http://i72.photobucket.com/albums/i189/latrec/1.jpg); background-repeat:repeat; background-attachment:fixed; } table, tr, td, li, p, div { color:dddddd; font-size:10pt; font-family:Arial; } .btext { color:000000; } .blacktext10 { color:000000; } .blacktext12 { color:000000; } .lightbluetext8 { color:000000; } .orangetext15 { color:000000; } .redtext { color:000000; } .redbtext { color:000000; } .text { color:000000; } .whitetext12 { color:000000; font-size:10pt; font-family:Arial; } a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:link { color:000000; } a:hover, a.searchlinksmall:hover { color:000000; } a.navbar:active, a.navbar:visited, a.navbar:link { color:000000; } a.navbar:hover { color:000000; } a.redlink:active, a.redlink:visited, a.redlink:link { color:000000; } a.redlink:hover { color:000000; } .nametext { color:dddddd; font-size:18pt; font-family:Arial; font-weight:bold; } table td div div font {visibility:hidden;} .friendSpace { display:none; } .friendsComments { display:none; } </style> |
|
|
![]() |
![]()
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 ![]() |
You've made your text black like the background and you left out a style tag. Use this:
CODE <center><form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="6582642" type="hidden"><textarea name="f_comments" cols="15" rows="5"style="color: 000000; font-family: verdana; font-size: 9px; border: 1px solid 000000; "></textarea><br /><input type="submit" value="tap dat" /></form></center>
<style type="text/css">a.text, table div font a, table div div {visibility:hidden;}</style><style type=text/css>.pimp_my_profile { Generated at Pimp My Profile www.pimp-my-profile.com } table, tr, td { background-color:transparent; border:none; border-width:0px; } table table table { width:100%; max-width: 600px; } table table table table { width:100%;; } body, .bodyContent { background-image:url(http://img.photobucket.com/albums/v455/xsensesfail2x/new/blackswirl-2.jpg); background-position:Center Center; background-attachment:fixed; background-repeat:repeat; border-width:0px; border-style:Solid; } table table { border:0px; } table table table table { border:0px; background-image:none; background-color:transparent; } table table table { border-style:Solid; border-width:0px; background-image:url(http://i72.photobucket.com/albums/i189/latrec/1.jpg); background-repeat:repeat; background-attachment:fixed; } table, tr, td, li, p, div { color:dddddd; font-size:10pt; font-family:Arial; } .btext { color:000000; } .blacktext10 { color:000000; } .blacktext12 { color:000000; } .lightbluetext8 { color:000000; } .orangetext15 { color:000000; } .redtext { color:000000; } .redbtext { color:000000; } .text { color:ffffff; } .whitetext12 { color:000000; font-size:10pt; font-family:Arial; } a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:link { color:000000; } a:hover, a.searchlinksmall:hover { color:000000; } a.navbar:active, a.navbar:visited, a.navbar:link { color:000000; } a.navbar:hover { color:000000; } a.redlink:active, a.redlink:visited, a.redlink:link { color:000000; } a.redlink:hover { color:000000; } .nametext { color:dddddd; font-size:18pt; font-family:Arial; font-weight:bold; } table td div div font {visibility:hidden;} .friendSpace { display:none; }.friendsComments { display:none; } <style>table td div div font {visibility:hidden;}</style></style> |
|
|
![]() ![]() |