"Thank You" Message

  • Thread starter Thread starter Onaona
  • Start date Start date
O

Onaona

Aloha,

I'm using Front Page 2003, Windows XP.

On our website http://LanaiCHC.org we recently had an Open House on Dec.
1st, 2007. I would like to write a "Thank You" message right over the Open
House information, still having the Open House info visible. Is this
possible?

Thank you for any suggestions you may have. Take care.
 
This one of those situations where a layer may be useful.

Open the web and page in FrontPage.
In Split View -
IMPORTANT - Make sure the curser in the code section is immediately
after the <body> tag.
Insert->Layer
This adds an absolutely positioned <div> to the code, and a blue box in
the design pane.
Move and stretch the blue box to where you want it. To allow for all
usual browser portals I would place the box near the top of the page,
and not allow the right side to be more than 700px from the left of the
page.
Click inside the box and add your message.
Finally, in the code section, remove the height attribute - height:
300px or similar. If you leave this in place the message may be cut
off in some browsers.
 
Onaona said:
Aloha,

I'm using Front Page 2003, Windows XP.

On our website http://LanaiCHC.org we recently had an Open House on Dec.
1st, 2007. I would like to write a "Thank You" message right over the Open
House information, still having the Open House info visible. Is this
possible?

Thank you for any suggestions you may have. Take care.
 
You would normally add text to an image in an image editor, and use the text
tool in that particular editor.....then resave the picture (perhaps with a
different name, so as to retain the original), and then import the new image
into the web, and insert that into the page, in place of the original image,
then republish the page, remembering to also publish the image
 
Thank you for taking the time to help me, very much appreciated. I like all
of your suggestions, very helpful.
 
Thank you for your additional help, all of you are very kind and thoughtful.
Take care and thanks again.
 
Back
Top