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

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

Guest

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...
 
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)
|/---------------------------------------------------
*----------------------------------------------------
 

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

Similar Threads


Back
Top