Title: css question
Last modified: August 19, 2016

---

# css question

 *  [sheff12](https://wordpress.org/support/users/sheff12/)
 * (@sheff12)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/css-question-7/)
 * Can I add link control below- link, visted, etc
 * #main .block.odd { margin-left: 15px; }
 * #main .block.even { margin-left: 40px; }

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/css-question-7/#post-1340846)
 * sheff12,
 * Can you explain this a little more?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/css-question-7/#post-1340893)
 * do you mean:
 *     ```
       #main .block.odd a:link { color:#FF0000; }      /* unvisited link */
       #main .block.odd a:visited { color:#00FF00; }  /* visited link */
       #main .block.odd a:hover { color:#FF00FF; }  /* mouse over link */
       #main .block.odd a:active { color:#0000FF; }  /* selected link */
       ```
   
 * or whatever style you want?
    (and the same for .even)
 *  Thread Starter [sheff12](https://wordpress.org/support/users/sheff12/)
 * (@sheff12)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/css-question-7/#post-1340919)
 * That worked thanks but in the wrong spot. Maybe I can explain what I’m trying
   to accomplish. When I post an article and it appears on the front page as “Recent
   Articles” it loses the links from the real page. In other words the links are
   active when I go to the page but they aren’t when then appear under recent articles
   on the first page.
    You can see what I’m taking about at [http://nottoopleased.com](http://nottoopleased.com)
   in the first recent article. It says “with this link” that kink shoud be hot 
   as you’ll see if you hit the continue reading button. I assumed I showed you 
   the right thing. I have listed the code below. Help would be greatly appreciated.
 *     ```
       <!-- main -->
   
       			<div id="main">	
   
       				<h3>Recent Articles</h3>
   
       				<div class="block odd">
   
       					<div class="blk-top">
   
       						<h4><a href="http://nottoopleased.com/?p=3" title="Make a Post or a Comment">Make a Post or a Comment</a></h4>	
   
       						<p><span class="datetime">January 11, 2010</span><a href="http://nottoopleased.com/?p=3#comments" class="comment">No Comments</a></p>
   
       					</div>						
   
       					<div class="blk-content">
   
       						<p>Welcome. Below are a couple of different sign-up options for your convenience. There are 2 different levels you can sign up for – both are FREE!</p>
       <p>With this <strong>link</strong> you can sign up to make comments on other peoples posts only. You will not be able to create your own posts. After registering you will be directed to [...]</p>
   
       						<p><a class="more" href="http://nottoopleased.com/?p=3">continue reading &raquo;</a></p>
   
       					</div>
   
       				</div>
       ```
   
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/css-question-7/#post-1340977)
 * the ‘recent posts’ are displayed using ‘the_excerpt()’, which is stripped of 
   all html tags, such as links, images etc.
 *  Thread Starter [sheff12](https://wordpress.org/support/users/sheff12/)
 * (@sheff12)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/css-question-7/#post-1341117)
 * can I override that

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘css question’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [sheff12](https://wordpress.org/support/users/sheff12/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/css-question-7/#post-1341117)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
