+ Reply to Thread
Results 1 to 8 of 8

Thread: How does my site look from your computer?
      
   

  1. #1
    faustoh is offline Sergeant
    Join Date
    Jun 2008
    Posts
    25

    Default How does my site look from your computer?

    Hello Friends,
    I can see My website from my computer very good, but from another computer it looks different, page is not in the center and the black background is not covering the screen, I would like to know what i'm doing wrong........guy's thank you for the support.

    Here is my website
    www.24hoursprofit.com

  2. #2
    Rosnasharn's Avatar
    Rosnasharn is offline Second Lieutenant
    Join Date
    Apr 2008
    Posts
    100

    Default Re: my website looks different from others computers, I need Help Please...........

    Looks fine on my puter. :)

    Sharon
    www.rosnasharnfarm.com
    www.centralhighlandsgoatclub.com

  3. #3
    jkadin's Avatar
    jkadin is offline Brigadier General
    Join Date
    Jan 2008
    Location
    woodbourne new york
    Posts
    1,479

    Default Re: my website looks different from others computers, I need Help Please...........

    I checked your website in two browsers both aare what you expained. First is the black backgorund was put in by a shape or is it from page properties If it is a shape remove it and set background to black tthen see if the box for centering is checked this the only thing I could come up with.
    [SIGPIC][/SIGPIC]Joe
    Funny Jokes and Redneck Pics

    www.anytime-figurines.com


    "laughter is the best medicine"
    The most wasted of all days is one without laughter. ~e.e. cummings

  4. #4
    Join Date
    May 2008
    Location
    Bahamas
    Posts
    2

    Default Re: my website looks different from others computers, I need Help Please...........

    Hi,
    Maybe you need to try changing your Display Properties to (800 by 600)
    when you build your site. because most computers would accept this setting.

    Right Click on your display panel to display your properties, and then click on Settings
    to see what your settings are, and make the adjustments.
    I hope this helps .

  5. #5
    LadyEye's Avatar
    LadyEye is offline General & Forum Moderator
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    10,548

    Default Re: my website looks different from others computers, I need Help Please...........

    To have your webpage center on all computers, set your web page properties to '800 wide and begin to build your website at the top left, you've kind of started in the middle. Tick center in browser on the page properties as well. As well on the page properties you can choose the background for the page .. you can then add shapes on top of the background and stretch that shape to '800 wide as well ..

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  6. #6
    rangaz007's Avatar
    rangaz007 is offline First Lieutenant
    Join Date
    Jun 2008
    Location
    United Kingdom
    Posts
    172

    Default Re: How does my site look from your computer?

    Looks fine on my computer too. Everything is centre'd properly, and the black background is covering the screen fine.

  7. #7
    Virus_0X38T2's Avatar
    Virus_0X38T2 is offline Private First Class
    Join Date
    Jul 2008
    Posts
    9

    Default Re: How does my site look from your computer?

    Not centered on my screen, try making the site width fixed and aligning it into the center.

    I would suggest something like this in the head (note: I don't use anything besides px, % and *, because cm and inches can be different on different computer settings):

    <style type="text/css">
    div#container
    {
    width: ***; [replace *** with the width in px (like 800px), % (like 50%)]
    position: relative;
    margin-top: ***; [top margin, px or %]
    margin-left: ***; [left margin, px or %]
    margin-right: ***; [right margin, px or %]
    text-align: ***; [text alignment - usually left]
    }
    body
    {
    text-align: center;
    margin: 0; [no margin, although you can set one if you wish]
    }
    </style>
    Built for GFX & programming.

  8. #8
    EricPSF's Avatar
    EricPSF is offline Second Lieutenant
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    143

    Default Re: How does my site look from your computer?

    Hi,

    Looks Ok on my PC and I'm using Firefox 3.0.
    Cheers,
    Eric PSF

    PapaEric.com
    A Father's Parenting Diary & More...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49