How to change the resolution of a page in iWeb

Hi,
I'm making a website for a project, and I decided to do it in iWeb. The brief of mt project says the resolution has to be 1024*768, however, when I change the resolution to this, the page instantly looks horrible with a white border to the right of my content. Is there a way to change this, or centre my content in the white part?
Thanks,
Jonny.

There is no formula for a web page and you have to consider the type of content and what device the viewer is using.
A "standard" width for a conventional webpage could be considered to be 980px with a page height of no more than about 1200px to avoid too much scrolling. Any page that is much higher than this should, at least, have a "back to the top" button...
http://www.iwebformusicians.com/iWeb/Navigation.html
The browser width on personal computers is user adjustable and not everybody wants to fill the whole screen width.
The browser width on mobile devices is fixed and the user only has the option of portrait or landscape orientation.
US letter size is 8.5 inches wide by 11 high (816 x 1056 px) and the European A4 is 8.27 × 11.69 (794 x 1123 px). Either would be a good starting point for an e-zine.
The iPad is 768 px wide in portrait mode but remember that its not the only tablet available. I think Kindle is 600px wide and others are smaller.
Text on wide pages is difficult to read - hence the use of columns in magazines and newspapers.
Designing web pages for mobile devices in general is not possible with iWeb since it can only use a fixed page width. An example of a folding column magazine style layout can be found on this page...
http://www.ezmacwebdesign.com/showcase.html

Similar Messages

  • How to change the color background in Pages for iPad?

    how to change the color background in Pages for iPad?

    You can find many themes at https://github.com/hdoria/xcode-themes  There's a download zip button on the right side of the page.
    Unzip and and copy the .dvtcolortheme files into /Users/YourUsername/Library/Developer/XCode/UserData/FontAndColorThemes Create the directory if it doesn't exist.
    If you can't find the Library directory you can get to it by using Finder's "Go to Folder..." option under "Go" or press shift + cmd + G then type the path.

  • How to change the header in all pages at once?

    I'm new to iWeb and can't figure out how to change the headers of all pages without having to go through and do it to every page. There should be a way, but is this a feature iWeb doesn't have?

    Hi,
    Refer following link which states how to change the Page Setup setting (just an addition to above poster's explanation):-
    http://docs.oracle.com/cd/E12825_01/epm.111/fr_user/frameset.htm?1900.html
    Regards,
    Edited by: 918547 on Dec 14, 2012 6:17 PM

  • How to change the resolution of a file?

    Hi, can someone please help me. I am working with illustrator CS and I am exporting a file as a jpeg. I need to print that file so when i export it i am changing the resolution to 150dpi. When i open the file in windows picture manager edit it and save the changes the file turns black and it prints a black page. This only happens when i change the resolution to 150dpi or higher if i leave it at 72dpi and make changes i don't have problems it will save fine. I have tried many different things but no luck. Hope someone here can help me. thank you.

    Sounds like an issue with your image editor. BTW if you plan on editing the image you should use a lossless format from Illustrator to the editor then save as a jpg. Each time you save the jpg more and more data gets thrown out until it unusable.

  • How to Change the Resolution on the Monitor? Model HP 2011X- (20" flat screen monitor)

    "input signal out of range, change settings to 1600 x 900 -60HZ" How to make this change?
    I have a HP desktop PC and I recently purchased a HP 2011X  (20" flat monitor). Initially, I hooked it up to the pc and it worked and I did not have to install anything. But the other day, I ran the Microsoft's Fix-it-Center and ran the resolution problem detection even though I did not have any problem with the resolution. Within 5 seconds, a dark black screen appeared with the following message:
    INPUT SIGNAL OUT OF RANGE
    CHANGE SETTINGS TO
    1600 X 900 - 60HZ
    It displays this message and then the monitor goes to sleep. I press the buttons at the bottom of the monitor and from time to time, it displays a resolution screen that shows the monitor's resolution is not 1600 x 900 but that HP recommends that setting. However, I cannot change anything and that small screen with black background disappears in a few seconds. I cannot see anything else and I have tried the following:
    - Turned the PC on and off several times and the message is still there
    - Unplugged the power to the monitor and re-plugged it and no change
    - Unplugges the video cable from the PC to the monitor and re-plugged it and nothing
    Please help. I cannot see the PC screens at all even though the PC is on. All I see is the black background screen with white text with the above message. How do I fix this when I cannot see the Windows screen or from the monitor.
    Thanks,
    Bob

    Hello IE_PC_User,
    Let's try to get your computer to the boot options and go into VGA mode to see if you can change the resolution then.
    Start up your computer and start tapping away at the F8 key.
    Once the computer presents you with the boot options choose the VGA mdoe.
    It should boot up and everything look really out of place. Set the proper resolution and then reboot.
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • How to change the oracle's home page to show our custom message.

    Hi,
    Can we anyway change the oracle's home page to show our own messages,if yes then how can we do it.

    Ram,
    Can you reply on this thread:
    How to introduce html code in the <head> tag of an OAF page
    --Mukul                                                                                                                                                                                                                                                                                                   

  • Does anyone know how to change the resolution of a bitmap in LabVIEW?

    I need to do a LabVIEW program that changes the resolution of a bitmap to different values (i.e. 640x480, 320x240, etc.). If there is a way to perform this task, please let me know.

    Discussed here
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • How to change the size of New Page create pop up window ?

    In Site Actions on clicking of New Page the pop up page is opened it is stretched mode.
    I want to change the width of that pop up windows only.
    After pressing F12 key i find that it is happening because of the java script  function on calling of which that page is opened.
    But i am unable to find that javascript function from where it is calling or where it is written or how i can modify that function.
    So please help me out in solving that issue.

    Hi,
    According to your post, my understanding is that you want to change the size of the new page pop up dialog.
    We can create a new dialog with proper size to achieve it.
    I have made a simple code demo to create a new dialog with proper size, you can have a look at it.
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function(){
    ready();
    function ready(){
    $("span[title='Open Menu']").click(function(){
    //alert(2);
    setTimeout(openNewPageClick,500);
    function openNewPageClick(){
    //setTimeout(openNewPage,1000);
    $("#mp1_0_3").removeAttr("onMenuClick");
    $("#mp1_0_3").click(function(){
    url="http://sps/_layouts/createwebpage.aspx";
    openDialogBox(url);
    function openDialogBox(url){
    var options = SP.UI.$create_DialogOptions();
    options.url = url;
    options.height = 900;
    SP.UI.ModalDialog.showModalDialog(options);
    </script>
    Note: You should change the ID or class to fit your environment.
    More reference:
    http://kyleschaeffer.com/sharepoint/sharepoint-2010-pop-up-dialogs/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to change the resolution af adobe captivate

    Hi,
    I have a surface 3 with high resolution (2160 x 1440).
    In Adobe captive - the menu bar is very small due to the high resolution
    So i tried to modify the resolution of adobe captivate in the compatibily mode but it won't work :-(
    In the meantime, i will use the magnifer :-'( but it's not very convenient.
    Can you stop my headache ? ;-)

    resizeImage does not let you set 'Scale Styles'. If you want to scale the styles you need to use scriptlistner.
    Here are examples for "Constrain Proportion" and "Resample Image".
    activeDocument.resizeImage( undefined,undefined,300,ResampleMethod.NONE);// change the dpi without resample
    activeDocument.resizeImage( new UnitValue(2,'in'),undefined,72,ResampleMethod.BICUBICSHARPER);// change width - defaults to constrain proportion
    activeDocument.resizeImage( new UnitValue(5,'in'),new UnitValue(5,'in'),300,ResampleMethod.BICUBICSHARPER);// change both w and h - may or may not matain proportions

  • How to change the http regular login page

    The iFS/HTTP authenticates users as Guest automatically. Can someone tell me how to change it back to the login dialog? Thanks.

    Hey,
    Thanks for the reply, but I didn't understand much.
    Guess I'm just going to try and look on why I can't change the context path when deploying a webservice package using ant tasks.
    Thanks again for the reply.
    William

  • How to change the text in Logon Page in NWDS7.3/EP7.3

    Hello Experts,
    I am using NWDS7.3, & there is a requirement to change the text "User authentication failed " to some custom text. The message generally comes when you use wrong used id and password while logging portal url.
    I have downloaded the WAR file and extracted the Jar file(tcsecumelogonui_core.jar) to change the text under logonLabels.properties file but i can't see the key with respect to the message "User authentication failed". I cannot find the message in the .properties file.
    Can any one please help me to fix the issue.Any help will be rewared with points.
    -Regards
    Alok

    Dear Detlev,
    Thanks a lot for your valuable answer.  I have found the text for the "User Authentication Failed" , done the changes and depoyed the Jar file . This is working.
    But the same when i try to do for  "Authentication failed. Password locked" this message comes when i do multiple failed login. I need to change the text , i found  the text in the u2022sap.comtcjesecurityimpl.jar file, i made the changes in the JAR file ,replaced with the server jar file and restared.
    But the changes did'nt get reflected. Can you please suggest if i am chaning in the correct JAR file?. I am working in NWDS7.3
    Can you please help me on this. Appreciate your help .
    -Regards,
    Alok

  • How to change the layout of area pages in ESS Overview.

    Dear Experts,
    Area groups like Leave, directory,payslip are presented on portal in a layout which is fixed in backend ESS customization eg postions(1,2...).
    Can I change the layout of these areas in portal?
    I tried doing this by going to overview iview and preview and then ctrl+click. I could see containers for each area group but I could not modify their sequence?
    Please help!!!

    Hi,
    May be this guide can help you
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0235c40-6351-2a10-a3a3-eb666dfdb407
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10ddda33-277b-2a10-5294-9913ee5d698f
    Regards,
    Niraj
    Edited by: Niraj Kumar on Feb 18, 2009 10:26 AM

  • How to change the dictionary language in Pages 5.01?

    I used to write texts in several languages but now I cant. Any tips to change the dictionary language?
    Thanks in advance

    Edit > spelling > show spelling

  • How to change the resolution of printing from a picture in ipad ?

    Hello,
    Can anyone help me about the subject ?
    When you print a picture from the Ipad It only prints into small (13x18cm) in A4 page.
    I need to print some pages of magazine so I take a picture and then print... But it is in a small size like picture paper...
    How know the solution ?
    Thank you
    Lotfi
    This question was solved.
    View Solution.

    Hello lotfi070,
    You may try downloading the HP ePrint home & biz app from the App Store. It provides a few more options when trying to print photos from an iPhone, iPad, or iPod. You should be able to specify paper size, paper type, picture size, and color options.
    Hope this helps.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • How to change the Crystal Reports start page

    The CR Start page has a panel on the bottom half which displays Highlights, Key Resources, and eLearning tabs. It is annoying. How do I turn it off?

    One more idea:
    Go to your below directory on your machine:
    C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Start Page\en
    Take a backup of start.html file (If the below, doesn't work you can put it back)
    Open start.html and edit in notepad remove below code and save it , your annoying tab disappears
    <div id="onlinecontent">
    <iframe width="100%"
          height="1200px" align="center" scrolling="auto" FRAMEBORDER="0" class="resources" id="onlineresourse"></iframe>
    <script type="text/javascript">InitializeResourcesTag("onlineresourse")</script>
        <script type="text/javascript">SetFrameSource("onlineresourse")</script>
      </div>

Maybe you are looking for

  • Requirements transfer to follow up materail, if the stock falls below

    Hi All The issue is related to the requirements transferring the follow up material, when the inventory falls below the safety stock, the requirements has to generated for the follow up material,  in which is maintained in MRP 4 ================= Her

  • What is the typical cost of replacing the cooling fan the laptop is HP Pavillion DV6 6165tx.

    What is the typical cost of replacing the cooling fan in a laptop computer ? (In India in Indian Rupees)? The laptop is HP Pavillion DV6 6165tx. The cost means fan cost plus labour charges.

  • How do i transfer system recovery dvd to a usb

    Recently my ultrabook broken down and now the start up is in a never ending loop. I brought a system recovery media from hp, I cleary stated my ultrabook doesn't have dvd slot and he said that's fine once you get the dvd call us up and we will help y

  • Settings are not saved - network and touchpad

    At one point while trying to set up my network, I set up a static IP. After I had managed to fix the problem, I wanted to go back to using DHCP. If I open Network Settings, I can adjust the settings to use DHCP, but when I reboot, networkmanager reve

  • Problem displaying

    Hi, I have this issue: In EP's Knowledge Management, when attempting to open OpenOffice documents with the extensions *.odt and *.swx files, I will get a pop-up message asking me "do you want to open or save this file". In ths window, the filename be