Re: Mutli-Page Form Format
- From: "Ronx" <ronx917@xxxxxxxxxxx>
- Date: Fri, 24 Feb 2006 12:31:32 -0000
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.
.
- References:
- Re: Mutli-Page Form Format
- From: Ronx
- Re: Mutli-Page Form Format
- From: Ronx
- Re: Mutli-Page Form Format
- Prev by Date: Re: Mutli-Page Form Format
- Next by Date: Re: Hyperlink causing cell size to change
- Previous by thread: Re: Mutli-Page Form Format
- Next by thread: Re: How do I scroll 1000 names during relay for life presentation?
- Index(es):
Relevant Pages
|