I have no idea why this is happening. For some reason my comments are not printing under my story. They print really far down the page because the right column is pushing them down. Does anyone know why this is happening?
Thanks!
http://www.texarkana...push-467365.php
Layout Help!
Started by joer80, Dec 20 2011 11:51 AM
2 replies to this topic
#1
Posted 20 December 2011 - 11:51 AM
#2
Posted 20 December 2011 - 12:09 PM
You probably need to clear a float with a style called "clearall" or something similar, using clear:both as the style declaration.
So, let's say you want a HR between the content and comments, and you've set up a style called:
After your content, just put in:
And that might solve the problem.
(sometimes clear:both isn't what's needed, but clear:right or clear:left is).
So, let's say you want a HR between the content and comments, and you've set up a style called:
clearall { clear:both; }After your content, just put in:
<hr style="clearall">
And that might solve the problem.
(sometimes clear:both isn't what's needed, but clear:right or clear:left is).
#3
Posted 20 December 2011 - 12:21 PM
That may have fixed it also, but I tried something else and it seems to have fixed it... I moved the commenting block inside of my left side div block, so that there were not 2 blocks on the left side for the right side to float beside.
Thank you for looking at it with me!
Thank you for looking at it with me!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users






