Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cindypchen

    (@cindypchen)

    Bumping.

    Please let me know if I can provide additional information. I am still looking to add a post divider and am lost.

    Thank you!
    Cindy

    Thread Starter cindypchen

    (@cindypchen)

    I am still hoping to add a divider between posts. Can anyone help?

    Thanks,
    Cindy

    Thread Starter cindypchen

    (@cindypchen)

    Whooami, thank for your explaining so I understand why I am having that problem.

    Since I am not currently separating posts, how would I go about adding in a post divider?

    The website where I had found that sample coding I showed in my earlier post was actually incorrect. The sample said

    .meta-inner {
    margin: 0px 0px 1px 0px;
    padding: 0 0 85px 0;
    background: url(images/myFile.jpg) no-repeat center bottom;
    }

    but since I didn’t have a “meta inner” on my template, I put it in #content p. I am guessing now that is the wrong place. Would the divider still go under “content” in the css or someplace different?

    This is the code from my blog css regarding content. I’m not sure if this is helpful to include or not but figured it couldn’t hurt to include it.

    /************************************************
    *	Content 					     		    *
    ************************************************/
    
    #contenttop {
    	width: 925px;
    	height: 40px;
    	margin: 0px auto 0px;
    	padding: 0px;
    	}
    
    #contentbottom {
    
    	width: 925px;
    	height: 30px;
    	margin: 0px auto 0px;
    	padding: 0px;
    	}
    
    #content {
    	width: 925px;
    	margin: 0px auto 0px;
    	padding: 0px 0px 0px 0px;
    	}
    
    .title {
    	width: 925px;
    	margin: 0px auto 0px;
    	padding: 0px;
    	}
    
    .titleleft {
    	width: 195px;
    	height: 40px;
    	float: left;
    	margin: 0px;
    	padding: 0px;
    	text-align: left;
    	}
    
    .titleright {
    	width: 195px;
    	height: 40px;
    	float: right;
    	margin: 0px;
    	padding: 0px;
    	text-align: right;
    	}
    
    #content p{
             padding: 0px 0px 15px 0px;
    	margin: 0px;
    	line-height: 20px;
    	}
    
    #content p img{
    	border: none;
    	margin-bottom: 10px;
    	}
    
    #content h1 {
    	color: #f40c34;
    	font-size: 28px;
    	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
    	font-weight: normal;
    	padding: 0px 0px 0px 0px;
    	margin: 0px;
    	}
    
    #content h1 a  {
    	color: #aed373;
    	text-decoration: none;
    	}
    
    #content h1 a:hover {
    	color: #f40c34;
    	text-decoration: none;
    	}
    
    #content blockquote p{
    	margin: 0px 0px 10px 0px;
    	padding: 10px 0px 0px 0px;
    	}
    
    blockquote{
    	margin: 0px 25px 15px 25px;
    	padding: 0px 25px 0px 10px;
    	background: #E8E8E8;
    	border-top: 2px solid #000000;
    	border-bottom: 1px solid #000000;
    	}
    
    #content ol{
    	margin: 0px 0px 0px 20px;
    	padding: 0px 0px 10px 0px;
    	}
    
    #content ol li{
    	margin: 0px 0px 0px 20px;
    	padding: 0px 0px 5px 0px;
    	}
    
    #content ul{
    	list-style-type: square;
    	margin: 0px 0px 0px 20px;
    	padding: 0px 0px 10px 0px;
    	}
    
    #content ul li{
    	list-style-type: square;
    	margin: 0px 0px 0px 20px;
    	padding: 0px 0px 5px 0px;
    	}
    
    #content img.wp-smiley {
    	float: none;
    	border: none;
    	padding: 0px;
    	margin: 0px;
    	}
    
    #content img.wp-wink {
    	float: none;
    	border: none;
    	padding: 0px;
    	margin: 0px;
    	}

    Again, thank you for taking the time to help. I hope I am providing enough information.

    Cindy

    Thread Starter cindypchen

    (@cindypchen)

    thank you!

    Cindy

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