Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

on a stylesheet I am placing temporary borders around the divs to prepare for positioning. Can anyone give me ?

I code in xhtml w3c strict. I'm entering the code but either index.html shows up blank or everything BUT my red borders shows up. What I need is the css code and the index.html code to place this on pages:

#tempredborder {

border-style: ridge;

border-width: 2px;

border-color: red;

Any advice appreciated. I have looked up the code and must be misplacing one tag or one command before or after. Thanks.

1 Answer

Relevance
  • Anonymous
    1 decade ago
    Favorite Answer

    #tempredborder { border-style: ridge; border-width: 2px; border-color: red }

    You dont need a ; on the last one and you need to end with a }

Still have questions? Get your answers by asking now.