September 16, 200817 yr How would i go about creating this layout. I have given it ago but i cant get it all working with in a main div? Any tutorials you can post me towards or any help please? The uploaded diagram was drawn quick it will all align up together.
September 16, 200817 yr How would i go about creating this layout. I have given it ago but i cant get it all working with in a main div? Any tutorials you can post me towards or any help please? The uploaded diagram was drawn quick it will all align up together. Try these sort of sites. http://layouts.ironmyers.com/750_pixel_Layouts/
September 16, 200817 yr siteWrapper (sets the width of the site) Then a container that spans the width of the site wrapper, this is the long one at the top. Inside that you want a floated (to the left) container with a width. Also a container floating to the right, this sets the width of the right container. Inside this one you want to set up a left col and a right col with floats. Below all them, but before the end of the site wrapper you put your footer. <siteWapper> <fullWidth> content for fullwidth <fullWidth ENDS> <leftColumn> content for left col <leftColumn ENDS> <rightColumnWide> content for rightColumnWide <rightColumnWide ENDS> <rightColumnWide> <leftPart> left part content <leftPart ENDS> <rightPart> right part content <rightPart ENDS> <rightColumnWide ENDS> <footer> footer content <footer ENDS> <siteWrapper ENDS> Sorry for sloppy "code" there, just to give you an idea, if you get really stuck PM me and I'll build you a template.
Create an account or sign in to comment