If you want your website to be displayed also in mobile browsers then do not use Flash.
None of the standard Quick 'n Easy Web Builder objects uses Flash (expect for the Flash object of course...)
To make sure your layout looks good in mobile browsers and regular browsers we recommend to use a (fixed) page width of 970 pixels. Also center the page for the best results in higher resolution browsers.
If you want to design your layout specially for mobile browser then set the page size 320x480 and add the following meta tags to 'User defined' meta tags (in the Page Properties):
Code: Select all
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">