Log in

View Full Version : AP division layout issue, unable to layout properly



Webchick
06-18-2009, 07:43 PM
First, thanks for taking the time to address my concern, I am new to webdesign.

Templateworld was nice enough to provide a template I though would work (http://www.templateworld.com/zero/in_action/extreme_updates/) and the files are here (http://www.templateworld.com/free_templates.html#1).

I am having trouble with the header section. You can see, the logo and pictures are not centered correctly. I've tried editing the css, but I cannot format these elements to reliably layout in different browsers and monitor sizes. I would really appreciate if you can tell me what I need to change in order to anchor these elements so they display in the same location no matter what screen size or browser I use.

Thanks,
Debby

C55inator
06-23-2009, 11:15 PM
Use absolute positioning.
or do you know css?

Anyway, use absolute positioning (position:absolute;), then do margin-left:auto;margin-right:auto;

If you don't know what that means, please use the w3c tutorial to learn more.