How to make page size %100?

Hi everyone,
I am asking for you help how to change the size of page (artboard)
I want to design a photography portfolio, and when website is opened, I want sizes of entire page to be %100 width and height, like in http://sisila.dphoto.com
Does the software only allows us to generate pages like 600x800 or let me say 400x500?
thanks in advance

Hi!
   Nowadays, i think is not possible without importing the catalyst project in Flash Builder and editing the code. Please, correct me if I'm wrong.
Gabri <U>

Similar Messages

  • How to make free size in undotablespace

    how to make free size in undotablespace
    how to remove expiried values in undotablespace??
    Edited by: user10896195 on Mar 4, 2011 11:23 AM

    an undo tablespace is simply a tablespace where Oracle decides how many RBS's to create
    and how big they should grow to.
    Under the covers -- it is still JUST ROLLBACK SEGMENTS -- no different. It is just that
    WE decide how many and how big instead of you.
    If you have an undo retention period that is very small, there is nothing to motivate us
    to extend an rbs -- hence you have the same problem. You want to up the undo retention.
    Bear in mind that this parameter (retentation) is a SUGGESTION from you to us. It'll not
    cause us to "blow out" undo space - if you constrain us to x megabytes -- we'll stop.
    See
    http://asktom.oracle.com/pls/asktom/f?p=100:11:::::P11_QUESTION_ID:6894817116500
    Edited by: Santosh Deshmukh on Mar 3, 2011 11:42 PM

  • How to increase page size for balance file upload in Workspace.

    Hi All,
    Please suggest how to increase page size for balance file upload in shared Workspace pages.
    Thanks,

    A word of caution is in order regarding changing from facing to non-facing and back again. If you have overridden master page items, you'll get a second, non-overridden copy on all the even-number pages when that half of the master page is re-applied. This applies to master text frames which override automatically when text flows into them as well as to objects you manually override. I think you'll find this particular technique also only works for master text frames, whereas the Layout Adjustment should work in all situations where frames snap to guides.

  • How to make components' size constant?

    I have a newbie question for you. How to make the size of components (button, combobox, etc...) constant? I mean they keep the same size as the users change window's size.
    Thanks.
    Sraiper

    You need to use a layout manager that respects the minimum and maximum size of the components and set the minimum and maximum sizes to be the size that you want the component to be. FlowLayout respects minimum and maximum, and so does BoxLayout. BorderLayout and GridLayout don't respect the min or max sizes. You can usually get what you want with a combination of layout managers. If you gave me a better idea of how you want to layout your components, and what you want the resizing behavior to be, then I could give you some more specific recommendations about the layouts you should use.
    Try making some ascii drawings.
    Example:
            small size window              large size window
        |                       |  |                                      |
        | []check     o radio   |  |  []check                             |
        | []check     o radio   |  |  []check                   o radio   |
        |             o radio   |  |                                      |
        |  ___________________  |  |                            o radio   |
        | |_____textfield_____| |  |                                      |
        |  ________   ________  |  |                            o radio   |
        | |_button_| |_button_| |  |                                      |
        |_______________________|  |  __________________________________  |
                                   | |____________textfield_____________| |
                                   |                 ________   ________  |
                                   |                |_button_| |_button_| |
                                   |______________________________________|Make sure you put
    before and
    after your drawings so the forum doesn't mess them up.

  • How to make window size same as linked file?

    Hi
    I understand how to make the link and have it open in a new
    window upon click, but how do I make this map open in a window that
    is exactly the same dimensions as the map png file itself, as
    opposed to opening in the same size of the browser window.
    http://www.enhancedwireless.net/Company/contact.shtml
    and click on the MALAYSIAN driving directions.
    Thanks
    KB

    That works fine and is quite acceptible, but it won't work
    for the initial
    default page - which is what the question is about.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "818g" <[email protected]> wrote in message
    news:egm8m5$gd5$[email protected]..
    > I'd do it with javascript. Highlight the link text in
    Dw, type
    > "javascript:;"
    > in the link box, hit enter, open the Behaviors panel,
    click on the Add
    > behavior
    > button (plus sign) and choose "Open Browser Window" from
    the menu. In the
    > Open
    > Browser Window dialog box you can define the width anf
    height of the
    > window.
    >

  • Book Module - how to change page size?

    I'd like to design book pages for my existing hard covers - A4 landscape and portrait. Also for specific 12x12 cover which takes 11.69" x 12" paper.
    Have watched various YouTubes, search within support - but haven't found a reference to add preferred sizes. Yet.
    Can anyone help on this one please?

    Yep, that's how I am doing it. I just wanted to make sure that I was doing it correctly. I need to keep debugging then and figure out what the real problem is. I am new to all of this (obviously) and I just needed to make sure I had the idea correct. I didn't mean to use document and page interchangeably, I understand that you can't have different size pages in the same document.
    Thank you for your help.
    [FYI]I created a class that creates a document with most of the document settings that I use (e.g. a standard number of pages, non-facing pages, units in inches, etc.) but I don't specify a page size, that's something that varies between documents, so I figured I could just apply that after I have created the page. The problem is, when I try to create multiple documents it doesn't work. The script will create the first document using the default page size settings and I can't get it to change the page size, but then the next document will be created using the page size I tried to apply from the previous document that the script created. I am sure this is totally a coding error somewhere else. I will try to track it down. Just when I think I have this stuff figured out . . .

  • HOW TO: Change page size after page is created?

    Is there a way to change the size of a page after the page has been created? In the documentation, the only way I have seen to set the page size is in a "with" statement right after creating the document. I have need to change the size of the document after a document has already been created. Any ideas?

    Yep, that's how I am doing it. I just wanted to make sure that I was doing it correctly. I need to keep debugging then and figure out what the real problem is. I am new to all of this (obviously) and I just needed to make sure I had the idea correct. I didn't mean to use document and page interchangeably, I understand that you can't have different size pages in the same document.
    Thank you for your help.
    [FYI]I created a class that creates a document with most of the document settings that I use (e.g. a standard number of pages, non-facing pages, units in inches, etc.) but I don't specify a page size, that's something that varies between documents, so I figured I could just apply that after I have created the page. The problem is, when I try to create multiple documents it doesn't work. The script will create the first document using the default page size settings and I can't get it to change the page size, but then the next document will be created using the page size I tried to apply from the previous document that the script created. I am sure this is totally a coding error somewhere else. I will try to track it down. Just when I think I have this stuff figured out . . .

  • How to calculate Page Size that allows for Trim Marks?

    I have made a Word document in 4.75" x 7' Page Size and the print company is demanding they have Trim Marks so they can
    cut the document to the precise size.
    I went to Save As in the Word doc and converted the Word doc to PDF, no problem.
    Then I found how to insert Trim Marks onto the PDF using Adobe Pro 9.
    The Trim Marks are L shaped but with the 90 degree corner bit missing so they look like 2 straight lines that would tell the
    print company where the sides and the top and the bottom are to be cut if the 2 lines were extended to the intersection of the L.
    Something like this for Top Left   _I   and this for the Top Right    I_    and the mirror of those two for the bottom Trim Marks -
    However when I use Acrobat Pro 9 to insert Trim Marks on a 4.75" x 7' Page Size, the Trim Marks themselves encroach on
    the print area by about 9 mm or just under 0.375" because they are marking the corner of the page but it reduces the Page Size
    by about 9 mm or just under 0.375" if I leave them there, ie, by the length of the Trim Marks themselves.
    Is there a way to position Trim Marks where I want them?
    If not then I presume I need to make my original Page Size bigger by the length of the Trim Marks all round?
    If I need to up my original Page Size to accommodate the Trim Marks I need to know the exact length of the Trim Marks don't I?
    Other wise if I get the length of the Trim Marks wrong they could either encroach slightly on the printed area or denote the
    wrong Page Size.
    Or perhaps I've got it wrong and it's not the 90 degree intersection that marks the Page Size but rather it is the other ends of the
    Trim Marks where the Trim Marks touch the border of the 4.75" x 7' Page Size that denotes the Trim Size?
    But that would mean the Trim Marks do not show up on the Camera Ready page and are not seen after printing but somehow I
    don't think that's the case.
    The attachment is a screen shot showing the Trim Marks on my 4.75" x 7' Page Size PDF.
    Help would be very much appreciated.

    Go to the Crop Pages command first and choose a page size bigger than the one you want. In Acrobat 8 it is at the bottom of the dialog box where it says change page sizes. Make sure to select for all the pages you want to have crops for. This will make the pages larger, but still no trim marks yet.
    Next to to Advanced, Print Production, Add Printer Marks, choose trim marks. Make sure you have selected all the pages you wanted the trim marks to appear on. The trim marks will appear on your pages.
    Kinda reverse of what you'd expect, but it will do it.
    By the way this needs Acrobat Pro, not Reader.
    Tom

  • How to make page wider

    Does anybody know how to also change the picture in the header when you change the page width?
    I can manage to widen the page and the background picture on the page. But I can not figure out how to make the picture in the header as wide as the page.

    The themes that I've found to be the most user modifiable are Black, White, Formal, Modern and Modern Frame. They don't use image files that limit the size of the page. I will select the one of those 4 based on the color of the navbar text so it is most visible with the design of the site.
    OT

  • How to select page size and fit to page size?

    i am reading documentation here and feeling like a total dolt.
    can someone please remind me how i get my spreadsheet to print to my second printer and to get it to print in tray 1 with the 11 x 17 paper and how i get the spreadsheet to scale to fit this page size?
    i can't figure out if i am supposed to select the paper size first in the PRINT dialog but if i do this i can't figure out how to scale it and if i scale it i can't figure out how to get it off of 8 x 11 paper.
    oh the conundrums in mac print dialogs ; )
    tia

    hi wayne.
    i think you have a level of expertise with this software that let's you answer a question in a way that i don't understand. either that or perhaps as a new user my questions are not clear to you.
    can you tell me if it is possible to create a SETTING that will let me open a document that is SENT TO ME so that i don't have to run through all these steps just to do what i am asking to do in the title of this post? i mean, i am going to print this explanation out so i can refer to it in the future but i don't want to have to go through all these steps every time someone sends me a document.
    i also don't want to have to ask them to format the document as a pdf at 11 x 17 and 12 x 18 every time they send me something.
    does that question make sense?
    AFAIK your answer is indicating that i can set up a TEMPLATE that will let me /create/ new documents by using this template and what i am asking is if there is a way to print a document to 11 x 17 or to 12 x 18 with PRESETS as i do in Preview....
    can you help?
    THANKS!

  • XI Pro: How to change page size?

    I have a letter-sized document where each page has extremely large margins and text in a tiny font size. Can I use the 'Remove White Margins' function (Crop pages > Set Page Boxes) to remove the large margins and then resize what remains back to 8.5" x11" using the 'Change Page Size' function?
    When I try this, I can do the first step and I'm left with pages about 5.5"x8". But the Change Page Size function does not allow me to resize the page.
    It this possible?

    Hi J Kart,
    Please refer the doc: https://acrobatusers.com/tutorials/how-to-resize-pages-in-a-pdf-file
    Regards,
    Rave

  • Create pdf from html, how to adjust page size

    I have a large html file that I need to convert to a pdf. I am able to open the html in acrobat and save as pdf, but I cannot find where to adjust the page size. When I save the html in acrobat, the saved file is still a single page, but when I open the page in reader, then there are page breaks.
    How do I adjust the page size and create a single page document?
    There is also a header and footer line that I don't want. How do I get rid of those?
    LHH

    When you open the window for create PDF from web, select the settings. You can adjust the size and header/footer there.

  • How to make pages page horizontally in acrobat

    Hi there.
    Is there a way in Acrobat to make pages page horizontally? Similar to an ‘island spread’ in indesign! I need to view a series of pages horizontally, as this will best simulate the way that I will be presenting these pages when pinned up...
    Thanks,
    Craig

    Depends on how you set up your ID file. If you have set up your document as 11 x 8.5 (horizontal/landscape) the resulting pdf exported sould be the same. If you have an 8.5 x 11 Document, Portrait, the exported pdf should be likewise portait.
    If you printed to PDF Printer (and you should have exported instead) these results could be overridden by the page orientation.
    If you have an Acrobat file, whose pages need to be rotated permanately, not just for a particular view instance, rotate them from the Acrobat Navigation Pages Panel.
    Page>Rotate Pages (or Shft+Ctrl+R)

  • How to hide page size at bottom of pdf?

    Hi
    I've created a PDF docuemnt to be viewed on screen wich contains a lot of buttons etc. At the bottom of the page in normal view (we are not using full screen. or reading mode) the page size measurements pop up when the cursor approaches the bottom of the page. this is where my buttons are located and the measurements are obstructing the view of the buttons. Is there any way of hiding or removing this little pop up?
    I know you can make it go away by selecting that it is always in view, but this is a document that is going to be sent out to a lot of people and I can't add instructions for reading. The changes made to the size pop up will have to be made so that the pdf doesn't need any adjustment with concerns to viewing when it leaves me.
    PLEASE HELP!

    This user preference cannot be controlled by a document. You can either set the initial zoom so that the pop-up appears to the left of the page, but that would be screen size dependent, or inform your users what they can do to prevent it by setting the preference.
    Finally, if you set the document to hide the window controls, and the user's preference is set to allow a document to do this, the page size pop-up will not show.

  • How to find page sizes in a document with multiple page sizes

    Hi Ive been given a document that has multiple page sizes in it how do i find the size of each individual page. i tried document setup but that only brings up the size of the first page

    You are going to do that for each page? You might be better off with using the Preflight panel. "Page size" can be flagged as an error, so you get a nice linked list.

Maybe you are looking for