Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-28-2012, 12:33 AM   PM User | #1
lmorales
Regular Coder

 
Join Date: Mar 2011
Posts: 192
Thanks: 8
Thanked 1 Time in 1 Post
lmorales is an unknown quantity at this point
line on side of page, dont know whats causing it

In my site at mmp.power1.com on the behind the lens page, there is a white vertical line going down the side. I don't know where the heck it came from, but I need to make it blue, I cant find the place in the code thats causing it?
lmorales is offline   Reply With Quote
Old 11-28-2012, 03:36 AM   PM User | #2
LearningCoder
Regular Coder

 
LearningCoder's Avatar
 
Join Date: Jan 2011
Location: The Pleiades
Posts: 860
Thanks: 68
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.
__________________
Carewizard - http://www.carewizard.co.uk
LearningCoder is offline   Reply With Quote
Old 11-28-2012, 06:20 AM   PM User | #3
aaronhockey_09
Regular Coder

 
Join Date: Dec 2010
Posts: 411
Thanks: 21
Thanked 55 Times in 55 Posts
aaronhockey_09 is an unknown quantity at this point
im assuming you got this fixed.
But you have some serious performance issues with your site.
Not sure whats going on, but it took so long to load, and there is so much going on that it almost crashed my browser...and im using chrome.
aaronhockey_09 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:05 PM.


Advertisement
Log in to turn off these ads.