Table formatting...can't decrease table width.

G

Gile T.

This is probably a very easy question for the experts:

I am inserting a page:
http://www.united-force.org/html_v.3/sredina_naslovna.htm

Into inline frame which is 480 pixels wide. I would like the table on above
mentioned page to fit 480 pixels. I tried playing with table attributes as
well as editing the html code but I did not have much luck. How can I make
the outer most table in the page above smaller than 480 pixels?

Thanks for suggestions/pointers...
 
J

Jim Buyens

Yout problem comes from those lines full of asterisks.
The browser can't take a line break in the middle of one,
so the width of the longest one becomes the minimum width
of the composition.

Either put some spaces in thos asterisk lines, as in

* * * * * * * * * * * * * * * * * * * * * * * * *

or replace them with <hr> horizontal rules.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top