Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
rogerew #1
Centre layer
Is it possible to make a layer(s) to centre on the browser window, whatever the window size and if so, how. TIA.
rogerew Guest
-
Centre on selection
Hi I can't find anything that allows you to centre the screen view on a selected item on the art board. Am I missing something? Thanks ... -
centre-ing
i have just produced my first website in publisher....how do you get the webpage to centre on posting live? -
FH MX, OSX 10.3, Help Centre different language
Hi there, We have a small graphic design company, having just upgraded to OSX Panther , FH MX from OS9, FH9 have encountered a few issues. Was... -
How do i centre my page?
Hi. Ive got a page in which i want everything centred, no matter what size the users window is. Everything is contained in one table. How do i... -
on Director : 3D layer + flash (SWF) layer (or with other layer type)
Thankx for all it's works :) Coool -
Murray *TMM* #2
Re: Centre layer
It depends on whether you are using absolute positioning on the page, as to
which method might be best, but in either event, this will work -
Change this -
</head>
to this -
<style type="text/css">
<!--
body { text-align:center; color:#CCC; }
#wrapper { text-align:left; width:720px; margin:0 auto;position:relative; }
-->
</style>
</head>
change this -
<body ...>
to this -
<body ...>
<div id="wrapper">
and this -
</body>
to this -
</div><!-- /wrapper -->
</body>
and see if that helps.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"rogerew" <webforumsuser@macromedia.com> wrote in message
news:dfspnc$51f$1@forums.macromedia.com...> Is it possible to make a layer(s) to centre on the browser window,
> whatever the window size and if so, how. TIA.
Murray *TMM* Guest
-
-
Murray *TMM* #4
Re: Centre layer
It worked for you?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"rogerew" <webforumsuser@macromedia.com> wrote in message
news:dftu67$jvl$1@forums.macromedia.com...> Thanks.
Murray *TMM* Guest
-



Reply With Quote

