Working with Layout
March 29th, 2004Been working on the site again, seems like once I finally have it working the way I want, looking good, and pretty much bomber, I find something that needs changing or updating. This time it was my portfolio page. Basically every page on my site except the homepage doesn’t have my blog links that show up on the left on the homepage. This looked odd because it left a 200px gap on the left side of all the pages. My temporary solution is just to give the content area of the page a -200px margin. This works, but I don’t like the necessity of an inline style. What are your solutions for content on pages that don’t have all the navigation? Should I just break the style sheet down into parts and give the pages that don’t have the extra navigation their own style sheet? Or does it make more sense to find a different layout?