View Single Post
Old 11-28-2012, 03:36 AM   PM User | #2
LearningCoder
Regular Coder

 
LearningCoder's Avatar
 
Join Date: Jan 2011
Location: The Pleiades
Posts: 849
Thanks: 67
Thanked 28 Times in 28 Posts
LearningCoder is an unknown quantity at this point
It's your blockquote element, the CSS:
Code:
blockquote {
	border-left:1px solid #0FF;//this line of code is causing the vertical line. 
	margin:15px;
	padding:0 12px 0 12px;
}
It doesn't look like a white line to me though, not sure if you fixed it already?

Regards,

LC.
LearningCoder is offline   Reply With Quote