Page 1 of 1

Thumbnails Appearing Randomly on Page

PostPosted: Fri Aug 12, 2011 6:01 pm
by mcphersonm80
Hi All-

I just created my first page last night, and everything went pretty smoothly until my thumbnails started randomly jumping around the page. They are appearing in a row to the right of my Route Description section and causing the layout to look strange.

The page is: http://www.summitpost.org/north-backbone-trail/737045

Has anyone had this issue before? I looked through the coding on the page and don't see any problems... How do I get the thumbnails back to the bottom of the page?

Thanks!

Re: Thumbnails Appearing Randomly on Page

PostPosted: Fri Aug 12, 2011 6:05 pm
by mrchad9
Hard to tell without seeing your code.

You could try putting this at the end of each section... see if that does anything...

<BR CLEAR=ALL>

Re: Thumbnails Appearing Randomly on Page

PostPosted: Fri Aug 12, 2011 6:10 pm
by Sarah Simon
Hi,

I have had a similar issue occur and I honestly just futz around with the code until I get it right - no silver bullet. Here are a few fixes I try, though:

1. Double-check that each and every HTML tag is </closed>.
2. Try adding <BR Clear = ALL> to the end of each section to compartmentalize section content / prevent spillover.

Sorry, that's the best I can suggest! Good luck.

Sarah

Re: Thumbnails Appearing Randomly on Page

PostPosted: Fri Aug 12, 2011 6:29 pm
by mcphersonm80
The <BR Clear=ALL> worked, thanks!