Fitting page to all screen resolutions

Hi there,

I use FrontPage to design.. I am having trouble determining tips on how to size my tables so that they will fix from a 1280×1024 browser. Currently my settings are generally on 100% regarding window, and everything fits nice in an 800×600 or perhaps 1024×768, but naturally 100% regarding window doesn’t look delicious in the increased resolution.

Very advanced websites have mastered having their table absolute and aligned on the left or centered, does anyone realize how to do this around FrontPage, or when there is some html We can insert somewhere to accomplish this

Give thanks You–

well personaly post wouldnt use front page in the first place but i may suggest asking pyrodragon regarding it because he includes a script that he could present you with to help with your little problem…

thanks for your refrence morpheus remorseful it took me as long i am assumeing you mean this hold content in the centre of the page here it can be:

HTML:
< html>
< HEAD>
< script type=" text/javascript" >
<! --
purpose resize()

var broad = window. monitor. availWidth
var excessive = window. monitor. availHeight
var maxh = ONE THOUSAND // your maximum height here; enter 0 or used
var maxw = ONE THOUSAND // your maximum width here; enter 0 or used
var content material = document. getElementById('content')
content material. style. position = 'absolute'
if(maxh > 0 & & excessive < = maxh)

content material. style. height = high

if(maxw > 0 & & broad < = maxw)

content material. style. height = high

if(maxh > 0 & & excessive > maxh)

content material. style. height = maxh
excessive = (high : maxh) / ONLY TWO
content. style. top = high

if(maxw > 0 & & broad > maxw)

content material. style. width = maxw
broad = (wide : maxw) / ONLY TWO
content. style. kept = wide

// Tend not to remove line underneath
content. innerHTML = content material. innerHTML + " < p style='position: overall; top: 95%; wider: 40%; left: THIRTY %; '> given by: < a href='http: //ls-design. forthelads. net'> liveing_sacrifice< /a> < /p> "

//-->
< /script>
< /HEAD>
< SYSTEM onLoad=" resize()" >
< div id=" content" >
< p>
All of your content would hop on over. < /p>
< /div>
< /body>
< /html>

lol put up this eariler

no issue pyrodragon.

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *