Re: Mutli-Page Form Format



When you post to the group, place your response where you think it
should go - most people top post in the Microsoft groups, but others
bottom post. There are some newsgroups (not Microsoft) where top
posting will get you well and truly flamed.
My preference is to post at the top, but I try to follow the pattern
in the thread.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

<MaryHartman> wrote in message
news:jo4sv1lj1cded1h27jhil969cors7igafb@xxxxxxxxxx
On Thu, 23 Feb 2006 09:52:49 -0500, MaryHartman <> wrote:

They center wonderfully now, except when I move from layer to layer
they move down the page.

URL for test page
http://desk06.netkrafterfped.com/sub/order/test.htm

PS: When I add to a post in this group, should I put it at the
beginning or the end of the previous post?

Thank you again


On Thu, 23 Feb 2006 08:57:25 -0000, "Ronx" <ronx917@xxxxxxxxxxx>
wrote:

Here's a few things you can try:

1) Remove the height attributes from the layers.


2) Remove all margin information from the <body> tag.
Immediately after the body tag, add
<div id="wrapper">
Immediately before the </body> tag, add
</div>
In the <head> section add

<style type="text/css">
body {text-align: center;margin: 0;padding:0;}
#wrapper {text-align:left; position:relative; margin: 0
auto;padding:0;width:750px;}
#frm {position: relative;}
</style>

Immediately before the <form> tag add
<div id="frm">

Immediately after the </form> tag add
</div>
You will also have to reposition your layers - I used top=0px,
left=0px, but you may want to change this.

3) Remove the empty paragraphs at the bottom of each layer - some
browsers will not display these.

Thank you.

I wish I could try that right now, but life get's in the way, so
sadly, it will have to wait a few hours.




.



Relevant Pages

  • Re: [PHP] Couple of beginner questions
    ... // somewhere in the business logic / functional layer ... The custom tag will expand the path to wherever the images directory was ... It's a pain in the ass overriding a CSS rule that was ... through all the other methods of doing it - however for a couple of years now I've limitted all presentation to css only, css contained in a stylesheet - I try to use minimal css classes, and stick to using an id wherever I can't simply redefine the html tag. ...
    (php.general)
  • RE: Microsoft Cant Win.
    ... Subject: Microsoft Can't Win. ... hide the functionality in layer upon layer of GUI, ... be running IIS. ... > enabled ida/idq script mappings in IIS. ...
    (Focus-Microsoft)
  • Re: position layers in tables
    ... "Murray" wrote: ... > The language attribute is not a valid attribute for the body tag. ... > nested layers) and the closer layer from their table cells, ...
    (microsoft.public.frontpage.programming)
  • Re: joining a domain through firewall
    ... > from one layer of the dmz to the other layer. ... In addition to the other posts, You can't forget about the epherical ports ... Download details Active Directory in Networks Segmented by Firewalls: ... please direct all replies ONLY to the Microsoft public newsgroup ...
    (microsoft.public.windows.server.networking)
  • Re: position layers in tables
    ... The language attribute is not a valid attribute for the body tag. ... You have indeed put this layer into a table cell, ... not be placed into table cells. ...
    (microsoft.public.frontpage.programming)