Discussion:
Incorrect wrapping... CSS?
(too old to reply)
Russell Codd
2005-06-24 21:15:57 UTC
Permalink
On http://russellcodd.blogspot.com the most recent entry "I Love You, I
Pay My Rent" is not wrapping around the left column like it should do, and
for some reason is only displayed after the left column has finished. This
only affects the post body, and not the post title, so I am confused.

Can anyone take a look and let me know that 1) using blogger to code my
site for me is dumb, and 2) how to fix it.

Other entries appear to be fine.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Gazza
2005-06-25 10:04:54 UTC
Permalink
Post by Russell Codd
On http://russellcodd.blogspot.com the most recent entry "I Love You, I
Pay My Rent" is not wrapping around the left column like it should do,
and for some reason is only displayed after the left column has
finished. This only affects the post body, and not the post title, so I
am confused.
Can anyone take a look and let me know that 1) using blogger to code my
site for me is dumb, and 2) how to fix it.
Other entries appear to be fine.
You appear to have a:
<div style="clear:both;"></div> at the start of your post body
paragraph. Removing this will solve the problem....probably.
--
Gazza
Mobile Number Network Checker - http://mnnc.net/
Creative writing & Poems - http://garyjones.co.uk/
Leovanna Leonbergers - http://leovanna.co.uk/
StueyC
2005-06-28 16:42:48 UTC
Permalink
Hi Russell,

there seems to be a glitch with blogger since they introduced the
ability to include pics. in a blog. As you have seen there is a style
statement being included in all blog entries.

Please log a call with blogger as I have done to ensure they correct
the issue but in the meantime you can get around the problem by
inserting the following code into your css

div {
clear: none !important;
}

cheers
StueyC
Russell Codd
2005-06-28 22:06:05 UTC
Permalink
Post by StueyC
there seems to be a glitch with blogger since they introduced the
ability to include pics. in a blog. As you have seen there is a style
statement being included in all blog entries.
Brilliant. Someone else left a comment in my blof (thanks you) saying teh
same thing, but they are aware of the problem, and are working on it.
Thanks for the handy CSS. I will whack it in immediately. Oof!
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Loading...