Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
k_camacho11 #1
Centering Page...Someone PLEASE help me!
Pages like macromedia.com, yahoo.com, sports.yahoo.com, etc. are automatically
centered in a web browser....or pages like MLB.com are fit to take up the
entire screen in a web browser. I'm having lots of trouble with that because I
do NOT know how to center my page or make my page fit the entire screen in a
web browser. Can someone please help me with this? I have even taken the
Macromedia Dreamweaver class in college and my own professor did not have an
answer to this! Thanks!
k_camacho11 Guest
-
Need Help Centering a SWF on page
i need a straight forward answer on how to center the website i designed in flash in a browser window, no matter what the screen resolution is. ... -
centering web page
I am trying to make my web page look centered in the browser screen, and have tried inserting the <center> tag after the <body> tag, as per Mr... -
centering a frame on the page
I have an empty frame in between two frames with content (above and below it). The middle frame will have content loaded in it on button clicks. I... -
Web Page Centering in Pub XP
David Bartosik's site tells how to do it with a Publisher 2000 created web site. It's the one I use and his "how to" works. ... -
Centering a Page
A few simple methods would be to use a <center> tag wrapped around your table, align your table with the center parameter (align = center within the... -
Murray *ACE* #2
Re: Centering Page...Someone PLEASE help me!
Answered on DW forum.
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"k_camacho11" <webforumsuser@macromedia.com> wrote in message
news:e2j7f4$8iv$1@forums.macromedia.com...> Pages like macromedia.com, yahoo.com, sports.yahoo.com, etc. are
> automatically
> centered in a web browser....or pages like MLB.com are fit to take up the
> entire screen in a web browser. I'm having lots of trouble with that
> because I
> do NOT know how to center my page or make my page fit the entire screen in
> a
> web browser. Can someone please help me with this? I have even taken the
> Macromedia Dreamweaver class in college and my own professor did not have
> an
> answer to this! Thanks!
>
Murray *ACE* Guest
-
k_camacho11 #3
Re: Centering Page...Someone PLEASE help me!
The answers in the other forum were no use. My page is made up of only layers...the answer they gave me was for Tables.
k_camacho11 Guest
-
Murray *ACE* #4
Re: Centering Page...Someone PLEASE help me!
A page with only layers is a page that will break badly when text is
resized, but here is how you would do it -
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
Adobe Community Expert
(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
==================
"k_camacho11" <webforumsuser@macromedia.com> wrote in message
news:e2jbkv$dpo$1@forums.macromedia.com...> The answers in the other forum were no use. My page is made up of only
> layers...the answer they gave me was for Tables.
Murray *ACE* Guest
-
mister stefan #5
Re: Centering Page...Someone PLEASE help me!
Hi I found some html codes to put in top and at bottom. What it does is,
putting your complete page in a sort of one-cell table with centered format. If
you like I can send it to you.
Know anything about database connections and making tables appear in forms?
stefan
mister stefan Guest
-
Murray *ACE* #6
Re: Centering Page...Someone PLEASE help me!
Tables in forms?
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"mister stefan" <webforumsuser@macromedia.com> wrote in message
news:e2kras$apk$1@forums.macromedia.com...> Hi I found some html codes to put in top and at bottom. What it does is,
> putting your complete page in a sort of one-cell table with centered
> format. If
> you like I can send it to you.
> Know anything about database connections and making tables appear in
> forms?
>
> stefan
>
Murray *ACE* Guest
-
k_camacho11 #7
Re: Centering Page...Someone PLEASE help me!
mister stefan...sure, show me the code and i'll see if it works.
k_camacho11 Guest



Reply With Quote

