TimHolley
04-24-2006, 06:22 PM
ok, so i've designed my site in Dreamweaver MX when i realise that you can dynamically center the content...however, my original design didn't take that into account. I'm not much an HTML/CSS expert so any help is greatly recieved. I've tried to put a <div> tag around the other <div> tags so that they keep thier absolute locations. e.g.
"<div id="master"
<div id="Layer2" style="position:absolute; left:4px; top:4px; width:2px; height:13px; z-index:2"><img src="navbar/gsqure.gif" width="22" height="22">
</div>"
Where master is linked to an external CSS file where the box is dynamically centered. Is there any way to fix my problem without redesigning the whole site?
"<div id="master"
<div id="Layer2" style="position:absolute; left:4px; top:4px; width:2px; height:13px; z-index:2"><img src="navbar/gsqure.gif" width="22" height="22">
</div>"
Where master is linked to an external CSS file where the box is dynamically centered. Is there any way to fix my problem without redesigning the whole site?