Help - Search - Members - Calendar
Full Version: do i need...
Forums > Resource Center > Support Center > Myspace Support > Myspace Resolved Topics
dreamsbecomereality
these codes if my comments and friends are hidden and i dont want them 2 show? just askin'.

CODE
{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{style for the number of friends you have.}
.redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }




also, 4 these codes that will b below, i was wanting 2 kno how 2 create them into stylish links 2 go 2 like my pictures, about me, etc. where i could click on it and it will just go 2 wat i want without it looking like the normal, boring myspace layout.


CODE
{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;}

{”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style}
.lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Contacting”, “Interests”, “Details”, and “Schools” title styling}
.whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}


p.s. thank u all 4 ur patience so far. i kno i ask a lot of ?s (n trust me more r on the way) but i want my pg. 2 look exactly how i imagine it. again thnx!
jaeminnie
QUOTE(dreamsbecomereality @ Aug 18 2008, 10:26 PM) *
these codes if my comments and friends are hidden and i dont want them 2 show? just askin'.

No, those two codes have nothing to do with hiding your comments and friends. They just edit how the "[name] has x comments" and "x friends" text looks.
Da1nonlyjon
Please look in the Topic: Making a Default Layout for tips on editing your profile and Names of Properties on Classes that you are looking for..

-Thank you,
dreamsbecomereality
QUOTE(jaeminnie @ Aug 18 2008, 09:54 PM) *
No, those two codes have nothing to do with hiding your comments and friends. They just edit how the "[name] has x comments" and "x friends" text looks.

yeah i kno they don't but i waz just sayin' since i hav them (comments n friends) hidden on my pg., then i don't need that code do i?
Da1nonlyjon
no you dont really need that code, but its good to keep it if your comments code gets messed up and your comments will look like how you want them...
dreamsbecomereality
QUOTE(Da1nonlyjon @ Aug 19 2008, 04:58 PM) *
Please look in the Topic: Making a Default Layout for tips on editing your profile and Names of Properties on Classes that you are looking for..

-Thank you,

ok look, can u just tell me (or sum1 else) how 2 make links 2 "add" "comment" "block" or "pics" plz? instead of the boring lookin' 1s on myspace. like i don't want ppl 2 b able 2 view my pics by using the normal link under the default. i want the link 2 fit my div/overlay layout n just my personal style.
Da1nonlyjon
HERE YOU GO..

ADD:
CODE
<a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=YOUR FRIEND ID HERE">ADD</a>


COMMENT:
CODE
<a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=YOUR FRIEND ID HERE">COMMENT</a>


BLOCK:
CODE
<a href="http://friends.myspace.com/index.cfm?fuseaction=block.blockUser&userID=YOUR FRIEND ID HERE">BLOCK</a>


PICS:
CODE
<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&amp;friendID=YOUR FRIEND ID HERE">PICS</a>
dreamsbecomereality
QUOTE(Da1nonlyjon @ Aug 19 2008, 11:09 PM) *
HERE YOU GO..

ADD:
CODE
<a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=YOUR FRIEND ID HERE">ADD</a>


COMMENT:
CODE
<a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=YOUR FRIEND ID HERE">COMMENT</a>


BLOCK:
CODE
<a href="http://friends.myspace.com/index.cfm?fuseaction=block.blockUser&userID=YOUR FRIEND ID HERE">BLOCK</a>


PICS:
CODE
<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&amp;friendID=YOUR FRIEND ID HERE">PICS</a>

ok so i put all those codes in there. but nuthin' cums up. i put my friend i.d. n all that. so now wat's wrong?
Da1nonlyjon
well the links that i gave you should work, all you have to do is put your friend id in were it tells you and BADA-BING! it should work..
dreamsbecomereality
QUOTE(Da1nonlyjon @ Aug 20 2008, 08:27 PM) *
well the links that i gave you should work, all you have to do is put your friend id in were it tells you and BADA-BING! it should work..

ok well it doesn't work. so can u tell me y it may not b working plz?
only-tuesdays
Posting your entire code and maybe your link would help. I can tell you in the last one you need to get rid of the ;amp.
dreamsbecomereality
QUOTE(only-tuesdays @ Aug 30 2008, 09:32 PM) *
Posting your entire code and maybe your link would help. I can tell you in the last one you need to get rid of the ;amp.

ok and what do you mean by that?
Da1nonlyjon
ok here is what is wrong with it..

LOOK AT IT VERY CLOSELY...

CODE
<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&amp;friendID=YOUR FRIEND ID HERE">PICS</a>


SEE WHERE IT SAYS: user.viewAlbums&amp;friendID=YOUR FRIEND ID

well you have to take out: &amp;
so it will work..make sure to do that with the others..
dreamsbecomereality
QUOTE(Da1nonlyjon @ Aug 31 2008, 07:28 PM) *
ok here is what is wrong with it..

LOOK AT IT VERY CLOSELY...

CODE
<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&amp;friendID=YOUR FRIEND ID HERE">PICS</a>


SEE WHERE IT SAYS: user.viewAlbums&amp;friendID=YOUR FRIEND ID

well you have to take out: &amp;
so it will work..make sure to do that with the others..

well it still doesn't work. i took that out. does it not work because mayb i hav my profile hidden so i can make the div/overlay?
Anarchy
^I believe that's true. If you want to put up links on your profile, you have to have it inside a DIV. You should have something that looks like this:

CODE
<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=YOUR FRIEND ID HERE">ADD</a>
<a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=YOUR FRIEND ID HERE">COMMENT</a>
<a href="http://friends.myspace.com/index.cfm?fuseaction=block.blockUser&userID=YOUR FRIEND ID HERE">BLOCK</a>
<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=YOUR FRIEND ID HERE">PICS</a>
</div>
dreamsbecomereality
QUOTE(Anarchy @ Sep 7 2008, 02:44 AM) *
^I believe that's true. If you want to put up links on your profile, you have to have it inside a DIV. You should have something that looks like this:

CODE
<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=YOUR FRIEND ID HERE">ADD</a>
<a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=YOUR FRIEND ID HERE">COMMENT</a>
<a href="http://friends.myspace.com/index.cfm?fuseaction=block.blockUser&userID=YOUR FRIEND ID HERE">BLOCK</a>
<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=YOUR FRIEND ID HERE">PICS</a>
</div>

ok i'm srry but it still isn't working? what else could be wrong?
Anarchy
It may be because of a code you have to hide your profile. Do you mind posting all of your codes?
dreamsbecomereality
QUOTE(Anarchy @ Sep 8 2008, 12:46 PM) *
It may be because of a code you have to hide your profile. Do you mind posting all of your codes?

yeah sure.
CODE

<style>
.contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,
btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
</style>


<style>

body {
background-color: FF3300;
background-image: url("http://i282.photobucket.com/albums/kk243/superstarborn11/HSM3-1.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:000000;
scrollbar-track-color:FFD700;
scrollbar-shadow-color:FFFFFF;
scrollbar-face-color:FF3300;
scrollbar-highlight-color:FFFFFFF;
scrollbar-darkshadow-color:000000;
scrollbar-3dlight-color:FFFFFF;}

{The actual modules}
table table table {border: 2px solid; border-color:000000; background-color:FFFFFF; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 9px georgia; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 9px georgia; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0zNjgwMjkyMjU=">ADD</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdQcm9maWxlX2NvbW1lbnRGb3JtJmZyaWVuZElEPTM2ODAyOTIyNQ==">COMMENT</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9jay5ibG9ja1VzZXImdXNlcklEPTM2ODAyOTIyNQ==">BLOCK</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld0FsYnVtcyZmcmllbmRJRD0zNjgwMjkyMjU=">PICS</a>
</div>


{style for the number of friends you have.}
.redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;}

{”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style}
.lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Contacting”, “Interests”, “Details”, and “Schools” title styling}
.whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”In your extended network” style}
.blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; }

{Stylizing of your name above your picture }
.nametext{font-family: arial; color: ######; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;}

{date stamp on comments}
.blacktext10{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”View all friends” and “invite more” link style}
a.redlink{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

</style>


that's the code i hav n there as of now.
dreamsbecomereality
QUOTE(dreamsbecomereality @ Sep 8 2008, 06:15 PM) *
yeah sure.
CODE

<style>
.contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,
btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
</style>
<style>

body {
background-color: FF3300;
background-image: url("http://i282.photobucket.com/albums/kk243/superstarborn11/HSM3-1.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:000000;
scrollbar-track-color:FFD700;
scrollbar-shadow-color:FFFFFF;
scrollbar-face-color:FF3300;
scrollbar-highlight-color:FFFFFFF;
scrollbar-darkshadow-color:000000;
scrollbar-3dlight-color:FFFFFF;}

{The actual modules}
table table table {border: 2px solid; border-color:000000; background-color:FFFFFF; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 9px georgia; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 9px georgia; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0zNjgwMjkyMjU=">ADD</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdQcm9maWxlX2NvbW1lbnRGb3JtJmZyaWVuZElEPTM2ODAyOTIyNQ==">COMMENT</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9jay5ibG9ja1VzZXImdXNlcklEPTM2ODAyOTIyNQ==">BLOCK</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld0FsYnVtcyZmcmllbmRJRD0zNjgwMjkyMjU=">PICS</a>
</div>
{style for the number of friends you have.}
.redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;}

{”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style}
.lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Contacting”, “Interests”, “Details”, and “Schools” title styling}
.whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”In your extended network” style}
.blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; }

{Stylizing of your name above your picture }
.nametext{font-family: arial; color: ######; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;}

{date stamp on comments}
.blacktext10{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”View all friends” and “invite more” link style}
a.redlink{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

</style>


that's the code i hav n there as of now.

srry bout that. well can i hav sum help now?
Anarchy
It's not showing up because you put DIV codes in the middle of CSS codes. Separate those two and you'll be fine. It should look like this:

CODE
<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0zNjgwMjkyMjU=">ADD</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdQcm9maWxlX2NvbW1lbnRGb3JtJmZyaWVuZElEPTM2ODAyOTIyNQ==">COMMENT</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9jay5ibG9ja1VzZXImdXNlcklEPTM2ODAyOTIyNQ==">BLOCK</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld0FsYnVtcyZmcmllbmRJRD0zNjgwMjkyMjU=">PICS</a>
</div>





<style>
.contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,
btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
</style>


<style>

body {
background-color: FF3300;
background-image: url("http://i282.photobucket.com/albums/kk243/superstarborn11/HSM3-1.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:000000;
scrollbar-track-color:FFD700;
scrollbar-shadow-color:FFFFFF;
scrollbar-face-color:FF3300;
scrollbar-highlight-color:FFFFFFF;
scrollbar-darkshadow-color:000000;
scrollbar-3dlight-color:FFFFFF;}

{The actual modules}
table table table {border: 2px solid; border-color:000000; background-color:FFFFFF; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 9px georgia; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 9px georgia; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }


{style for the number of friends you have.}
.redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;}

{”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style}
.lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Contacting”, “Interests”, “Details”, and “Schools” title styling}
.whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”In your extended network” style}
.blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; }

{Stylizing of your name above your picture }
.nametext{font-family: arial; color: ######; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;}

{date stamp on comments}
.blacktext10{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”View all friends” and “invite more” link style}
a.redlink{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

</style>
dreamsbecomereality
QUOTE(Anarchy @ Sep 11 2008, 10:00 AM) *
It's not showing up because you put DIV codes in the middle of CSS codes. Separate those two and you'll be fine. It should look like this:

CODE
<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0zNjgwMjkyMjU=">ADD</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdQcm9maWxlX2NvbW1lbnRGb3JtJmZyaWVuZElEPTM2ODAyOTIyNQ==">COMMENT</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9jay5ibG9ja1VzZXImdXNlcklEPTM2ODAyOTIyNQ==">BLOCK</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld0FsYnVtcyZmcmllbmRJRD0zNjgwMjkyMjU=">PICS</a>
</div>
<style>
.contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,
btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
</style>
<style>

body {
background-color: FF3300;
background-image: url("http://i282.photobucket.com/albums/kk243/superstarborn11/HSM3-1.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:000000;
scrollbar-track-color:FFD700;
scrollbar-shadow-color:FFFFFF;
scrollbar-face-color:FF3300;
scrollbar-highlight-color:FFFFFFF;
scrollbar-darkshadow-color:000000;
scrollbar-3dlight-color:FFFFFF;}

{The actual modules}
table table table {border: 2px solid; border-color:000000; background-color:FFFFFF; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 9px georgia; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 9px georgia; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
{style for the number of friends you have.}
.redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;}

{”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style}
.lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Contacting”, “Interests”, “Details”, and “Schools” title styling}
.whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”In your extended network” style}
.blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; }

{Stylizing of your name above your picture }
.nametext{font-family: arial; color: ######; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;}

{date stamp on comments}
.blacktext10{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”View all friends” and “invite more” link style}
a.redlink{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

</style>

ok now that we hav that fixed. i hav an idea. there's like this picture in my head of how i want my pg 2 look n i kno it's possible because sum of my friends hav pgs that look professionally made. n e way, 4 the links, like the links r boring. i'm srry but wat could i do if wanted the links bigger, placed in the middle of the pg, and when u move your mouse over it sumthin' the font changes or sumthin' cums up around it. like i wanted music notes 2 show up if you moved the mouse over the links (add, pics, etc.) n also, if i wanted a link to say "About Me" "Interests" etc. how could i do that? so that way i could just hav a link 2 my about me, interests, heroes, etc. i just want my pg 2 hav all links.
Anarchy
To edit how your links look, you need to define a class for them like this:

CODE
<style>.links:link, .links:active, .links:visited {font:bold 16pt Arial; color:000000; letter-spacing:-3px;}
.links:hover {font:bold 20pt Arial; color:ffffff; background:url("URL") repeat center; letter-spacing:-3px;}
</style>

That's just an example. You can have it any way you like. The first section of that code is for links. The second is for when you hover over those links. You can also add other attributes to those codes to spice up their style. Then, you need to use that class for the links that you want to edit, like this:

CODE
<a href="URL" class="links">LINK</a>

If you want to add a DIV with another set of links, just duplicate the codes that were provided for you and change them around, like this:

CODE
<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="URL">LINK</a>
<a href="URL">LINK</a>
<a href="URL">LINK</a>
<a href="URL">LINK</a>
</div>

Just change the margins so it doesn't go over the navigation links that you already have. Remember, you can come up with as much classes as you want for different codes that you want. Classes are not limited to just links. They can also be used for DIVs, text, links, etc.
dreamsbecomereality
QUOTE(Anarchy @ Sep 13 2008, 06:04 AM) *
To edit how your links look, you need to define a class for them like this:

CODE
<style>.links:link, .links:active, .links:visited {font:bold 16pt Arial; color:000000; letter-spacing:-3px;}
.links:hover {font:bold 20pt Arial; color:ffffff; background:url("URL") repeat center; letter-spacing:-3px;}
</style>

That's just an example. You can have it any way you like. The first section of that code is for links. The second is for when you hover over those links. You can also add other attributes to those codes to spice up their style. Then, you need to use that class for the links that you want to edit, like this:

CODE
<a href="URL" class="links">LINK</a>

If you want to add a DIV with another set of links, just duplicate the codes that were provided for you and change them around, like this:

CODE
<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="URL">LINK</a>
<a href="URL">LINK</a>
<a href="URL">LINK</a>
<a href="URL">LINK</a>
</div>

Just change the margins so it doesn't go over the navigation links that you already have. Remember, you can come up with as much classes as you want for different codes that you want. Classes are not limited to just links. They can also be used for DIVs, text, links, etc.

wow. thnx! i'll give this a try and then come bck with ?s if i hav n e. well wait, while i am trying to make a div overlay, one of the 1st steps is 2 hide the profile if you don't want comments to show. so is hiding my profile going to affect the links that i try to put on my div overlay? ok so i put it on my pg. (srry that i have a ? already) n i c that the links came up. so u kno how i was saying that when you hover over the links i want like music notes, for example, to come up? well i saw the place 2 put the image URL. i put the image URL n and when i hovered over the links, the pic didn't cum up. wat's wrong? also, whenever i do make the links say wat i want them 2 say, how is it going 2 link 2 like my pictures or about me?
Anarchy
Hiding your profile won't affect your links, no. For the links' hover problem, try using this code instead:

CODE
.links:hover {font:bold 20pt Arial; color:ffffff; background-image:url("URL"); background-repeat:repeat; background-position:center; letter-spacing:-3px;}

Replace URL with the url of the background image you want to use. If that doesn't work, try removing the quotations. To make your links work, replace URL with the link to your pictures/about me and replace LINK with what you want the link to say.
dreamsbecomereality
QUOTE(Anarchy @ Sep 14 2008, 10:17 AM) *
Hiding your profile won't affect your links, no. For the links' hover problem, try using this code instead:

CODE
.links:hover {font:bold 20pt Arial; color:ffffff; background-image:url("URL"); background-repeat:repeat; background-position:center; letter-spacing:-3px;}

Replace URL with the url of the background image you want to use. If that doesn't work, try removing the quotations. To make your links work, replace URL with the link to your pictures/about me and replace LINK with what you want the link to say.

ok i tried the thing with the background image to hover over. it doesn't work. i tried removing the quotations and everything. the other thing works with the links but just not the background image. what else could be wrong?
Anarchy
Can you post the codes you ended up using?
dreamsbecomereality
QUOTE(Anarchy @ Sep 18 2008, 08:30 AM) *
Can you post the codes you ended up using?

yeah sure.

CODE
<style>.links:link, .links:active, .links:visited {font:bold 16pt Arial; color:#FFFF00; letter-spacing:-3px;}
.links:hover {font:bold 20pt Arial; color: #FF3300; background-image:url("http://www.bestsyndication.com/2005/Dan-WILSON/Health/images/music-notes.JPG"); background-repeat:repeat; background-position:center; letter-spacing:-3px;}
</style>
schizo
Merged your posts. Just press the edit button in the bottom right side of your last post if you need to change something.
Anarchy
It works for me. I don't know why it doesn't work for you. How about trying a smaller background? Maybe you can't see the background because it's too big and you only see pieces of it. And plus, since the background of the musical note is white, it might blend in with your page if your background is white as well.
dreamsbecomereality
QUOTE(Anarchy @ Sep 21 2008, 09:17 AM) *
It works for me. I don't know why it doesn't work for you. How about trying a smaller background? Maybe you can't see the background because it's too big and you only see pieces of it. And plus, since the background of the musical note is white, it might blend in with your page if your background is white as well.

well my background isn't white and i downsized it. i also tried just changing the hovering color and even that doesn't work. let me post the ENTIRE code i hav on my myspace rite now.

CODE
<style>
.contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,
btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
</style>

<style>

body {
background-color: ######;
background-image: url("http://i282.photobucket.com/albums/kk243/superstarborn11/HSM3-1.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:######;
scrollbar-track-color: ######;
scrollbar-shadow-color: ######;
scrollbar-face-color:######;
scrollbar-highlight-color:######;
scrollbar-darkshadow-color:######;
scrollbar-3dlight-color:######;}

table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}

{The actual modules}
table table table {border: 1px solid; border-color: ######; background-color: ######; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;}



{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}


{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

</style>




<style>.links:link, .links:active, .links:visited {font:bold 16pt Arial; color:#FFFF00; letter-spacing:-3px;}
.links:hover {font:bold 20pt Arial; color:FF3300; background-image:url("http://i282.photobucket.com/albums/kk243/superstarborn11/music-notes.jpg"); background-repeat:repeat; background-position:center; letter-spacing:-3px;}
</style>

<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld0FsYnVtcyZmcmllbmRJRD0zNjgwMjkyMjU=">PICS</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdQcm9maWxlX2NvbW1lbnRGb3JtJmZyaWVuZElEPTM2ODAyOTIyNSZN
VRva2VuPWEwNjI5MTBhLTliNmItNGU4MS1iNTJmLTMwZTVlYmYxYTBjYw==">COMMENT</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz
2FnZSZmcmllbmRJRD0zNjgwMjkyMjUmTXlUb2tlbj1lZWQ4NjAyNS1jYTBkLTRiOGQtYjM1OC1mMDVmZ
RiNzcyNjI=">MESSAGE</a>
</div>
decaydancefbr
This has to be the longest CB help topic I've seen, lmfaoz.
dreamsbecomereality
QUOTE(decaydancefbr @ Sep 21 2008, 04:00 PM) *
This has to be the longest CB help topic I've seen, lmfaoz.

does n e 1 else kno wat could b wrong as 2 y when i hover over my links nothing happens. my whole code is posted above.
fixtatik
^ i'd say because you actually haven't done anything to the links. the link hover codes are the same as regular links, and you haven't put in colors; you just have a bunch of # symbols.
Anarchy
^Haha, that should be it. I'm sure I told you to replace that with actual hex codes, no? LOL.
dreamsbecomereality
QUOTE(Anarchy @ Sep 25 2008, 06:21 AM) *
^Haha, that should be it. I'm sure I told you to replace that with actual hex codes, no? LOL.

no i don't think u told me about the hex codes 4 the hovering. but look at my code one more time and tell me exactly wat is wrong. like point it out or highlight or sumthing so i'll kno thnx. oh my code is a little more updated now so look plz.

CODE
<style>
.contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,
btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
</style>

<style>

body {
background-color: CC3300;
background-image: url("http://i282.photobucket.com/albums/kk243/superstarborn11/HSM3-1.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:FF9900;
scrollbar-track-color: FFFFFF;
scrollbar-shadow-color: 999966;
scrollbar-face-color:CC3300;
scrollbar-highlight-color:000000;
scrollbar-darkshadow-color:FF9900;
scrollbar-3dlight-color:CCCC99;}

table, tr, td {background-color: transparent; border: 2px; padding:2;}
table table {border: 2px;}
table table table table{border: 2px;}

{The actual modules}
table table table {border: 1px solid; border-color: 000000; background-color: FFCC33; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 14px arial; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 14px arial; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}



{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:12px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:12px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:12px; color: 000000; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:12px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:12px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}


{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

</style>




<style>.links:link, .links:active, .links:visited {font:bold 16pt Arial; color:#FFFF00; letter-spacing:-3px;}
.links:hover {font:bold 20pt Arial; color:FF3300; background-image:url("http://i282.photobucket.com/albums/kk243/superstarborn11/music-notes.jpg"); background-repeat:repeat; background-position:center; letter-spacing:-3px;}
</style>

<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld0FsYnVtcyZmcmllbmRJRD0zNjgwMjkyMjU=">PICS</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdQcm9maWxlX2NvbW1lbnRGb3JtJmZyaWVuZElEPTM2ODAyOTIyNSZN
VRva2VuPWEwNjI5MTBhLTliNmItNGU4MS1iNTJmLTMwZTVlYmYxYTBjYw==">COMMENT</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz
2FnZSZmcmllbmRJRD0zNjgwMjkyMjUmTXlUb2tlbj1lZWQ4NjAyNS1jYTBkLTRiOGQtYjM1OC1mMDVmZ
RiNzcyNjI=">MESSAGE</a>
</div>


<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="1" width="1" style="width:1px; visibility:visible; height:1px;" border="0" data="http://www.myplaylist.org/mc/mp3player.swf?tomy=http://www.myplaylist.org/mc/config/config_black_shuffle.xml&mywidth=1&myheight=1&file=http://www.myplaylist.org/loadplaylist.php?playlist=31763731">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.myplaylist.org/mc/mp3player.swf?tomy=http://www.myplaylist.org/mc/config/config_black_shuffle.xml&mywidth=1&myheight=1&file=http://www.myplaylist.org/loadplaylist.php?playlist=31763731" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
</object>
Anarchy
Look for these:

CODE
{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

</style>

Change the color attributes. Replace the 6 #'s with hex codes of your choosing. Then, look for this:

CODE
<style>.links:link, .links:active, .links:visited {font:bold 16pt Arial; color:#FFFF00; letter-spacing:-3px;}
.links:hover {font:bold 20pt Arial; color:FF3300; background-image:url("http://i282.photobucket.com/albums/kk243/superstarborn11/music-notes.jpg"); background-repeat:repeat; background-position:center; letter-spacing:-3px;}
</style>

And replace it with this:

CODE
<style>a.links:link, a.links:active, a.links:visited {font:bold 16pt Arial; color:FFFF00; letter-spacing:-3px;}
a.links:hover {font:bold 20pt Arial; color:FF3300; background-image:url("http://i282.photobucket.com/albums/kk243/superstarborn11/music-notes.jpg"); background-repeat:repeat; background-position:center; letter-spacing:-3px;}
</style>

Try that out and tell me if anything happens to your links.
dreamsbecomereality
QUOTE(Anarchy @ Sep 26 2008, 01:27 AM) *
Look for these:

CODE
{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

</style>

Change the color attributes. Replace the 6 #'s with hex codes of your choosing. Then, look for this:

CODE
<style>.links:link, .links:active, .links:visited {font:bold 16pt Arial; color:#FFFF00; letter-spacing:-3px;}
.links:hover {font:bold 20pt Arial; color:FF3300; background-image:url("http://i282.photobucket.com/albums/kk243/superstarborn11/music-notes.jpg"); background-repeat:repeat; background-position:center; letter-spacing:-3px;}
</style>

And replace it with this:

CODE
<style>a.links:link, a.links:active, a.links:visited {font:bold 16pt Arial; color:FFFF00; letter-spacing:-3px;}
a.links:hover {font:bold 20pt Arial; color:FF3300; background-image:url("http://i282.photobucket.com/albums/kk243/superstarborn11/music-notes.jpg"); background-repeat:repeat; background-position:center; letter-spacing:-3px;}
</style>

Try that out and tell me if anything happens to your links.

well i c that the color has changed on the links but when i hover over, just a line comes under. still no picture.
Anarchy
I believe I told you to add class="links" to any link code that you wanted with a hover background. I looked through your entire codes and didn't see one. Maybe it's because of that? I mean, of course it won't work if you don't use the class you created. If you don't add that bit, the codes I gave you are pretty much useless.

It helps to follow all the instructions you were provided before asking another question. wink.gif
dreamsbecomereality
QUOTE(Anarchy @ Sep 27 2008, 11:16 AM) *
I believe I told you to add class="links" to any link code that you wanted with a hover background. I looked through your entire codes and didn't see one. Maybe it's because of that? I mean, of course it won't work if you don't use the class you created. If you don't add that bit, the codes I gave you are pretty much useless.

It helps to follow all the instructions you were provided before asking another question. wink.gif

srry but i don't recall u saying that. but if i missed that part of instructions, srry. so where would i put class="links"? could u show me plz? biggrin.gif
Anarchy
Here. I said it on the first page.
dreamsbecomereality
QUOTE(Anarchy @ Sep 27 2008, 01:51 PM) *
Here. I said it on the first page.

ok cool! it works now! thank u so much. i mite hav 2 get a really small pic though because u can barely tell they r music notes when u hover over them. oh also, i want the links 2 b sumwhere n the middle of pg. whereas now they are on the left. how would that work out?
Anarchy
Yeah, I remember suggesting that as well. mellow.gif Anyway, look for this in your codes:

CODE
<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld0FsYnVtcyZmcmllbmRJRD0zNjgwMjkyMjU=">PICS</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdQcm9maWxlX2NvbW1lbnRGb3JtJmZyaWVuZElEPTM2ODAyOTIyNSZN
VRva2VuPWEwNjI5MTBhLTliNmItNGU4MS1iNTJmLTMwZTVlYmYxYTBjYw==">COMMENT</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz
2FnZSZmcmllbmRJRD0zNjgwMjkyMjUmTXlUb2tlbj1lZWQ4NjAyNS1jYTBkLTRiOGQtYjM1OC1mMDVmZ
RiNzcyNjI=">MESSAGE</a>
</div>

Change the amount of pixels inside "margin-left:-350px;" to position your links somewhere else.
dreamsbecomereality
QUOTE(Anarchy @ Sep 28 2008, 03:16 AM) *
Yeah, I remember suggesting that as well. mellow.gif Anyway, look for this in your codes:

CODE
<div style="position:absolute; top:250px; left:50%; margin-left:-350px; height:200px; width:200px;">
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld0FsYnVtcyZmcmllbmRJRD0zNjgwMjkyMjU=">PICS</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdQcm9maWxlX2NvbW1lbnRGb3JtJmZyaWVuZElEPTM2ODAyOTIyNSZN
VRva2VuPWEwNjI5MTBhLTliNmItNGU4MS1iNTJmLTMwZTVlYmYxYTBjYw==">COMMENT</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz
2FnZSZmcmllbmRJRD0zNjgwMjkyMjUmTXlUb2tlbj1lZWQ4NjAyNS1jYTBkLTRiOGQtYjM1OC1mMDVmZ
RiNzcyNjI=">MESSAGE</a>
</div>

Change the amount of pixels inside "margin-left:-350px;" to position your links somewhere else.

lol. yeah after i sent this message, i found the part of the code with that on there. thnx though! oh n also, not only do i want 2 move the links but is there sumwhere n that code where i can space the links out more?
Anarchy
You mean move them apart from each other? Uhm, take the codes I gave you and add the text in bold:

CODE
<style>a.links:link, a.links:active, a.links:visited {font:bold 16pt Arial; color:FFFF00; letter-spacing:-3px; padding-right:10px;}
a.links:hover {font:bold 20pt Arial; color:FF3300; background-image:url("http://i282.photobucket.com/albums/kk243/superstarborn11/music-notes.jpg"); background-repeat:repeat; background-position:center; letter-spacing:-3px; padding-right:10px;}
</style>

Just change 10px to a different amount according to how much space you want between them.
dreamsbecomereality
QUOTE(Anarchy @ Sep 28 2008, 12:17 PM) *
You mean move them apart from each other? Uhm, take the codes I gave you and add the text in bold:

CODE
<style>a.links:link, a.links:active, a.links:visited {font:bold 16pt Arial; color:FFFF00; letter-spacing:-3px; padding-right:10px;}
a.links:hover {font:bold 20pt Arial; color:FF3300; background-image:url("http://i282.photobucket.com/albums/kk243/superstarborn11/music-notes.jpg"); background-repeat:repeat; background-position:center; letter-spacing:-3px; padding-right:10px;}
</style>

Just change 10px to a different amount according to how much space you want between them.

alrighty. thnx a bunch!
Anarchy
No problem. Alright, I'm gonna go ahead and close/move this. If you have any other questions, just post in the other topic you posted.

Topic closed & moved.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.