This is a discussion on "Website Display Size Problem?" within the Starting Out section. This forum, and the thread "Website Display Size Problem? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Website Display Size Problem?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Website Display Size Problem?
I used NetObjects Fusion 7.5 to create my dad's website. Everything works great except for when it is viewed in any display setting other than 800X600. For some reason it wants to duplicate the page on the right and/or bottom to make up the difference in the screen. Is this a frame problem? I'm kind of new at this and could use some help. Thanks.
|
|
|
|
|||
|
Re: Website Display Size Problem?
If you post your code up or provide a link we can take a look at it and solve the problem. But you will often get problems with frames, if you're using them.
Pete. |
|
|||
|
Re: Website Display Size Problem?
Of Course. Sorry about that.
Website www.waltlights.com |
|
|||
|
Re: Website Display Size Problem?
Your background image is 706 pixels wide by 529 pixels in height. So once you have a screen any wider or taller than those amounts the photo will repeat.
You will have to either use a larger photo or change the way you set up the page. |
|
|||
|
Re: Website Display Size Problem?
It's only the background image that is duplicating. This is because you have a repeating background image. Your best setting the image to no-repeat in your css(are you using css?). That should sort the problem.
Pete. |
|
|||
|
Re: Website Display Size Problem?
Ooh, you beat me to it.
*shakes fist* Pete. |
|
|||
|
Re: Website Display Size Problem?
Is there some standard background size when creating a webpage? A size that will work with any display? When I change the layout properties it just duplicates the background image to fill the space. I figure there has to be a way to set the size of the page to comply with how the background image already is. Maybe using frames? Changing the background image would mean that I would basically have to start over. I'm trying to avoid this. Thanks for your very fast response.
|
|
|||
|
Re: Website Display Size Problem?
I'm not sure about CSS. I'm using NetObjects Fusion 7.5
|
|
|||
|
Re: Website Display Size Problem?
You are not going to have an easy answer to this. Either you have a table that holds ALL your contents and place the image as the background to that table. But your maximum width on that table can only be the width of your photo. Center that table and use a background color to fill up the empty space.
Even with this option as your page grows longer, your background image will repeat over and over.. BUT, your best best is to use css/xhtml... but you would have to redo the site. With CSS you can set the image to not repeat and not scroll and then you won't have as big an issue. If you want to cover the width of most sizes you need a minimum of 1500pixels. I've seen some as wide as 2000pixels. |
|
|||
|
Re: Website Display Size Problem?
I am using css
|
|
|||
|
Re: Website Display Size Problem?
Then set:
Pete. |
|
|||
|
Re: Website Display Size Problem?
No sorry, I don't see any css. I don't see any internally or any linked externally.
You are using tables and all your styling is in the html. |
|
|||
|
Re: Website Display Size Problem?
That's what I thought. Remove this:
Pete. |
|
||||
|
Re: Website Display Size Problem?
The problem with your site is that it is a generated site. You really should learn some coding if you are going to be maintaining a website. Your home page shows 41 validation errors, 6 Javascript Blocks, and 49 font tags... all of which should be 0 for the site you have there.
Also, you have 11 tables on this site, which brings back the NetObjects Fusion 7.5 program. This is common with drag and drop programs and it can and will cause all kinds of problems for your coding. I strongly encourage you to learn programming even if yo don't have much time, because it will give you the ability to have control over what you are doing and be less stressfull in the end.
Last Blog Entry: Happy Holidays - A Non Offensive way to say Merry Christmas? WRONG! (Dec 11th, 2007)
|
|
|||
|
Re: Website Display Size Problem?
I remember when I used to code with tables, and all my markup was in capitals, mad. I agree though. Learn the right way to code, makes everything so much easier.
Pete. |
|
|||
|
Re: Website Display Size Problem?
Thanks for your help. I'm about to get Adobe GoLive and try and get away from this cheap software. I guess I'll just have to start over. Fusion won't even let me change much of the code. Thanks
|
|
|||
|
Re: Website Display Size Problem?
Learn to hand code. A good text editor will be your best bet. PSPad (win) or BBedit(mac) are my recommendations.
Pete. |
![]() |
| Tags |
| website display problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best way to display images/ Keeping file size down | Oak | Graphics and 3D | 17 | May 27th, 2008 17:03 |
| Standard Website size | andrwleong | Website Planning | 20 | Mar 18th, 2008 07:35 |
| Size problem? :( | westy | Web Page Design | 7 | Feb 27th, 2008 22:33 |
| [SOLVED] display a image record from a database with a set size | longstand | PHP Forum | 8 | Oct 19th, 2007 19:18 |
| Website Display Problems | frozen | Web Page Design | 6 | Dec 1st, 2005 22:21 |