You know what, that was exactly the problem. Much thanks Smutty Doodah, should have thought of that myself but was drawing a blank.
Quote:
Originally Posted by Smutty Doodah
I had side bars (safari ) right bar out of to far .....got it fixed at least for me if you can get to the code find
<!-- End Left -->
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- End Left -->
now remove one of the </div> so it looks like this
<!-- End Left -->
</div>
</li>
</ul>
</div>
</div>
<!-- End Left -->
there was 1 to many </div> before the bottom comment tag
|