help please! I need to size a page.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I posted a question before to find out how i can size a page in front page. I want to have a specific size for a page. can you help me please? my email is (e-mail address removed) is there a line of code i could insert to hardcode length and width?
 
Use tables set to a fixed pixel width and place all content within the fixed width table.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


rozy ahdout said:
I posted a question before to find out how i can size a page in front page. I want to have a
specific size for a page. can you help me please? my email is (e-mail address removed) is there a
line of code i could insert to hardcode length and width?
 
You don't size the page. You use a table as Tom said.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
| I need to size the actual web page. how do i use a table for this
purpose?
 
I suppose you could size the browser window -
<script type="text/javascript">
window.resizeTo(500,300)
</script>
but users don't tend to like that kind of thing :-)
 
I am developing a web site for a jeweler. I have all the pictures of the pieces in a page. If the user clicks on a piece of jewelry, I want to display a larger view in a SMALL WINDOW. How do i do this?
 
Download and install the free FP addin "spawn" from www.jimcoaddins.com

--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
| I am developing a web site for a jeweler. I have all the pictures of the
pieces in a page. If the user clicks on a piece of jewelry, I want to
display a larger view in a SMALL WINDOW. How do i do this?
 
This has nothing to do with the page size, does it?
-----Original Message-----
I am developing a web site for a jeweler. I have all the
pictures of the pieces in a page. If the user clicks on a
piece of jewelry, I want to display a larger view in a
SMALL WINDOW. How do i do this?
 
Not really.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Jon,
You've answered my question...partially. I need to remove all bowser elements such as the toolbar, menu, scrollbars, etc. I've tried with some other javre scripts I have to no avail. I'm trying to open a small window sized to a flash movie. It would also be great if I could time it out and have it close automatically but I don't want to ask too much......

Thanks,

Stephen Picardi
 
This is just what I was looking for but....
How would I remove the menu, toolbars and scrollbars using this script?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top