How to center web page made in indesign cs5

Hi everyone,
I'm new to this forum and I hope I'll get help, because I need it
I've made a web page in indesign cs5, exported in SWF and generated HTML.
My swf file looks good, but my html file is not centered, web page is positioned
in upper left corner, and I want it to be in the center.
How can I put it there?
Thnx very much!
Hresta

I know ID is not the best option for a website, but I need it that way.
I know html/css, but my generated html file contains javascript which
I'm not familiar with :/
There's no div so I don't know where to put my auto margins?
Simply on top of the html file?
Thnx anyway!!

Similar Messages

  • Web page made in ID CS5 issue

    Hello, I created a web page (4 pages) in InDesign CS5. I export as an interactive PDF and the page centers in Acrobat fine. When I export as an SWF file it throws the page into the upper left corner (see my link) How do I get the content to stay centered in a browser? Thanks, Alan
    http://diakonia.drivehq.com/Bob/CenterTest1.html

    The position of your swf is set in the HTML shell. If you want the swf centered both vertically and horizontally, you'll need a nested table (there might be away to do it with CSS—I've never been able to get the vertical centering with CSS).
    I don't use the AC_FL_RunContent javascript for loading swfs (most Flash developers use SWFObject), but you could try replacing your body content with this table with the script inside and see if it works.
    <body bgcolor="#999999">
    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center" valign="middle">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td align="center">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
    <td>
    <!-- LOADING SCRIPT HERE-->
    <script language="JavaScript" type="text/javascript">
    <!--
    var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if(hasRightVersion) {  // if we've detected an acceptable version
    // embed the flash movie
    AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,2,0',
    'width', '1024',
    'height', '768',
    'src', 'CenterTest1',
    'quality', 'high',
    'pluginspage', 'http://www.adobe.com/go/getflashplayer',
    'align', 'middle',
    'play', 'false',
    'loop', 'false',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'CenterTest1',
    'bgcolor', '#999999',
    'name', 'CenterTest1',
    'menu', 'true',
    'allowFullScreen', 'true',
    'allowScriptAccess','sameDomain',
    'movie', 'CenterTest1',
    'salign', ''
    ); //end AC code
    } else {  // flash is too old or we can't detect the plugin
    var alternateContent = '<p>This content requires version '
    + requiredMajorVersion + '.' + requiredMinorVersion + '.' + requiredRevision + ' '
    + 'or higher of the Adobe Flash Player.</p>'
    + '<a href="http://www.adobe.com/go/getflashplayer/">Get Flash</a>';
    document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
      This content requires the Adobe Flash Player.
      <a href="http://www.adobe.com/go/getflashplayer/">Get Flash</a>
    </noscript>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </body>

  • How to open web pages from japplet??

    Hi
    Does anybody know how to open web pages from java japplet??
    Any help is apreciated!
    zick

    the getAppletContext() method of the Applet class will get you an AppletContext, with which you can call the ShowDocument(URL url) or ShowDocument(URL url, String target) method...
    check it out at http://java.sun.com/j2se/1.4/docs/api/java/applet/AppletContext.html
    have a good one :)
    Jay

  • How to create web page same as Struts tiles in OPA?

    Hi,
    How to create web page containing consistent Header,Fotter,left right pannel which embed OPA screen?

    Web Determinations uses Velocity templates to configure the appearance of a paritcular page. You can configure these tempaltes to get the look and feel that you like.
    For more information search for "Oracle Web Determinations Template Reference Guide" in the Oracle Policy Automation Developer's Guide (http://docs.oracle.com/html/E38272_01/toc.htm)

  • HT4597 can I publish the web pages made with aperture in icloud?

    can I publish the web pages made with aperture in icloud?
    thank you.
    Luis da Cruz

    iCloud does not provide website hosting: you will need to find another hosting service - there are plenty to choose from.

  • Can snippets made in InDesign CS5 be placed in a CS4 document?

    Can snippets made in InDesign CS5 be placed in a CS4 document?

    Well, that is interesting, but I’m going to guess that the snippets are just a form of IDML so if that’s the case I guess it would make sense.
    Bob

  • How to get web pages opening within pages?

    Just wondering how this is done or implemented. I visited and
    researcehd several websites a while ago and observed that pages
    were opening in pages instead of loading a new page.
    For example: You go to a web page, the links are all above
    under the page banner or on the side like in a side bar or Nav bar
    and the content are on the right or the middle of the page.
    So when you click on a link the page opens within the same
    page with out a new page loading, just the contents gets replaced
    but the entire page doesn't changed. Is this AJAX? I know you can
    do this with Frames but I dont want to use frames, are there other
    ways to get this accomplished?
    Please explained or reference resources.
    Thanks very much.
    Patrick

    opps.forgot the link:
    http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
    Sorry
    Jeff
    "Jeff" <[email protected]> wrote in message
    news:fpkbii$on7$[email protected]..
    > yes, there can be problems with frames and iframes, but,
    if your looking
    > for an easy solution its the way to go.
    > AJAX offers another option. You might try looking at
    this article, I
    > believe you can adapt it to do what you want.
    >
    > Jeff
    >
    >
    > "Jeff" <[email protected]> wrote in message
    > news:fpk313$fjf$[email protected]..
    >> <iframe src="
    http://www.domainName.com/whatEverPage.htm"
    width="480"
    >> height="450" scrolling="yes"
    name="content"></iframe>
    >>
    >> Jeff
    >>
    >>
    >>
    >> "Webethics" <[email protected]>
    wrote in message
    >> news:fpjjga$t5c$[email protected]..
    >>> Just wondering how this is done or implemented.
    I visited and researcehd
    >>> several websites a while ago and observed that
    pages were opening in
    >>> pages
    >>> instead of loading a new page.
    >>> For example: You go to a web page, the links are
    all above under the
    >>> page
    >>> banner or on the side like in a side bar or Nav
    bar and the content are
    >>> on the
    >>> right or the middle of the page.
    >>>
    >>> So when you click on a link the page opens
    within the same page with out
    >>> a new
    >>> page loading, just the contents gets replaced
    but the entire page
    >>> doesn't
    >>> changed. Is this AJAX? I know you can do this
    with Frames but I dont
    >>> want to
    >>> use frames, are there other ways to get this
    accomplished?
    >>>
    >>> Please explained or reference resources.
    >>>
    >>> Thanks very much.
    >>>
    >>> Patrick
    >>>
    >>
    >>
    >
    >

  • How to open web pages in the same window

    When i click on a link in a search engine it always opens the web page in a new tab. Its annoying and i would prefer mozilla to open it in the current page. How can this be done?

    hello, this is a preference in your google search settings. go to google.com/preferences and disable the option to ''Open search results in a new browser window''.
    https://support.google.com/websearch/answer/425

  • How to add web page in office button of ms office 2007 using c#?

    I want to add web page in office button in ms office 2007 using c#. How to add it? ribbon menu button should be in office button. when i click menu the web page should display in menu itself. tell me the solution.

    Hello,
    You can't place anything in the Ribbon UI (aka Fluent UI), only the predefined set of controls according to the Ribbon XML scheme. Read more about the Fluent UI in the following series of articles in MSDN:
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 2 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)
    Consider opening a web browser in a child window (separate) or using a task pane for that.

  • How to view web pages off line

    how do you save web pages so they can be viewed on line?

    *Read It Later: https://addons.mozilla.org/firefox/addon/7661
    *ScrapBook: https://addons.mozilla.org/firefox/addon/427

  • How to generate web page from Excel spread sheet?

    I have a spreadsheet containing a long string of HTML text.  It can be viewied below and each line needs to be one web page.  I also have the same file in a flat text file.
    Header 1
    Header 2
    Header 3
    <h3 style="text-align:center;">Minutes of the Annual Meetings of the Brethren: 1778 - 1917</h3>
    <p style="text-align: center;"><a href="images/books/001/220.png" title="Page 220 — Minutes of the Annual Meetings of the Brethren" rel="rokbox[600 905](demo)"><img src="images/books/001/220.png" border="0" alt="Page 220 — Minutes of the Annual Meetings of the Brethren [Click for larger image]" title="Page 220 — Minutes of the Annual Meetings of the Brethren [Click for larger image]" width="500" height="754" /></a><span style="text-align: center; display: block; margin-top: 6px;">Page 220</span></p>
    <p style="display:none;"> </p>
    <h3 style="text-align:center;">Minutes of the Annual Meetings of the Brethren: 1778 - 1917</h3>
    <p style="text-align: center;"><a href="images/books/001/221.png" title="Page 221 — Minutes of the Annual Meetings of the Brethren" rel="rokbox[600 905](demo)"><img src="images/books/001/221.png" border="0" alt="Page 221 — Minutes of the Annual Meetings of the Brethren [Click for larger image]" title="Page 221 — Minutes of the Annual Meetings of the Brethren [Click for larger image]" width="500" height="754" /></a><span style="text-align: center; display: block; margin-top: 6px;">Page 221</span></p>
    <p style="display:none;"> </p>
    I need Dreamweaver CS4 to take this spreadsheet and generate a series of web pages.  The head section will be the same for all the generated HTML files.  A sample page can be viewed here.
    If I can locate a script that will do this then I can take an extension for a Joomla web site and pass along the series of page to it.  The Joomla extension will then create my articles for me.
    Cordially,
    Wayne

    Thanks for the thought, but that generates one large page with each row an item on the page.  What I need is for DW to take each row and create a page of that row.  Even then, in Excel you have to insert rows before my first row of data.  Into thos rows you paste the head information doctype, metadata, the closing head, etc., etc.  Then you have to add a row at the end closing the body and html statements.
    I'll have to try this with something else.  For something so simple you'd figure there was a script to do it.
    Cordially,
    Wayne

  • How to call web page to search document with parameters?

    Hi!
    i need to call a web page with access parameters to search a document and display this in .pdf format (external system).
    Example:
    PARAMETERS:
    license code = xxx
    society code = yyy
    nickname = ...
    password = ...
    fieldsearch = ....
    valuefieldsearch = ...
    with these parameters, i must access in a web page https://....
    and open .pdf file.
    how to do? Can i do from SAP R/3?
    Do you suggest any idea?
    Thanks & Regards
    Raffaella

    Hi
    Raffaella
    you have to use Class cl_http_client to execute HTTP REQUEST (in your case using GET method)
    Check this link
    http://help.sap.com/saphelp_nw70ehp2/helpdata/EN/1f/93163f9959a808e10000000a114084/content.htm
    You can also use the abap report RSICFCLTST01 for testing Abap http requests

  • How refresh a web page???

    Hi All,
    I have 2 web pages,input and output. If i select one set of inputs and click submit button, it displays the output. when user want to go back to input page again, they select the back button on the browser.(IN IE window-toolbar) But, when they select this option, a radio button is not refreshing(in the input page).
    So, when ever user enters into input page, i want that page to be refreshed. can u please tell me how to do it ????
    I don't want on "button click" java script. .........
    There is one option to add in this tag,
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    So, please if anyone of u know, please tell me....PLEASE
    Regards
    Ashvini

    Ashvini,
    Hey did you ever figure out the answer to that problem, i'm having the exact
    same problem as you had. I've searched around and still have had no luck.
    Thanks
    Raymond
    Hi All,
    I have 2 web pages,input and output. If i select one
    set of inputs and click submit button, it displays
    the output. when user want to go back to input page
    again, they select the back button on the browser.(IN
    IE window-toolbar) But, when they select this option,
    a radio button is not refreshing(in the input page).
    So, when ever user enters into input page, i want
    that page to be refreshed. can u please tell me how
    to do it ????
    I don't want on "button click" java script.
    There is one option to add in this tag,
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    So, please if anyone of u know, please tell
    me....PLEASE
    Regards
    Ashvini

  • How do you add page borders in InDesign?

    How do you add page borders in Adobe InDesign CS5.5?

    Page borders? I'm not sure what you're asking but you ca use the Rectangle Tool in the Tool Bar on the left to Add a Rectangle around the page.
    You can apply a stroke colour by going to Colour Panel and selecting the Proxy for  the stroke and the colour you need.
    And you increase the Stroke Width by going to the Stroke Panel.

  • Cisco Contact center Web page not opening

    Hi,
    I am using Cisco Contact center version 7 in High availability mode. Web page of the primary server is not opening, but web page of secondary server is working. If I restart the primary server the web page starts working but after sometime its stop working.
    Please help me to resolve the same.
    regards,
    Neo

    What Sr do you have on the UCCX 7.0(1) version ?
    Your issue looks similar to the defect "CSCsu22366 - AppAdmin Page does not load -World Wide Publishing service stuck "
    Once you see the issue can you try the following work around
    ====
    Login to appadmin from the 2nd node, go to the Control Center page, select the broken node,
    and restart it's CRS Administration process
    =====
    Hope this helps
    Anuj

Maybe you are looking for