|
There is one last publishing option within NetObjects Fusion which allows you to build pages which resize with the browser window size. However, please keep in mind if you want to go this route that NetObjects Fusion is not primarily designed to have the contents resize with the browser window. The idea behind the NetObjects Fusion page layout is that all the tables use exact pixel dimensions. This is to ensure that no matter the resolution or window size, the elements on the page always stay in the same place. So because this solution is bypassing the regular way that NetObjects Fusion creates its pages, it means that there are a number of features which are no longer available such as masterborders, and CSS and Layers.
There are two options with a resizing layout. One is that your page is a straight text box. You can embed elements within this text box, but the elements will flow around each other and change position when the browser window size changes.
The other option is to create a table which is sized to the browser window. This table uses what is known as percentage widths for the columns. This allows you to have a page which retains relative porportions for the elements, but the elements still expand to 100% of the browser width. This allows for a slightly more structured layout than a straight text box, but to create a table layout which looks good at any browser window size requires time and a good understanding of HTML tables in order to build.
|