|
|
|
AGJ
new user
Reg'd: Sat
Posts: 1
|
|
Hi
I have set a web page up but want it to auto resize and centre for all viewers with different size screens. How do I do this and where can I get help?? I am using front page 2003
|
|
emailuser
regular
Reg'd: Wed
Posts: 190
|
|
<html> <head> <title>Untitled</title> </head> <body>
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td> blah blah <br><br> blah blah </td> </tr> </table>
</body> </html>
There are a number of ways and the best solution is usually CSS - but if your using frontpage and asking the question then the above might possibly make more sence to you .
|
|
|