Viewing 2 replies - 1 through 2 (of 2 total)
  • Your text is white because on line 20 of your style.css you have:

    body {
    color:#FFFFFF;
    font:100% Arial,Helvetica;
    }

    change the color to something else so it will display on your white cackground.

    As for your other problem, make sure you are removing matching divs. You open with 2 divs, so should remove 2 as well, not just one as shown in your example.

    Thread Starter futurepocket

    (@futurepocket)

    thanks ?? got it all working now… you’re a lifesaver

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Color of Text and Removing Code’ is closed to new replies.