SOS...8 minute installation is taking 4 days!!! 3 column layout not working!

Permalink
Hi,

I haven't used Concrete5 for a year and am not terribly experienced with CSS. This is my own theme based on a graphic designer friend's design. I handcoded it in Dreamweaver and everything looked fine when previewed in various browsers.

Something has gotten lost in the translation now that the site is up in C5. The problem area of the moment is a 3 column area under the main content. I've tried floating, and
absolute positioning and fiddled so much (and gone through so many tutorials that I've
now given up.

In layout mode, I get error messages, so I gave up on that. Hoping some one can help me figure out why these 3 columns wont align properly.

http://www.billmosstents.com/test/index.php?cID=1&ctask=check-o...

Thanks so much!

 
Steevb replied on at Permalink Reply
Steevb
You need to look at your code.

What is this?

<div id="thinredline"</> (missing '>' and closing tag? </div>)
        <!-- column-one -->
<div id="subcontent">
        </> (closing tag? </div>)<!--end subcontent-->
         <div id="credits">
          <h5> design: harrah lord  |  site: dogeared web pages</h5>
            </> (closing tag? </div>)