Question:

Can anybody fix this code?

by  |  earlier

0 LIKES UnLike

It's for my myspace profile and everything is perfect except for the text in my 'interests' box. The text is invisible (the background is black, so maybe so is the text?) but when you run the mouse over it the words are in red and underlined as if they are links. The text is supposed to be pink. The punctuation appears. Here is a link to my myspace: http://www.myspace.com/courtneytx

Here's the code:

<style>.fcsS{}</style>

<style>

.mygen { Created using MyGen 2.5 - www.mygen.co.uk }

.mygen { Background Properties }

table, tr, td { background-color:transparent; border:none; border-width:0;}

body {

background-color:FFFFFF;

background-image:url(http://img.freecodesource.com/myspace-layouts/images/layouts/1218001037-414-0.gif);

background-attachment:fixed;

background-repeat:repeat;

}

.mygen { Table Properties }

table table { border: 0px }

table table table table{border:0px}

table table table {

background-color:000000;

}

.mygen { Text Properties }

table, tr, td, li, p, div { font-family:arial; color:EE22AA; }

.btext { font-family:arial; color:EE22AA; }

.blacktext10 { font-family:arial; color:EE22AA; }

.blacktext12 { font-family:arial; color:EE22AA; }

.lightbluetext8 { font-family:arial; color:EE22AA; }

.orangetext15 { font-family:arial; color:EE22AA; }

.redtext { font-family:arial; color:EE22AA; }

.redbtext { font-family:arial; color:EE22AA; }

.text { font-family:arial; color:EE22AA; }

.whitetext12 { font-family:arial; color:EE22AA; }

a:active, a:visited, a:link { font-family:arial; color:EE22AA; }

a:hover { font-family:arial; color:EE22AA; }

a.navbar:active, a.navbar:visited, a.navbar:link { font-family:arial; color:EE22AA; }

a.navbar:hover { font-family:arial; color:EE22AA; }

a.redlink:active, a.redlink:visited, a.redlink:link { font-family:arial; color:EE22AA; }

a.redlink:hover { font-family:arial; color:EE22AA; }

.nametext { font-family:arial; color:EE22AA; font-weight:bold; text-decoration:underline; }

</style><style>a .text { font-weight: bold; font-family: Arial, Helvetica, sans-serif; }</style><style>.fcsE{}</style>

 Tags:

   Report

3 ANSWERS


  1. no


  2. CHANGE:

    .mygen { Table Properties }

    table table { border: 0px }

    table table table table{border:0px}

    table table table {

    background-color:FFFFFF;

    }

    TO

    .mygen { Table Properties }

    table table { border: 0px }

    table table table table{border:0px}

    table table table {

    background-color:FFFFFF;

    }

  3. Thats really messy... Why do you need so many &lt;style&gt; tags?

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.