How can you limit the width of a page created in web layout? I'm creating documents in the web layout view that I wish to be a specific or maximum width. In actual use on the web, I want it to load without replacing the window from which it is linked, and I want it to be about a width of about 6 inches or less. How do I accomplish this? -- Jim Ormsbee
I've only done a few - but two things that should work are.... 1) use a table, with an invisible border to limit the text width 2) one of the options when you set the hyperlink should be "launch new browser" Chris "Jim Ormsbee" wrote: > How can you limit the width of a page created in web layout? I'm creating > documents in the web layout view that I wish to be a specific or maximum > width. In actual use on the web, I want it to load without replacing the > window from which it is linked, and I want it to be about a width of about 6 > inches or less. How do I accomplish this? > -- > Jim Ormsbee
Thanks Chris. The table I'm sure will limit the width. I already solved the new window in the coding which eccentially did the same thing. -- Jim Ormsbee "ChrisC" wrote: > I've only done a few - but two things that should work are.... > > 1) use a table, with an invisible border to limit the text width > > 2) one of the options when you set the hyperlink should be "launch new > browser" > > Chris > > "Jim Ormsbee" wrote: > > > How can you limit the width of a page created in web layout? I'm creating > > documents in the web layout view that I wish to be a specific or maximum > > width. In actual use on the web, I want it to load without replacing the > > window from which it is linked, and I want it to be about a width of about 6 > > inches or less. How do I accomplish this? > > -- > > Jim Ormsbee