I've downloaded this template: http://www.freewebsitetemplates.com/preview/template28/ But instead of having the menu stacked on top of each other, I'd like the links to be horizontal only. How do I edit the CSS to do this? Thanks
Ok I'm working with a different template now. I would like to know how to move images down a couple lines. Right now the image is directly below the last line of text and I'd like to know how to fix it and center it. CSS for photos right now is: .photos{ padding: 40px 0px 25px 59px; /* 40px for how much room on top of first line 0px for? 25px for how much space between lines 59px for how far text is from left */ width: 40px; padding: 4px 4px 2px; background-color: #c4b8a1; color: inherit; } Thanks