Log In · Register

 
Script help, please?
ebonylaurels
post Aug 25 2006, 08:52 PM
Post #1


uhhh?*confused face*
****

Group: Member
Posts: 105
Joined: Sep 2005
Member No: 222,267



The script to remove your url box messes up my contact box it changes the colors and fonts on it. I've tried putting it before and after my layout and it does the same thing both time. Can some please help me.
 
 
Start new topic
Replies (1 - 12)
GREASEbaby
post Aug 25 2006, 08:53 PM
Post #2


What's my name? Janette. and ily. <3
******

Group: Member
Posts: 2,139
Joined: Apr 2006
Member No: 391,911



Post your codes :] (Stylesheet as well as code you used to hide the url table)
 
ebonylaurels
post Aug 25 2006, 08:57 PM
Post #3


uhhh?*confused face*
****

Group: Member
Posts: 105
Joined: Sep 2005
Member No: 222,267



CODE
<style type="text/css">
table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible !important;
background-color:transparent;
background-image:url("http://i21.photobucket.com/albums/b294/ebonylaurels/Photo469.jpg");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:450px; height:325px; display:block !important; }
span.blacktext12 img {display:none;}
</style>

Layout made by <a href="http://www.createblog.com/layouts/index.php?author_id=225791" title="More layouts by this person">xblestx</a> at <a href="http://www.createblog.com/layouts/index.php?type_id=3" title="More Myspace layouts">CreateBlog.com</a>.<style>.r{}</style>
<Style type="text/css"> body{ background-image:url(http://images.cbimg4.com/myspace/05/1231.jpg); background-position:Top Left; background-attachment:fixed; background-repeat:no-repeat; background-color:000000; scrollbar-track-color:666666; scrollbar-face-color:FFB6C1; scrollbar-highlight-color:000000; scrollbar-base-color:000000; scrollbar-darkShadow-color:000000; scrollbar-shadow-color:000000; scrollbar-arrow-color:000000; } Table, Td{ background-color:transparent; } table table table{ background-color:FFB6C1; border-color:666666; border-style:solid; border-width:2px; } table table table table, table table table td{ border-style:none; } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:666666; font-weight:bold; font-style:normal; font-family:Times New Roman, verdana, arial, sans-serif; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:666666; font-size:14pt; font-weight:bold; font-style:italic; font-family:Georgia, verdana, arial, sans-serif; } a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{ color:666666; font-weight:bold; font-style:normal; font-family:Times New Roman, verdana, arial, sans-serif; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:000000; font-weight:bold; font-style:italic; font-family:Times New Roman, verdana, arial, sans-serif; } </Style> <br/><br/> <A href="" target="_blank"></A><br/><br/>
<style>.r{}</style>


<style>
body table tr table tr td.text table tr td.text table tr td table tr td { font-size: 16px; font-family:times new roman; color:grey;}
</style>



I used the script posted here on createblog.

CODE
<style type="text/css">
body table tbody table tbody table tbody table table div strong{display: none;}
body table tbody table tbody table tbody table td div {visibility: hidden}
body table tbody table tbody table tbody table td, body table tbody table tbody table tbody td {background: transparent;}
table table table table div {visibility:hidden;}
div table table table table table div input, div a, td.text div {visibility:visible;}
.contactTable {background: rgb(102, 153, 204); position: relative; top: 30px;}
.contactTable table {background: rgb(255, 255, 255);}
</style>
 
GREASEbaby
post Aug 25 2006, 08:59 PM
Post #4


What's my name? Janette. and ily. <3
******

Group: Member
Posts: 2,139
Joined: Apr 2006
Member No: 391,911



Ah I think I see the problem :]

Change this:
CODE
<style type="text/css">
body table tbody table tbody table tbody table table div strong{display: none;}
body table tbody table tbody table tbody table td div {visibility: hidden}
body table tbody table tbody table tbody table td, body table tbody table tbody table tbody td {background: transparent;}
table table table table div {visibility:hidden;}
div table table table table table div input, div a, td.text div {visibility:visible;}
.contactTable {background: rgb(102, 153, 204); position: relative; top: 30px;}
.contactTable table {background: rgb(255, 255, 255);}
</style>


To this:
CODE
<style type="text/css">
body table tbody table tbody table tbody table table div strong{display: none;}
body table tbody table tbody table tbody table td div {visibility: hidden}
body table tbody table tbody table tbody table td, body table tbody table tbody table tbody td {background: transparent;}
table table table table div {visibility:hidden;}
div table table table table table div input, div a, td.text div {visibility:visible;}
.contactTable { position: relative; top: 30px;}
</style>


Try that :]
 
ebonylaurels
post Aug 25 2006, 09:07 PM
Post #5


uhhh?*confused face*
****

Group: Member
Posts: 105
Joined: Sep 2005
Member No: 222,267



It worked mostly. Now I have a tiny half pink half white box attached to my contact table though...
 
*This Confession*
post Aug 25 2006, 09:08 PM
Post #6





Guest






Link to your myspace pleasE?
 
ebonylaurels
post Aug 25 2006, 09:20 PM
Post #7


uhhh?*confused face*
****

Group: Member
Posts: 105
Joined: Sep 2005
Member No: 222,267



myspace
 
GREASEbaby
post Aug 25 2006, 09:22 PM
Post #8


What's my name? Janette. and ily. <3
******

Group: Member
Posts: 2,139
Joined: Apr 2006
Member No: 391,911



Try removing this from the bottom line of your code:
CODE
.contactTable { position: relative; top: 30px;}


ermm.gif
 
ebonylaurels
post Aug 25 2006, 09:28 PM
Post #9


uhhh?*confused face*
****

Group: Member
Posts: 105
Joined: Sep 2005
Member No: 222,267



nope now I have the url box back just with out the url in it.
 
freeflow
post Aug 25 2006, 09:39 PM
Post #10


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Can you post your entire layout code please? I think I have an idea of what it is. happy.gif
 
GREASEbaby
post Aug 25 2006, 09:51 PM
Post #11


What's my name? Janette. and ily. <3
******

Group: Member
Posts: 2,139
Joined: Apr 2006
Member No: 391,911



Toya:

http://www.createblog.com/forums/index.php...t&p=2253899
_smile.gif
 
freeflow
post Aug 25 2006, 09:55 PM
Post #12


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



The full topic didn't load for me. mellow.gif Anyways I think the box is your url box . I can't tell you exact because myspace is being a piece of crap as usual. Because thats the only box it could be.

I can't give you the exact solution till myspace goes back up . But try editing the top number in this part:
.contactTable { position: relative; top: 30px;}

See if its possible for you to cover the box.
 
ebonylaurels
post Aug 26 2006, 09:58 AM
Post #13


uhhh?*confused face*
****

Group: Member
Posts: 105
Joined: Sep 2005
Member No: 222,267



WEEE!! it's gone!! thank you!!
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: