A Bit Of A Difficulty Here..., I seek help right away? |
![]() ![]() |
A Bit Of A Difficulty Here..., I seek help right away? |
Nov 3 2008, 06:29 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Sep 2008 Member No: 684,412 |
I kinda made my own MySpace layout, but it's not allowing me to place text anywhere. I like it is right now, but I wanna add text.
I mean, I can type whatever, but nothing ever shows when I save and view my profile. This is the only code I have in the whole thing. And it's in the About Me section: CODE <style>
.a {hide only Zodiac sign} .userProfileDetail a {display:none;} </style> <style> body {background-color:ffffff; background-image:url("http://edslove.xxxxxxxx.jp/eds_003_004.jpg"); background-repeat:no-repeat; background-position:bottom right; background-attachment:fixed;} td, .text, div, input {color:000000 !important;} a {color:000000 !important;} img {border:0px;} table, tr, td {background:transparent; border:0px;} img, .contactTable { display:none; } .hot-lytsmaincontainer img, .comt img { display:inline; } table div, td td td, table div div { visibility:hidden; } font, a, .hot-lytsdotcom a { visibility:hidden; } marquee { visibility:visible !important; } .hot-lytsOthers { This is where you control the position of the player. } table table embed {display:block; width:202px; height:35px; position:absolute; top:0px; left:0px; visibility:visible;} table table table embed, .hot-lytsmaincontainer div embed {position:static !important; width:auto; height:auto; } .text, table table table table a, table table table table div,table table table table div a {visibility:visible;} .bbzComment { You selected to hide comments. } .bbzsc { display:none; } .text, td.text td.text table, .contactTable, .lightbluetext8 {display:none;} table table, table table td {padding:0px; height:0px;} |
|
|
|
Nov 3 2008, 09:21 PM
Post
#2
|
|
|
rawr? ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,705 Joined: Nov 2005 Member No: 285,858 |
because you don't have an area for text. you have to make an area for text in your layout. like a table with text in it.
|
|
|
|
Nov 3 2008, 09:29 PM
Post
#3
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
Can you add a link to your profile or take a screenshot of your profile?
Thanks. |
|
|
|
Nov 3 2008, 09:42 PM
Post
#4
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
Or you can make an area for your text by defining a div class in the code and then add another code with that div class.
I.E. About Me Code: (Code 1) CODE <style> .text { background-color:transparent; border:0px solid; border-color:none; width:???px; height:???px; position:absolute; overflow:auto; top:???px; left:???px; font-family:arial; color:000000; font-size:12px; line-height:11px; text-decoration:none; text-transform:none font-weight:normal; letter-spacing:; scrollbar-face-color: CC0000; scrollbar-arrow-color:000000; scrollbar-track-color:CC0000; scrollbar-shadow-color:CC0000; scrollbar-highlight-color:CC0000; scrollbar-3dlight-color:CC0000; scrollbar-darkshadow-color:CC0000; filter:chroma(color=CC0000); text-align:left; cursor:default;} </style> I'd Like To Meet Code: (Code 2) CODE <style> <div class="text"> TEXT.TEXT.TEXT.TEXT.TEXT.TEXT.TEXT.TEXT.TEXT. </div> </style> |
|
|
|
Nov 4 2008, 01:04 PM
Post
#5
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
^Oh yea. That's right.
|
|
|
|
![]() ![]() |