![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How do you get a web page to sit in the centre of the screen both horizontally and vertically (like this one http://www.fudgestudios.com/ for |
|
I've saved the web page to my computer and opened the thing up in Dreamweaver but i'm finding it difficult to assertain what's going on. I |
|
Some people have sugested using CSS but I struggled to find a working method at all. If anyone can give me step by step instructions that'd be a great help. |
#3
| |||
| |||
|
|
How do you get a web page to sit in the centre of the screen both horizontally and vertically (like this one http://www.fudgestudios.com/ for example) at different screen resolutions? I've saved the web page to my computer and opened the thing up in Dreamweaver but i'm finding it difficult to assertain what's going on. I assume it's something to do with autostretch tables but my own experiments have met with varying degree's of faliure. Some people have sugested using CSS but I struggled to find a working method at all. If anyone can give me step by step instructions that'd be a great help. |
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
|
1. Insert a table which is 100% W by 100% deep 2. Click inside the table and set Horizontal to centre and Vertical to middle 3. Insert another table which is less than 100% by 100% 4. Insert all content into second table That's it Matt |
#7
| |||
| |||
|
|
Brilliant! I knew it would be a relatively simple solution in the end. Thank you Matt. |
#8
| |||
| |||
|
|
i think this is the relevant code...... tr td height="1" width="100%"> </td /tr tr td width="100%" height="100%" valign="middle" height is not a valid attribute for a td tag and therefore should not |
#9
| |||
| |||
|
|
How do you get a web page to sit in the centre of the screen both horizontally and vertically (like this one http://www.fudgestudios.com/ for example) at different screen resolutions? |
![]() |
| Thread Tools | |
| Display Modes | |
| |