Imgage code to cover text name id won't work anymore... |
Imgage code to cover text name id won't work anymore... |
Apr 16 2006, 11:33 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2005 Member No: 176,747 |
Hey, I got this code here in Createblog.com sometime ago to cover up my name id which is on top of my main picture id in my page but sometime ago it sort of becamed filtered, and now it won't show up anymore...
This code consists of an image to cover up your text id name on top of your main picture in your myspace, but it won't work anymore. I have been searching for an answer to why it wont work and to a posible updated code of the same. As I belive the code I have now has expired due to myspace ongoing updateing of their data base. CODE <style type="text/css"> .nametext { width: 250px; height: 62px; background-image:url('url here'); background-repeat: no-repeat; font: bold 0px times new roman; } </style> If anyone can help, please. Or knows an answer to this. |
|
|
|
![]() |
Apr 17 2006, 04:24 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2005 Member No: 176,747 |
For some reason the given code did not work. Although it did help in a way further more...
I've found a fixture to my old code, in other words I found a working code that worked in my profile, CODE .nametext {visibility:hidden;} span.nametext{ background-color:transparent; background-image:url('url to your image'); background-position:center; background-repeat:repeat; display:block; font-size:1px !important; letter-spacing:-1px !important; height:XXpx; width:XXXpx; visibility:visible !important;} all it needs is style tags to be added, non the less The image is now viewable in my page. Thanks anyway for the help. |
|
|
|
QuakeNIN Imgage code to cover text name id won't work anymore... Apr 16 2006, 11:33 PM
coldtrance <style type="text/css"> .nametext ... Apr 17 2006, 01:14 AM![]() ![]() |