Why is this border extending so far?
-
In several of my posts I’ve added an image where via CSS a border is added and the text wraps around it. The CSS for a left and right image are below:
.imgborderR { float: right; margin: 0px 0px 10px 10px; background-color: #ffffff; border: 1px solid #999; padding: 2px; line-height: 0; } .imgborderL { float: left; margin: 0px 10px 10px 0px; background-color: #ffffff; border: 1px solid #999; padding: 2px; line-height: 0; }
Yet in this post — https://www.familywebwatch.com/blog/2005/05/12/blogs-are-not-diaries/ — and others like it, the bottom border is extending far beyond where I want it to. It should be even all the way around.
Any thoughts?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Why is this border extending so far?’ is closed to new replies.