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 06-09-2009, 03:18 AM   PM User | #1
webeditsandmore
New to the CF scene

 
Join Date: Feb 2009
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
webeditsandmore is an unknown quantity at this point
Question Odd HUGE space beneath some photos

I'm not sure what's going on and my editor is getting really frustrated with me because I can't figure it out. For some reason, there is an abnormally large space beneath some of our photos. Other times it's fine. When the space appears, my editor just writes a really long caption to accommodate it. But some times he'd rather just be able to put a photo with no caption.

HERE'S A PHOTO WITH ODD SPACE BENEATH IT:
http://www.urbanfaith.com/2009/02/monkey-business.html

HERE'S A PHOTO WITH NORMAL SPACE BENEATH IT:
http://www.urbanfaith.com/2009/02/when-will-it-end.html

It seems to be inconsistent. As in, sometimes the space shows up, sometimes it doesn't.
webeditsandmore is offline   Reply With Quote
Old 06-09-2009, 05:05 AM   PM User | #2
marilynn.fowler
Regular Coder

 
Join Date: Aug 2002
Location: San Francisco
Posts: 442
Thanks: 19
Thanked 15 Times in 15 Posts
marilynn.fowler is an unknown quantity at this point
You have a typo in your styles, which causes erratic rendering. Margin has one 'm'.
Code:
.imagerightwide {
	float: left;
	width: 380px;
	mmargin: 3px 0 7px 15px;
	background-color: #fff;
	padding: 0 0 5px 0;
}
http://jigsaw.w3.org/css-validator/#validate_by_input allows you to validate your CSS before going live. http://validator.w3.org/#validate_by_input allows you to validate your HTML. Itty bitty typos like this can wreak havoc with your layout.
__________________
Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read. Groucho Marx
marilynn.fowler is offline   Reply With Quote
Users who have thanked marilynn.fowler for this post:
webeditsandmore (06-09-2009)
Old 06-09-2009, 05:09 AM   PM User | #3
webeditsandmore
New to the CF scene

 
Join Date: Feb 2009
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
webeditsandmore is an unknown quantity at this point
If I could give you a big hug, I would. Thank you!
webeditsandmore is offline   Reply With Quote
Old 06-09-2009, 06:23 AM   PM User | #4
marilynn.fowler
Regular Coder

 
Join Date: Aug 2002
Location: San Francisco
Posts: 442
Thanks: 19
Thanked 15 Times in 15 Posts
marilynn.fowler is an unknown quantity at this point
Been there myself many times. Glad to be able to help.
__________________
Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read. Groucho Marx
marilynn.fowler 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:37 AM.


Advertisement
Log in to turn off these ads.