What is stander width in html web page?

Is there stander width for web pages?
Sometimes I found who said it is should be 730px as max, is this right?
If not then, how I should be chose a width of my page to clear and nice in difference browsers with difference resolution of monitor
I wish if I can know that by using px not percentage.
Thanks for any help...

then i would choose 800px, as there are still people runnung on old moniters.
If you're going for a 800px wide window browser, then it would need to be 760-780px wide, not 800px - need to take into account the scrollbar / chrome area of the browser :-)
If you are looking at a 1024px wide window, then 980px wide is recommended.
As to the original question - the link Kath provided is a good one.
What you need to consider is the demographics of your viewing/browsing audience.   For example if the site is aimed at the more technically minded, then they are more likely to be using the latest computer equipment which means larger monitors, so your design can be created using a wider width.
If the client base is more mom and pop type customers - who may not update their computer hardware very often, then you may need to consider the narrower window size.  If you are targetting people who are located in areas where the internet connection is slower, then that has to bve taken into consideration as well.   Best place to check is your site statistics to access this type of data, which may help yo determine what may be the optimum size for your website.

Similar Messages

  • Embed a painting into a html web page

    Embed a painting into a html web page
    I have designed a 2D GUI interface that has many shapes.
    How can I embed it into a html web page or jsp?
    I have no idea about it.
    Thanks

    A demo:
    import java.awt.*;
    import java.applet.Applet;
    class TFrame extends Frame {
         private Button button;
         public TFrame() {
              button = new Button("Test");
              button.setSize(100, 20);
              button.setLocation(5, 5);
              this.add(button);
              this.setSize(300, 300);
    public class FrameTest extends Applet {
         public void init() {
              TFrame t = new TFrame();
              this.add(t);
              this.setSize(300, 300);
              And the HTML file:
    <html>
    <body>
    <applet code="FrameTest.class" width=300 height=300></applet>
    </body>
    </html>

  • Sending a HTML web page in email question please.

    Sorry, the "Mail and address" section of the group is down.
    A long time ago using windoze, I use to be able to send a entire embedded HTML Web page, not a link, in my emails so the reader does not have to click a link but can see the page right in the email.
    I know email in Leo did not have this but can't find any product info as to Snow Leo allows me to do this. Can you please advise?
    Thank you much.

    this only works with safari. Mail uses safari engine to render html. you can also just copy+paste parts of html pages but also only from safari. it will not work well if you try it from firefox.

  • View DW html web pages in Bridge?

    My apologies if this is deemed as a “double
    post”, but my question has been on the Bridge Forum for over
    a week with no response. Hopefully someone can assist.
    Am I able to view htm / html web pages from my Dreamweaver
    local site as thumbnail previews in Bridge CS3?
    Initially when I installed the CS3 suite and was just
    glancing through Bridge, I thought I was able to view the thumbnail
    previews of these pages, but now that I am utilizing Bridge more as
    tool, all I see is the IE7 icon for web pages on my local site
    (local hard drive). Image files all show up okay. I may be mistaken
    and was never able to view the web pages as thumbnail previews, but
    a definitive answer would certainly be helpful as I have been
    searching the FAQ section, the knowledge base and the forums
    without finding the proper topic.
    I have tried resetting the preferences and deleting the cache
    in Bridge.
    (CS3 Design Premium; Windows XP SP2; P4 3.0 GHZ; 2GB RAM)
    Thanks.

    Can I install Xcode for Windows?
    Is there any other method to test the application using safari browser of ipad in Windows?
    Pls help us on the same.

  • Turning Indesign into responsive HTML web pages

    Hi All
    I am having an issue in that I am trying to turn my indesign layout into a layered responsive HTML web page , currently I am turning then into PDF's and looking for people to convert the PDF's into responsive HTML's for web and smart devices. It seems a time consuming and un necessary process, and would like to avoid it if possible.
    Any suggestions would be appreciated

    Uh no. InDesign does not create "proper HTML web pages", it's a document layout program that *also* can export text to HTML, to be further processed with a real HTML editor.
    Dreamweaver is a real HTML editor.
    Using InDesign to create web pages with is something like using MS Paint to write a novel.

  • Playing swf file by onclick in html web page

    First time poster so please forgive any protocol lapses.  I'm trying to play an  AS3 swf embedded in my web page by an onclick javascript function in my page.  Have tried many different ways, including the ExternalInterface class but no luck. Any help or suggestions would be appreciated.  I have a feeling that I'm overlooking something very basic.
    javascript :
    function playCorrectMovie() {
              var getSwfObj = swfobject.getObjectById("FlashID2");
              if(getSwfObj)
                        getSwfObj.play();
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    swfobject.registerObject("FlashID2");
    </script>
    html:
    <div id="answer1" class="answer_box">
      <ul>
        <li><a href="#" id="gifted" onclick="MM_effectShake('answer1'); return false;">gifted musicians who trace their genealogy back to Monteverdi.</a></li>
        <li><a href="#" id="wealthy" onclick="MM_effectShake('answer1'); return false;">successful entrepreneurs (the folks who brought us the original Bazooka bubble Gum.</a></li>
        <li><a href="#" id="slackers" onclick="playCorrectMovie();" >slackers, swindlers and ne'er do wells.</a></li>
      </ul>
    </div>
    flash:
    <div id="popupswf">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="200" id="FlashID2" title="Your answer was correct!">
        <param name="movie" value="correct.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="transparent" />
        <param name="play" value="false" />
        <param name="swfversion" value="6.0.65.0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="scripts/expressInstall.swf" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="correct.swf" width="300" height="200">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="play" value="false" />
          <param name="swfversion" value="6.0.65.0" />
          <param name="expressinstall" value="scripts/expressInstall.swf" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>

    No need to be sorry...  one other thing... the url to the swf uses the "public_html" directory as a lead-in.
    <param name="movie" value="public_html/our nations.swf" />
    The public_html directory of a web site is typically where a web site's content is placed as the base for a web site on a host server.  Unless you have a directory named public_html within what is probably already the public_html folder, then you do not want to specify that.  It is more probably supposed to be...
    <param name="movie" value="our nations.swf" />
    If you look at the various images that are specified in the html code, they do not specify that directory.  So if the swf is in the same folder as them, you do not want to be specifying the public_html part of that address.

  • How can i update an html web page from Labview?

    I intend to publish the "status" of an experiment online through an web page. I mean, if my vi is running i would like to have a phrase or indicator set on at my web page. If my Vi is not running i would like this indicator set off. This page is hosted in a server and I would like to know if its possible to update the html file from labview through an ftp connection.
    Thanks in advance...
    MSc. Alexandre Michel Maul
    Parana Federal Univeristy - Brasil

    The system exec function is on the Communication palette. Its for executing system commands. On my Win2K system, the help for FTP is:
    "Ftp
    Transfers files to and from a computer running an FTP server service (sometimes called a daemon). Ftp can be used interactively. Click ftp commands in the Related Topics list for a description of available ftp subcommands. This command is available only if the TCP/IP protocol has been installed. Ftp is a service, that, once started, creates a sub-environment in which you can use ftp commands, and from which you can return to the Windows 2000 command prompt by typing the quit subcommand. When the ftp sub-environment is running, it is indicated by the ftp command prompt.
    ftp [-v] [-n] [-i] [-d] [-g]
    [-s:filename] [-a] [-w:windowsize] [computer]
    Parameters
    -v
    Suppresses display of remote server responses.
    -n
    Suppresses autologin upon initial connection.
    -i
    Turns off interactive prompting during multiple file transfers.
    -d
    Enables debugging, displaying all ftp commands passed between the client and server.
    -g
    Disables file name globbing, which permits the use of wildcard characters (* and ?) in local file and path names. (See the glob command in the online Command Reference.)
    -s:filename
    Specifies a text file containing ftp commands; the commands automatically run after ftp starts. No spaces are allowed in this parameter. Use this switch instead of redirection (>).
    -a
    Use any local interface when binding data connection.
    -w:windowsize
    Overrides the default transfer buffer size of 4096.
    computer
    Specifies the computer name or IP address of the remote computer to connect to. The computer, if specified, must be the last paramete
    r on the line."
    I use tftp all of the time to transfer files in a similar manner. Test the transfer from the Windows command line and copy it into a VI. Pass the command line to system exec and wait until it's done.

  • Firefox is now hard to load, and no matter what I click on for a web page, or even my mail I get the connection was reset and I have to hit the try again button 5 - 6 times usually to get the page to load.

    I updated internet explorer also changing my server provider so that my web page contact emails would go thru. I have quest broadband and could not use my yahoo accounts as they are not compatible, had me open a q.com email will transfer to outlook for my web pages. That all works, but now firefox is acting up.

    Many business users chose to use the downgrade option to XP until Windows 7 had been out awhile longer ,which may be what happened on your machine. Where I work, most all of the machines still run XP.
    Recovery Disks contain the OS and all drivers/software for a specific model. A plain Windows disk contains just the OS.Not sure which you have, but a true Recovery Disk set will not work on any machine.
    It really sounds like you have a Windows Repair disk which requires a backup image to repair an installation.Could you confirm what exact disk you have?
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • What the best ways to save web pages  on the cloud ? Using an iPhone ?

    Dear folks
    I read a lot of web pages on iPhone that I need to refer to / come back to later
    I have limited space on my iPhone and do not want to clutter the phone saving all these pages
    What are the best options to
    a) save these web pages on the cloud ?
    B) Or mail them to myself ( again store on some specific gmail or so account ? )
    Or
    C) It would also be great to convert  them to PDF and mail them to myself or  save them on box dot net or Dropbox
    Or
    d) save them initially on the phone but , eventually move them in batches to my hard drive thru backups
    What is the best option ? And  What are the best ways to do this
    Free apps / solutions preferred
    If not so paid ones are okay 
    TIA
    Regards
    Subu

    Import photos to your computer, then delete the copies that reside on the phone. Also remove apps you no longer use.

  • Why does my Safari 8.0.2 on Yosemite drop some image on html web pages ?

    Problem:
    Some images on the web(HTML) page not displayed. (images are dropped and displays as "?" marks)
    When I used OS X Mavericks, there was no problem.
    After updating OS X Mavericks to Yosemite, this problem has occur until now.
    I did do safe boot then something problems were fixed after removed Macafee.
    Question:
    How do I display all images on the web page without dropping them ?
    Environment:
    OS X 10.10.1 (Yosemite) updated from Mavericks
    Firewall: ON
    Stealth mode : ON
    Safari 8.0.2
    Mac book pro with Retina
    Removed Macafee All access ( it is not always compatible for Yosemite yet.)

    After update to Yosemite 10.10.2, Safari 8.0.2 was update to 8.0.3.
    Then this problem becomes to be much better.
    There are still some image dropped but Safari 8.03 is almost practical usage level now.
    By the way, I noticed that commercial message links on many web pages were often illegal SSL sites.
    It is not always perfect yet but new Safari 8.0.3 seems to defend us users from such illegal SSL links.
    There are wrong HTML descriptions problems on many web server sides.
    I can see some errors on the debug screen of Safari 8.0.3, I think this is good protection works by Safari 8.0.3.
    Especially Japanese newspaper sites have too many illegal SSL commercial message links.
    This situation should be solved by the web server programmers or managers.

  • N95 HTML Web Pages

    I've recently purchased an N95 and cannot find how to display Web Pages in HTML format, it only displays them in a WAP/Mobile format. I access the Internet via the WLAN, has anyone got any ideas as to why the pages only show up in WAP format and not HTML?

    Thanks for the reply, I think this may be the cause of my problem. How do you change the defined access point i.e. the WLAN to be an Internet Access Point as opposed to a WAP one?

  • 10G database documentation HTML web pages not searchable by IE

    Within Internet Explorer (IE) 6.0, I can not use the IE find [&lt;CNTRL&gt; F] capabilities on the 10G database HTML documentation on technet. (I am not an IE novice) For instance, say I was interested in the "KEEP INDEX" parameter of the "ALTER TABLE" command.
    I would use the 10G Database HTML documentation for "ALTER TABLE" found at the link,
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_32a.htm#SQLRF01001
    Then, since this document is 100's of pages long, I would use IE to search the page for what I was looking for - EDIT -&gt; FIND (on this Page). I would type KEEP INDEX in the search box and bang I should find it on the page.
    Although this works on every other web site (including the 9i documentation), IE returns the error "Error: 49 Permission Denied". How helpful is a help document that does this?
    Please correct this issue!!!!! Please don't ask me to use a PDF either, they are so painfully slow.

    Further to my earlier post, I have just read an entry noting that if you already own a domain name, and ask your hosting service to forward and mask your iWeb '08 created, web.mac.com site to your personal domain, chances are that due to the masking of the site on web.mac.com, Safari browsers interpret the masking as being the end of the site, and as such, just return a blank page?
    This may explain the problem. However, call me old fashioned, and possibly a little naive, but surely this cannot be the problem?? It's OK in Firefox!

  • Code "eg-red3": Problems getting QuickTime to install from an HTML web page

    Hi all,
    We have many mov files on our company intranet, and users are prompted to download the QT Player if it is not already installed on their PC (Windows).
    Everything has worked fine, literally for two years, but now, the install doesn't initiate. Instead, users are now taken to this URL:
    http://wsidecar.apple.com/cgi-bin/qtc/nph-QuickTime.hqx?okto_email=N&ok_toqtmail=N&platform=win&product=qtc&errloc=us&country=us&method=pp&brow=msie
    and it displays this rather uninformative error:
    Sorry, an error has occured. Please try again
    eg-red3
    Go back to the form page.
    If you click on the Go back to the form page link, it also generates a similar server error.
    We have not changed ANYTHING in the movie embedding, and looking at the current documentation on the Apple site, apparently everything is still correct. The relevant portions of the embedded code are:
    codebase="http://www.apple.com/qtactivex/qtplugin.cab
    pluginspage="http://www.apple.com/quicktime/download/
    Can anyone please provide some guidance?
    Thanks for your help.
    Larry
      Windows XP Pro  
      Windows XP Pro  

    From what I know you can only display the content of a JFrame in the applet container. If you call a JFrame instance it will popup as a seperate window.
    // add menubar to applet
    applet.setJMenuBar(menuBar);
    // Add border
    tabPane.setBorder(BorderFactory.createEtchedBorder(EtchedBorder.LOWERED));
    // Add filled tabPane to applet
    applet.add(tabPane);Now you can embed the applet in the IFrame if you call another html page with an applet attached on it within the IFrame.
    greez chris
    Edited by: onmomo on Apr 8, 2009 4:21 AM
    Edited by: onmomo on Apr 8, 2009 4:25 AM

  • Can we merge BSP page into a HTML web page directly

    Hi All,
    Requirement :  We have  "Supplier Registration Page" which is in the SAP BSP ,in this page customer needs  to place the  Header and Fotter according to there website which is built in HTML.
         As am new to BSP , can you kindly suggest which of the below method is better.
    a)Merge the HTML links  from  Website to the BSP page. Is this possible?
    b)Merging BSP page into the website(HTML) via Web service.(Not only links ..the page itself).
       Can  you guys provide me some valuable suggestions .
    Thanks
    CB

    Hi,
    Instead of merging your Pages, I would suggest you to create a BSP page. Also, copy the header, footer of the required format to two different Views. Now, In your BSP page declare frameset. And use these pages.
    Sample code
    <!DocumentType HTML>
    <Frameset id="test">
         <frame src="header.htm" >
         <frame src="content.htm" >
         <frame src="footer.htm" >
    </frameset>
    Thanks,
    Parth Jhalani

  • StageWebView. no mobile yes html web page

    hello I'm not the phone applications. How can I use for HTML websites stageWebView.

    Hi,
    Thank you for your posting!
    Since Active Directory Federation Service is not an extension of Active Directory schema, I suggest you refer to the following forum to get professional support:
    Claims based access platform (CBA), code-named Geneva Forum
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva
    Thank you for your understanding and support.
    Best Regards,
    Amy Wang

Maybe you are looking for

  • How to transport deletion of bw objects?

    I have transported an InfoCube to my test server.  However, now I wish to delete that InfoCube.  What is the proper way to delete a bw object in the QA environment?  Do I delete the bw object in the development server, then somehow attach the deletio

  • HT1338 An error occurred while installing updates.103

    Trying to install software updates and I have received this message several times. Also can't install Adobe Flash update - a "general error" occurs. Suggestions?

  • Youtube and iDVD export settings?

    So I had someone videotape my bands live show with the hope of making a DVD and also posting the individual songs to youtube with iMovie 2008, but it seems that with iMovie the audio/video goes out of sync with video clips longer than 20 minutes or s

  • Bad gradients(not smooth)

    Hello everyone. I am using a Unibody MBP 2.4 Everything seems fine and I had no issues with it - or the screen. But today I noticed a weird thing about the screen. I created a radial gradient on Photoshop, and it seems really bad. Circular lines appe

  • Best way to disconnect from external screen?

    This problem has been on-going, but I am only now asking for help. It has recurred over now 3 reinstallations of 10.5. I have an external (Dell) screen, and I run my MBP (Core Duo 2GHz) with the internal screen closed. I have not been able to figure