Log In · Register

 
I need help!, ...
sweetangel2128
post Jan 20 2007, 12:49 AM
Post #1


Senior Member
*****

Group: Member
Posts: 728
Joined: Jan 2007
Member No: 495,803



I pretty much did my own default layout with lots of work on it, but theres 4 things I can't figure out, so please help me with these things, ok heres my layout:

http://www.myspace.com/sweetangel2128

and

heres what I'm trying to get:

http://i2.photobucket.com/albums/y22/sweet...l21/example.jpg

1. How do you make the lines around the blogs and other areas? What is the code to do this? So, my layout looks better?

2. For the add me / message me links I am trying to change the size of the fonts, but everytime I try to change the font size like this: <font size="size of font"></font> it will not change the font and wont get bigger...I want to do this so people can find the links easier.

3. How do I right align my music area on myspace?

4. How do I get the "About me" title and other titles to show...mine wont do it!

Thanks,
Heather <3
 
 
Start new topic
Replies (1 - 16)
michellerrific
post Jan 20 2007, 01:12 AM
Post #2


vivacity
*******

Group: Official Member
Posts: 3,183
Joined: Jan 2007
Member No: 495,247



1. You mean a border? You need to go in your CSS and insert a " border-width:1px; border-style:solid; border-color:000000; " where you edit your tables.
2. Hopefully this code works for the links:
CODE
<FONT
style="FONT-WEIGHT: none; FONT-SIZE: #pt; COLOR: ######; LINE-HEIGHT: #pt; FONT-FAMILY: times; LETTER-SPACING: 0pt"><a href="_">_</a></FONT>

3. I'm not sure about that question, sorry.
4. Find the part of your CSS that edits 'orangetext15' and change the display to "display:show". (it could also be called visibility? if so, then change to 'visible'.)
 
sweetangel2128
post Jan 20 2007, 02:06 AM
Post #3


Senior Member
*****

Group: Member
Posts: 728
Joined: Jan 2007
Member No: 495,803



QUOTE(catastrophic @ Jan 19 2007, 10:12 PM) *
1. You mean a border? You need to go in your CSS and insert a " border-width:1px; border-style:solid; border-color:000000; " where you edit your tables.
2. Hopefully this code works for the links:
CODE
<FONT
style="FONT-WEIGHT: none; FONT-SIZE: #pt; COLOR: ######; LINE-HEIGHT: #pt; FONT-FAMILY: times; LETTER-SPACING: 0pt"><a href="_">_</a></FONT>

3. I'm not sure about that question, sorry.
4. Find the part of your CSS that edits 'orangetext15' and change the display to "display:show". (it could also be called visibility? if so, then change to 'visible'.)


Thanks a lot for your help, I got the borders to work and it looks SO MUCH better than it did :P I also figured out how to show the about me titles and stuff...however the making the font bigger for the links didn't work and how do I change the orange text for the about me and other areas to black? Orange looks crappy with my layout. And if anyone knows how to right align please let me know :)
 
freeflow
post Jan 20 2007, 02:14 AM
Post #4


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

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



CODE
<style type="text/css">
.orangetext15{ color: ######; font-family: fontnamehere; font-size: #px;}
</style>

&
CODE
<style type="text/css">
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;}
</style>
 
sweetangel2128
post Jan 20 2007, 03:07 AM
Post #5


Senior Member
*****

Group: Member
Posts: 728
Joined: Jan 2007
Member No: 495,803



QUOTE(toyo loco @ Jan 19 2007, 11:14 PM) *
CODE
<style type="text/css">
.orangetext15{ color: ######; font-family: fontnamehere; font-size: #px;}
</style>

&
CODE
<style type="text/css">
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;}
</style>


I figured out the first one, but what is the second coding for?
 
freeflow
post Jan 20 2007, 01:58 PM
Post #6


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

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



Changing the style of links. The normal ones.
 
sweetangel2128
post Jan 20 2007, 03:45 PM
Post #7


Senior Member
*****

Group: Member
Posts: 728
Joined: Jan 2007
Member No: 495,803



QUOTE(toyo loco @ Jan 20 2007, 10:58 AM) *
Changing the style of links. The normal ones.


I tried it but it makes my links dissappear. What am I doing wrong? blink.gif
 
protos
post Jan 20 2007, 04:00 PM
Post #8


I listen to bands that don't even exist yet...
*****

Group: Member
Posts: 330
Joined: Sep 2005
Member No: 249,189



CODE
<style type="text/css">
a:link, a.man, a:active, a:visited, {font-family:arial; font-size:11px; color:000000;  text-transform: uppercase; letter-spacing: 0px;}  

a:hover{font-family:arial; font-size:11px; color:000000; text-transform: uppercase;}
</style>


change where it says 11 to whatever you want for the size
 
sweetangel2128
post Jan 20 2007, 04:42 PM
Post #9


Senior Member
*****

Group: Member
Posts: 728
Joined: Jan 2007
Member No: 495,803



QUOTE(protos @ Jan 20 2007, 1:00 PM) *
CODE
<style type="text/css">
a:link, a.man, a:active, a:visited, {font-family:arial; font-size:11px; color:000000;  text-transform: uppercase; letter-spacing: 0px;}  

a:hover{font-family:arial; font-size:11px; color:000000; text-transform: uppercase;}
</style>


change where it says 11 to whatever you want for the size


It's still not doing it, it keeps making my text disappear. Is there something special I need to do with a default layout. There are a few other things in my coding I'm going to try but keep throwing me answers so I can see whats going to work shifty.gif

Ok, I just tried something else, I can bold the text but I still can't get it to be bigger. What I did wrong with the bold was that I was putting the code before the link code and I was suppose to be putting it before the actual word: "add me".
 
freeflow
post Jan 20 2007, 04:47 PM
Post #10


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

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



Post your code. You should be able to post either code at the top of your about me.
 
sweetangel2128
post Jan 20 2007, 04:50 PM
Post #11


Senior Member
*****

Group: Member
Posts: 728
Joined: Jan 2007
Member No: 495,803



Heres my code! Hopefully you can see it and sorry if it's sloppy hehe and just so you know that's the actual layout code, not the link codes included. cool.gif



Layout made by <a href="http://www.createblog.com/layouts/index.php?author_id=467786" title="More layouts by this person">Anna-x-chan</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">
<style type="text/css">
table, td {background-color:transparent; border:none; border-width:0;}
body{background-image:url("http://layouts.cbimg9.com/30/14916c.gif");
background-attachment: fixed;
background-position: bottom right;
background-repeat: repeat;
background-color: ffffff; }
table table table {border: 1px solid; border-color: 000000; padding:0; background-color:; background-image: url("")}
table tbody td table tbody tr td.text table{background-color:; background-image: url("")}
table table{border:0px;}
table table table table{border:0px;}
font, td, a, body, table, body, td, li, p, div, textarea, li, h1, h2, p, br {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
textarea, input {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
.btext {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
.blacktext10 {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
.blacktext12 {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.lightbluetext8 {font-family:small fonts; font-size: 9px; color: 000000; font-weight: bold; text-decoration: bold; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.nametext {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.orangetext15 {color: black; font-family: comic sans; font-size: 15px;} {display: show;}
.redbtext, .redtext {display: none;}


.text {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.whitetext12 {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}


a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid ..FFFFFF;}

a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:small fonts; font-size: 9px; color: 000000; font-weight: underline; text-decoration: underline; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid FFFFFF;}

b, stong
{font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
img { filter:none; border:0px;}
a:link img { filter: none; border:0px solid black;}
a:hover img { filter:none; border:0px solid black;}
body {cursor: ;}
a:hover {cursor: default;}
border-width:1px; border-style:solid; border-color:000000;
TD TD {text-align: ;}
TD TD TD {text-align: ;}
TD TD TD TD {border-top: 0px solid; width: 1%; text-align:;}
TD TD TD TD TD {border-top: 0px solid black; text-align:;}
TD TD TD TD TD TD {border: 0px solid;}
TABLE, TD {padding: 0px; text-transform: lowercase; width:350px;}
TABLE TABLE {padding: 0px; text-transform: lowercase;}
TABLE TABLE TABLE {padding: 0px; text-transform: lowercase;height: .01%; width: 100%;}
TABLE TABLE TABLE TABLE {padding: 0px; text-transform: lowercase;}
TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: uppercase;}
TABLE TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: uppercase;}
table td div div font {visibili-ty:hidden;di-splay:none;}
table table table table {border: 0px; text-align: justify; padding: 0px;}
table table table table table {border: 0px; text-align: justify; padding: 0px;}
table table table table table table {border: 0px; text-align: justify; padding: 0px;}
table table td.text table td.text table table tbody td table, span.btext {display: none !important}
</style>
<STYLE TYPE="text/css">body{scrollbar-face-color:ffffff; scrollbar-shadow-color:ffffff; scrollbar-highlight-color:ffffff; scrollbar-3dlight-color:ffffff;scrollbar-darkshadow-color:ffffff; scrollbar-track-color:ffffff; scrollbar-arrow-color:ffffff}</style>
<style type="text/css">.blogbody i, .standard i, p i, i{font-family:small fonts; font-size: 9px; color: 000000; font-weight: italic; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}</style><style type="text/css">.blogbody u, .standard u, p u, u {font-family:small fonts; font-size: 9px; color: 000000; font-weight: underlined; text-decoration: underlined; border-top: 0px solid 000000; border-bottom: 1px solid 000000; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}</style><style type="text/css">.blogbody b, .standard b, p b, b {font-family:small fonts; font-size: 9px; color: 000000; font-weight: bold; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}</style>
<style>.r{}</style>
<br>
<br>
<style type="text/css">table {direction:rtl;}table table table {direction:ltr;} </style>
 
freeflow
post Jan 20 2007, 05:15 PM
Post #12


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

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



First off the code has two style tags. Change it to this:
CODE
Layout made by <a href="http://www.createblog.com/layouts/index.php?author_id=467786" title="More layouts by this person">Anna-x-chan</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">
table, td {background-color:transparent; border:none; border-width:0;}
body{background-image:url("http://layouts.cbimg9.com/30/14916c.gif");
background-attachment: fixed;
background-position: bottom right;
background-repeat: repeat;
background-color: ffffff; }
table table table {border: 1px solid; border-color: 000000; padding:0; background-color:; background-image: url("")}
table tbody td table tbody tr td.text table{background-color:; background-image: url("")}
table table{border:0px;}
table table table table{border:0px;}
font, td, a, body, table, body, td, li, p, div, textarea, li, h1, h2, p, br {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
textarea, input {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
.btext {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
.blacktext10 {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
.blacktext12 {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.lightbluetext8 {font-family:small fonts; font-size: 9px; color: 000000; font-weight: bold; text-decoration: bold; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.nametext {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.orangetext15 {color: black; font-family: comic sans; font-size: 15px;} {display: show;}
.redbtext, .redtext {display: none;}


.text {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.whitetext12 {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}


a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid ..FFFFFF;}

a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:small fonts; font-size: 9px; color: 000000; font-weight: underline; text-decoration: underline; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid FFFFFF;}

b, stong
{font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
img { filter:none; border:0px;}
a:link img { filter: none; border:0px solid black;}
a:hover img { filter:none; border:0px solid black;}
body {cursor:;}
a:hover {cursor: default;}
border-width:1px; border-style:solid; border-color:000000;
TD TD {text-align:;}
TD TD TD {text-align:;}
TD TD TD TD {border-top: 0px solid; width: 1%; text-align:;}
TD TD TD TD TD {border-top: 0px solid black; text-align:;}
TD TD TD TD TD TD {border: 0px solid;}
TABLE, TD {padding: 0px; text-transform: lowercase; width:350px;}
TABLE TABLE {padding: 0px; text-transform: lowercase;}
TABLE TABLE TABLE {padding: 0px; text-transform: lowercase;height: .01%; width: 100%;}
TABLE TABLE TABLE TABLE {padding: 0px; text-transform: lowercase;}
TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: uppercase;}
TABLE TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: uppercase;}
table td div div font {visibili-ty:hidden;di-splay:none;}
table table table table {border: 0px; text-align: justify; padding: 0px;}
table table table table table {border: 0px; text-align: justify; padding: 0px;}
table table table table table table {border: 0px; text-align: justify; padding: 0px;}
table table td.text table td.text table table tbody td table, span.btext {display: none !important}
</style>
<STYLE TYPE="text/css">body{scrollbar-face-color:ffffff; scrollbar-shadow-color:ffffff; scrollbar-highlight-color:ffffff; scrollbar-3dlight-color:ffffff;scrollbar-darkshadow-color:ffffff; scrollbar-track-color:ffffff; scrollbar-arrow-color:ffffff}</style>
<style type="text/css">.blogbody i, .standard i, p i, i{font-family:small fonts; font-size: 9px; color: 000000; font-weight: italic; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}</style><style type="text/css">.blogbody u, .standard u, p u, u {font-family:small fonts; font-size: 9px; color: 000000; font-weight: underlined; text-decoration: underlined; border-top: 0px solid 000000; border-bottom: 1px solid 000000; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}</style><style type="text/css">.blogbody b, .standard b, p b, b {font-family:small fonts; font-size: 9px; color: 000000; font-weight: bold; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}</style>
<style>.r{}</style>
<br>
<br>
<style type="text/css">table {direction:rtl;}table table table {direction:ltr;} </style>


Then you find this part and edit it:
CODE
a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid ..FFFFFF;}

a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:small fonts; font-size: 9px; color: 000000; font-weight: underline; text-decoration: underline; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid FFFFFF;}


Change 9px to another numberpx. Make the number bigger for a bigger font. That will fix your links.
 
sweetangel2128
post Jan 20 2007, 05:26 PM
Post #13


Senior Member
*****

Group: Member
Posts: 728
Joined: Jan 2007
Member No: 495,803



QUOTE(toyo loco @ Jan 20 2007, 2:15 PM) *
First off the code has two style tags. Change it to this:
CODE
Layout made by <a href="http://www.createblog.com/layouts/index.php?author_id=467786" title="More layouts by this person">Anna-x-chan</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">
table, td {background-color:transparent; border:none; border-width:0;}
body{background-image:url("http://layouts.cbimg9.com/30/14916c.gif");
background-attachment: fixed;
background-position: bottom right;
background-repeat: repeat;
background-color: ffffff; }
table table table {border: 1px solid; border-color: 000000; padding:0; background-color:; background-image: url("")}
table tbody td table tbody tr td.text table{background-color:; background-image: url("")}
table table{border:0px;}
table table table table{border:0px;}
font, td, a, body, table, body, td, li, p, div, textarea, li, h1, h2, p, br {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
textarea, input {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
.btext {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
.blacktext10 {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
.blacktext12 {font-comic sans:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.lightbluetext8 {font-family:small fonts; font-size: 9px; color: 000000; font-weight: bold; text-decoration: bold; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.nametext {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.orangetext15 {color: black; font-family: comic sans; font-size: 15px;} {display: show;}
.redbtext, .redtext {display: none;}
.text {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}

.whitetext12 {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid ..FFFFFF;}

a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:small fonts; font-size: 9px; color: 000000; font-weight: underline; text-decoration: underline; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid FFFFFF;}

b, stong
{font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
img { filter:none; border:0px;}
a:link img { filter: none; border:0px solid black;}
a:hover img { filter:none; border:0px solid black;}
body {cursor:;}
a:hover {cursor: default;}
border-width:1px; border-style:solid; border-color:000000;
TD TD {text-align:;}
TD TD TD {text-align:;}
TD TD TD TD {border-top: 0px solid; width: 1%; text-align:;}
TD TD TD TD TD {border-top: 0px solid black; text-align:;}
TD TD TD TD TD TD {border: 0px solid;}
TABLE, TD {padding: 0px; text-transform: lowercase; width:350px;}
TABLE TABLE {padding: 0px; text-transform: lowercase;}
TABLE TABLE TABLE {padding: 0px; text-transform: lowercase;height: .01%; width: 100%;}
TABLE TABLE TABLE TABLE {padding: 0px; text-transform: lowercase;}
TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: uppercase;}
TABLE TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: uppercase;}
table td div div font {visibili-ty:hidden;di-splay:none;}
table table table table {border: 0px; text-align: justify; padding: 0px;}
table table table table table {border: 0px; text-align: justify; padding: 0px;}
table table table table table table {border: 0px; text-align: justify; padding: 0px;}
table table td.text table td.text table table tbody td table, span.btext {display: none !important}
</style>
<STYLE TYPE="text/css">body{scrollbar-face-color:ffffff; scrollbar-shadow-color:ffffff; scrollbar-highlight-color:ffffff; scrollbar-3dlight-color:ffffff;scrollbar-darkshadow-color:ffffff; scrollbar-track-color:ffffff; scrollbar-arrow-color:ffffff}</style>
<style type="text/css">.blogbody i, .standard i, p i, i{font-family:small fonts; font-size: 9px; color: 000000; font-weight: italic; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}</style><style type="text/css">.blogbody u, .standard u, p u, u {font-family:small fonts; font-size: 9px; color: 000000; font-weight: underlined; text-decoration: underlined; border-top: 0px solid 000000; border-bottom: 1px solid 000000; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}</style><style type="text/css">.blogbody b, .standard b, p b, b {font-family:small fonts; font-size: 9px; color: 000000; font-weight: bold; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}</style>
<style>.r{}</style>
<br>
<br>
<style type="text/css">table {direction:rtl;}table table table {direction:ltr;} </style>


Then you find this part and edit it:
CODE
a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:small fonts; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid ..FFFFFF;}

a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:small fonts; font-size: 9px; color: 000000; font-weight: underline; text-decoration: underline; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px; background-color: transparent; border: 0px solid FFFFFF;}


Change 9px to another numberpx. Make the number bigger for a bigger font. That will fix your links.


I tried the first one luckily I saved my old coding cause the one you gave me deleted my default layout and only had the flowers with gray all over the place and I spent over 2 hours fixing my layout lol...grrrrrr this is so frustrating...
 
freeflow
post Jan 20 2007, 05:57 PM
Post #14


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

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



Well the one your using shoould not have two style tags open . Which is most likely why the codes we gave you don't work. It can also cause problems in the future. But your choice not mine.


Just edit what I told you and that changes any links.
 
sweetangel2128
post Jan 20 2007, 06:05 PM
Post #15


Senior Member
*****

Group: Member
Posts: 728
Joined: Jan 2007
Member No: 495,803



QUOTE(toyo loco @ Jan 20 2007, 2:57 PM) *
Well the one your using shoould not have two style tags open . Which is most likely why the codes we gave you don't work. It can also cause problems in the future. But your choice not mine.
Just edit what I told you and that changes any links.


Well, when I take out the style codes that are right next to eachother, my default disappears.
 
freeflow
post Jan 20 2007, 07:06 PM
Post #16


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

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



I didn't tell you to take the style codes out. I told you to replace what you had with what I posted.

Then I told you to find the part I posted (the link codes) in the code. And change the font size...
 
sweetangel2128
post Jan 20 2007, 07:34 PM
Post #17


Senior Member
*****

Group: Member
Posts: 728
Joined: Jan 2007
Member No: 495,803



I tried it again and the whole page turns gray when I use the first layout code you told me to use...and the other one is making the "view more" where my blogs are and other links biggeer, what I am wanting is my add me / message me to get bigger and where I can change the colors..heres my profile:

http://www.myspace.com/sweetangel2128

Look under "About Me"...it's kinda small, that's what I want enlarged. But the normal font codes wont work.

I have a lot of style codes because of different things on my profile that needs that code to work...if I do your idea it takes out the default code.
 

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