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.
Trending News
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
- Anonymous1 decade agoFavorite 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 }