To make your AP elements center along with the page's contents, do the
following.
Change this -
</head>
to this -
<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0 auto;position:relative; }
/* 760px will display on an 800px screen maximized browser window without */
/* horizontal scrollbars. */
-->
</style>
</head>
change this -
<body ...>
to this -
<body ...>
<div id="wrapper">
and this -
</body>
to this -
<!-- /wrapper -->
</div>
</body>
Make sure that the code for the AP elements are within the #wrapper.
See if that helps.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"azjeepster" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I will clarify further. I tried to use the AP Div to place my image in a
position to "overlap" the left corner of the main table. I was
unsuccessful in
doing this. What would you recommend as far as settings for successfully
using
the AP Div for this purpose, or would you recommend something different
altogether? |