Sai_Hitaki
09-11-2005, 08:38 PM
Hello I looked through your forums you all seem to have a pretty good knowledge of code. I am having an issue with my myspace www.myspace.com/levitate. For some reason when I made the tables background color transparent it affects any text or images that I place with the table with the same transparency making it difficult to read or look at. I wish to keep the table's background color transparent but not have text or images effected by it. Does anyone know how to help? :)
Arabiankidd
09-12-2005, 02:47 AM
If im correct you're trying to change the color of your text right??
well sense you're using a myspace band profile it might be a little different don't know don't have a myspace band profile though although this code should be inserted into the About Me or Who i'd like to meet section I will be adding comments to tell you what exactly the code does
<style type="text/css">
/* .NAMETEXT = Text above your profile picture the # is a hex symbol used for hex color codes the ffffff will change the color to white */
.nametext {
color: #FFFFFF }
/* .BLACKTEXT12 = XX Extended network section */
.blacktext12 {
color: FFFFFF }
/* .WHITETEXT12 = Contacting and Interests section /*
.whitetext12 {
color: FFFFFF }
/* .BLACKTEXT10 = Date and Time in the comments section */
.blacktext10 {
color: FFFFFF }
/* .BEXT = Latest blog entry section and XXXXX has friends section text above all your friends */
.btext {
color: FFFFFF }
/* .ORANGETEXT15 = About me and Who i'd like to meet section */
.orangetext15 {
color: FFFFFF }
/* .REDBTEXT = XX Has friends the no. of friends */
.redbtext {
color: FFFFFF }
/* .LIGHTBLUETEXT8 = General, interests, heroes etc on your bottom left side */
.lightbluetext8 {
color: FFFFFF }
/* .TEXT = Name, location, age etc */
.text {
color: FFFFFF }
/* .REDTEXT = Displaying XX of comments section */
.redtext {
color: FFFFFF }
</style>
If you wish to change the hex color please visit this page http://www.myspace.com/colorguide he may or may not have all the colors
Sai_Hitaki
09-13-2005, 05:14 AM
No I apoligize if I wasn't clear. The link will not show you the problem like I thought. What I have been trying to do is generate code with www.mygen.co.uk It has an area for tables and there is an option to set table opacity but the opacity effects everything in that table including text and pictures. Is there some way to exclude these things through code so it's just the table thats lowered opacity and not the stuff within it?
Arabiankidd
09-13-2005, 08:05 PM
You might wanna read this forum here http://www.dynamicdrive.com/forums/showthread.php?t=4218 he says it's physically impossible to do it if you read below but who knows not much of an expert on css
Sai_Hitaki
09-14-2005, 02:30 AM
I kinda suspected it wasn't possible. thanks for your time and efforts.