This is a discussion on "[SOLVED] How to limit a web page size?" within the Web Page Design section. This forum, and the thread "[SOLVED] How to limit a web page size? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] How to limit a web page size?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
[SOLVED] How to limit a web page size?
Hi All
This is my first question, possibly of many........ I'm to create a web site for an assessment at uni, I've only done a small amount of html at the moment, one of the stipulations is that the pages must be restricted to 1024x768, I can see this as being possible by using a frame set up but I don't really want to use frames, what other options to restrict the size do I have? I have done web searches but come up with nothing................ Am I missing something really simple and obvious? Cheers Pete |
|
|
|
|||
|
Re: How to limit a web page size?
That requires the use of CSS. Put all of your page contents into a div like this:
That should do it... Cheers
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
||||
|
Re: How to limit a web page size?
Do not use frames!!
If you show us your code we can tell you what to do, but basically you need to set the width for your container in CSS.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: How to limit a web page size?
See my reply above, Alex! Already posted the code...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: How to limit a web page size?
I may be wrong but you could add:
max-height:1024px; max-width:768px; to your CSS Last edited by dab42pat; Nov 25th, 2007 at 20:05. Reason: SORRY MISSED ABOVE POSTS |
|
|||
|
Re: How to limit a web page size?
Quote:
Maybe one day I'll have learned enough to help others on here Pete |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| .mobi web page size | webgal | Web Page Design | 4 | Mar 1st, 2008 04:43 |
| web page size | Macca | Starting Out | 15 | Jun 1st, 2007 06:34 |
| Best page size? | rubyfruit | Starting Out | 19 | Mar 2nd, 2007 23:31 |
| set up - Web Page Size ??? | dbarrie | Web Page Design | 2 | Jul 24th, 2006 14:12 |
| size of page | aseriouslyfunkydiva | Graphics and 3D | 1 | Nov 16th, 2005 15:10 |