Columns Positioning & Text Wrap

admin

Administrator
Staff member
I've been converting layout to CSS for my web page. But, while I can just about get some other bits and pieces working, I'm completely stuck with my links page: <!-- m --><a class="postlink" href="http://www.geocities.com/gabrielyammannah/2004/layout/links.htm">http://www.geocities.com/gabrielyammann ... /links.htm</a><!-- m -->

Problems:
1. Doesn't work at all in IE 6.
2. In Netscape / FF., the page loads up fine, until you hit ctrl+F5. The left column moves to the top of the page. Hit F5 again, and it's fine.
3. Auto text wrap for the left column doesn't work for any of the three browsers.

Solutions Tried:
1. Pos:rel / margin-top / top / center -- doesn't help
2. Max-width / right:%; -- doesn't help
3. UL doesn't help with text wrap either -- doesn't help

Trying to Avoid:
1. Table layout.
2. Hard coding that page, as that means I'd end up doing so for the rest of my pages since they all need a tabular / column layout.

Trying to Achieve:
<!-- m --><a class="postlink" href="http://www.geocities.com/gabrielyammannah/2004/links.htm">http://www.geocities.com/gabrielyammann ... /links.htm</a><!-- m -->

What am I doing wrong / missing?

Many thanks!

Take care,
Snitch.


P.S.: I know none of the code is validated yet; I shall do so after I've gotten this layout to work.Text deleted by author.Problem solved.
 
Back
Top