DW 8 - Inline Frame TOP alignment

Greetings,
I have a table with couple columns. Left column has Iframe of
text links. Basically my navigation links for my site. Next colums
are just editible regions.
Problem is that my left cell with iFrame top text is lower
than my next columns text. Can not figure out why? I am not an
expert. Putting in code as someone will likely ask for it. Not up
on a site yet.

Greetings,
I have a table with couple columns. Left column has Iframe of
text links. Basically my navigation links for my site. Next colums
are just editible regions.
Problem is that my left cell with iFrame top text is lower
than my next columns text. Can not figure out why? I am not an
expert. Putting in code as someone will likely ask for it. Not up
on a site yet.

Similar Messages

  • Iframes or if there is such a thing a an inline frame

    Hi guys,
    I am making a html website, now on Microsoft Frontpage there
    is somthing called an inline frame, i was wondering if i could get
    that on dreamweaver, if so how ?
    Help would be very much appreciated
    Thanks
    aniboy6

    Though they are great, there are problems with them not
    working with some
    firewall software, and they aren't the most x browser
    compatible ... shame
    because I love them.
    Gerry
    http://www.UsableContent.co.uk
    "Michael Hager" <[email protected]> wrote in message
    news:eog776$j8s$[email protected]..
    > Yep... just type it in in code view.. works a charm...
    >
    >
    > <div ALIGN=center>
    > <IFRAME width="320" height="240" scrolling="no"
    frameborder="0"
    > SRC="yourcontent.html">
    > </IFRAME>
    > </div>
    >
    > change sizes, borders, scrolling, etc and replace
    "yorcontent.html" with
    > your html file.
    >
    > Michael Hager
    > www.cmhager.com
    >
    >
    > "aniboy6" <[email protected]> wrote in
    message
    > news:eoe5oq$6s0$[email protected]..
    >> Hi guys,
    >>
    >> I am making a html website, now on Microsoft
    Frontpage there is somthing
    >> called an inline frame, i was wondering if i could
    get that on
    >> dreamweaver, if
    >> so how ?
    >>
    >> Help would be very much appreciated
    >>
    >> Thanks
    >>
    >> aniboy6
    >>
    >
    >

  • Inline frame problem

    Hello,
    I have a page at www.gwebiogas.co.uk/sitepics which contains two inline frames. The first contains thumbnails and the second displays the large version of the thumbnail when clicked.
    I have two problems:
    1) Internet Explorer adds a white background to the iframe, which I do not want.
    2) Both IE and Firefox position the picture with a margin/border to the top and left. It's not really noticeable in Firefox but in IE the above-mentioned white background gives it away. I have set the margin to 0 in the Page Properties of the page which loads into the frame but it makes no difference.
    Any thoughts please? I've tried various margin, border and padding settings but have run out of ideas.
    Thanks
    Stephen

    Thanks for taking a look at it.
    It's the frame below the thumbnails one that is my main problem ie the one that loads 'site_pic.html' and displays the large picture.
    I have set every value for border, margin etc to 0, and have set background background colour to transparent in the css settings both for the iframe and site_pic.html and have also added [allowtransparency="true"] to the code for the iframe so it looks like this:
    <iframe id="pic_frame" name="pic_frame" src="site_pic.html" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
    - all to no avail!

  • [JS CS3] Modify geometricBounds of Inline Frames in Overset Text

    Hello,
    I have the following setting:
    I recieve a XML file , which contains <image href="..."> tags. InDesign automatically inserts the correct images as an inline frame.
    The layout column are too small for the large images, so when placing the XML into the layout, the whole content is in the overset.
    Inline frames in the overset do not have any geometricBounds. Can I modify width & height of frames in overset text? And how do I do that?
    Thanks
    Tobias

    Thanks Robin!
    I helped myself with the following:
    with(myElement){
         // get img objects
         var theImage = myElement.xmlContent;
         var theImageFrame = theImage.parent;
         theImageFrame.appliedObjectStyle = myDocument.objectStyles.item("Img_free");
    The objectStyle "Img_free" sets the image frame from "inline" to "anchored frame". So the size of the image doesn't matter any more because its outside ("free") of the text. So everything flows into visibility and I can change whatever I want. (Yes, I must not do this with a object style, but it felt right to do so.)
    It's basically a similar way to your description. But I had hoped that there would be a somewhat "cleaner" way to do that. In my eyes it is more a workaround ...
    Any further suggestions?
    (How do people scripting InDesign Server do such things?)
    Thanks
    Tobias

  • Page will not display properly with inline Frames

    I have a html page that will not display properly in Dreamweaver. I have a basic understanding of html and want to be able to edit a website in Dreamweaver that was given to me. It looks fine in a browser, but in Dreamweaver some of the content is missing and displays the following message, "Your browser does not support inline frames or is currently configured not to display inline Frames". I was able to open it without any problems using Microsoft Front Page, so is it possible to view and edit it in Dreamweaver?

    Without seeing your page, I'm guessing that your page contains server-side includes, iframes and  scripts to other files on the server that populate page with content on the server's end.  You can't see it in DW because you don't have all the files in your DW local site folder.  You said this views fine in FP.  Was your page created in FP with FP proprietary tools?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Navigating inline frames from flash

    Hi,
    I have a navigation block set up in flash. Can someone please tell what the geturl script is to control external html pages loading into an inline frame?
    Thanks.

    o.k kglad, something odd is going on.
    in my html code, I'm designating a particular file to initially load in my iframe
    <iframe name="leftframe" src="swfs/portfolio/frames/logos/logointro.html" width="431" height="506" marginwidth="0" marginheight="0" allowtransparency="true" scrolling="no" border="0" frameborder="0">
    I'm testing two buttons to make sure they are working, but each time I click them, the logointro.html file reloads instead.
    sample1btn.onRelease = function():Void {
    getURL("swfs/portfolio/frames/logos/logo1.html", "leftframe");
    gotoAndPlay("sample1");
    sample2btn.onRelease = function():Void {
    getURL("swfs/portfolio/frames/logos/logo2.html", "leftframe");
    gotoAndPlay("sample2");
    Any idea why logo1.html and logo2.html won't load?

  • Close ADF Popup Dialog with html button in Inline Frame

    hi,
    I'm using jdev 11.1.1.2,
    I have a adf popup dialog which contains an Inline Frame(source is a jsp file).I want to close the dialog with a html submit button in the frame page. when the submit button is clicked, auto close the dialog.
    can anyone help in this.
    Thanks

    Try to close the popup from Javascript using a sciptlet similar to the following one:
    var popup = AdfPage.PAGE.findComponent('<yourPopupClientId>');
    if (popup.isPopupVisible()) {
      popup.hide();
    }where <tt><yourPopupClientId></tt> should be replaced with the popup's client ID. The client ID is composed of the popup's ID from the <af:popup> tag preceded with IDs of the eventual parent naming containers where the popup has been declared.
    For example, if the tag is <tt><af:popup id="myPopup"></tt>, then the clientId might be:
    <tt>  myPopup
      container1:myPopup
      container1:container2:myPopup</tt>
    ... and so on, depending on where you have defined the popup in your JSF page (i.e. within which naming containers), you should determine it first.

  • Top aligning HtmlDataTable components in a HtmlPanelGrid

    I need a recommended solution for this scenario.
    I have three h:dataTable components in a h:panelGrid as follows:
    <h:panelGrid columns="3">
                    <h:dataTable value="#{fooBean1.myList}" var="list">
                               <h:outputText value="list.bar"/>
                    </h:dataTable>
                    <h:dataTable value="#{fooBean2.myList}" var="list">
                              <h:outputText value="list.bar"/>
                   </h:dataTable>
                   <h:dataTable value="#{fooBean3.myList}" var="list">
                              <h:outputText value="list.bar"/>
                   </h:dataTable>
    </h:panelGrid>There can obviously be different number of rows in each h:dataTable which means the height of each h:dataTable may be different than the others.
    How can I ensure that the three h:dataTable components are always vertically aligned to top?
    Note that the header for the graphic in the template.xhtml for each xhtml has valign style settings so a global setting like this will not work (i.e.
    it will top align the dataTables but the header graphic is now mis-aligned.):
    <head>
        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />
        <title>Repair Card</title>
        <style>
         html,body,table { height:100%; margin:auto;}
         table,td,tr,thead,tfoot,tbody,th,tf { vertical-align:top; padding-bottom: 10px; }
        .rich-panel {height: 100%;}
        .panel1 { width: 30%; text-align: center; font-size: 12px;}
        .panel2 { width: 30%; text-align: center; font-size: 12px;}
         .panel3 { width: 30%; text-align: center; font-size: 12px;}
    </style>   
    </head>Is it possible to specify the styles using the style or styleClass attribute for the h:panelGrid?

    This worked! thx.
    <head>                  
                       <style>
                       div.divTop TD {vertical-align:top;}                    
                        </style>   
                   </head>      
                   <div class="divTop">
                              <h:panelGrid columns="3" border="1" width="100%">
                                  <h:dataTable value="#{foo1}" var="name">
                                       <h:column>
                                            <h:outputText value="#{name}"/>
                                       </h:column>
                                  </h:dataTable>
                                  <h:dataTable value="#{foo2}" var="name">
                                       <h:column>
                                            <h:outputText value="#{name}"/>
                                       </h:column>
                                  </h:dataTable>
                                  <h:dataTable value="#{foo3}" var="name">
                                       <h:column>
                                            <h:outputText value="#{name}"/>
                                       </h:column>
                                  </h:dataTable>          
                             </h:panelGrid>
                   </div>Edited by: asookazian on Mar 6, 2009 2:28 PM

  • JScrollpanel Top align problem

    Hi,ALL
    I have a JPanel holds two Objects(JTree and JList);
    So
    The main JPanel is created with FlowLayout.LEFT
    I create two JScrollPanel to hold JTree and JList,
    since JTree is long and JList is short.
    so everytime JList is in the middle of the JScrollPanel.
    I want to align them from top, how to add a Viewport to JScrollPanel from TOP-align, not automatically CENTER-align?
    Thanks in avanced

    At the risk of sounding like the Office Paperclip... it looks like you're writing an explorer.
    If so, use a JSplitPane. Set the left component to a JScrollPane containing a JTree and the right component to a JScrollPane containing a JList.

  • Frame content alignment

    Hi All,
    Does anyone know how to retrieve and set frame content alignment settings, not text alignment?
    Thank you in advance.

    Here is the solution:
    IMultiColumnTextFrame::GetVerticalJustification ();
    IMultiColumnTextFrame::SetVerticalJustification (Text::VerticalJustification vj)
    available values for Text::VerticalJustification are: kVJTop, kVJCenter, kVJBottom, kVJJustify, kVJInvalid, kVJNumValues

  • Top aligning html slices

    I want to top align an html slice (for google adwords) and a
    rectangle. I cannot get them to align at the top no matter how hard
    I try. The rsite was created in firewoks and imported to dw. It is
    driving me mad as the site is finished bar this one thing and has
    been for ages. If anyone has any suggestions they'll be greatly
    appreciated as it keeps vertically centering the rectangle as the
    html slice is bigger.:confused.
    The url is www.sandramccracken.co.uk - also, I have
    triedhighlighted both in fw, clicking on modify, align and top but
    it doesn't seem to do anything
    Please help...it's the new year, season of good will!

    Change this -
    <style type="text/css">td img {display:
    block;}</style>
    to this -
    <style type="text/css">
    td img {display: block;}
    body { margin-top:0; }
    </style>
    and see what happens.
    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
    ==================
    "yorkiebrowne" <[email protected]> wrote in
    message
    news:en2qr7$3mi$[email protected]..
    >I want to top align an html slice (for google adwords)
    and a rectangle. I
    > cannot get them to align at the top no matter how hard I
    try. The rsite
    > was
    > created in firewoks and imported to dw. It is driving me
    mad as the site
    > is
    > finished bar this one thing and has been for ages. If
    anyone has any
    > suggestions they'll be greatly appreciated as it keeps
    vertically
    > centering the
    > rectangle as the html slice is bigger.:confused.
    >
    > The url is www.sandramccracken.co.uk - also, I have
    triedhighlighted both
    > in
    > fw, clicking on modify, align and top but it doesn't
    seem to do anything
    >
    > Please help...it's the new year, season of good will!
    >

  • How to get any event occurs inside inline frame .

    Hi All,
    I have configured some url in af:inlineFrame component .
    This url is pointing to a webapplication which is hosted on different server .
    If i want to know all the activity what is happening insde inlineframe component which event i need to handle .
    I show all metadata of af:inlineframe component i dint find it handle any event .
    Please let me know how could it possible .
    Thanks ,
    Arun.

    Hi Sireesha,
    I have configured http://google.com as a source of inline frame component .
    Now google.com is rendered inside the inlineframe component .
    Whenever i will do some serach or click on the link appearing after searing something in google or someother activity .
    i want to intercept all the actions in my bean .
    Please let me know if above explanation is not clear .
    Thanks,
    Arun.

  • Set anchor yoffset value for inline frame

    Hi everyone!,
    In my document having the one story and it contains the two inline frames.
    then set the anchor yoffset value for inline frame to -5 mm.
    my coding is given by below, what's wrong in my code.
    Please tell me.
    tell application "Adobe InDesign CC 2014"
        set ofset to -5
        tell active document
               tell story 1
            set anchor yoffset of anchored object settings of parent of item 1 of inline frame 1 to ofset
               end tell
          end tell
    end tell

    Hi
    This snippet works ...
    tell application "Adobe InDesign CC 2014"
        set ofset to -5
        tell active document
            tell story 1
                tell text frame 1
                    set anchor yoffset of anchored object settings to ofset
                end tell
            end tell
        end tell
    end tell

  • For a wesite I get this error in firefox, "Sorry, Netscape 4 cannot show inline frames", other browsers are able to open it.

    For a wesite I get this error in firefox, "Sorry, Netscape 4 cannot show inline frames", other browsers are able to open it.

    I uninstalled all the old flash players and installed the flash player v16.0.0.235 from the Adobe website posted.
    And Firefox is still the same. It takes forever to web search, It takes a long time to get on Youtube, and a longer time now to open a video..
    It's actual worse since I upgraded to the newer flash player.
    I'll do one more fifefox reset (this is the 8th one in a week)
    and it works for a few hrs, and goes back to the slowww way of working...
    Many of my friends I talked to about this, told me to switch over to Chrome like they had to do..
    I guess that's the only alternative now..
    Thankyou all for your help and suggestions anyway.. :)

  • Inline frames

    i recently completed this site:
    http://www.colliervillehistoricsquare.com/history
    and, if you notice upon clicking on of the thumbnail images, you
    have to scroll back down to see the new image. Should I have used
    an inline frame for this? If so, how do I accomplish that?
    Thanks in advance,
    Brad

    Set it to use a size relative to the parent block element. You can use percents for that.

Maybe you are looking for

  • Problem logging on to the managed RAS using JBoss Seam

    <p>The app I am currently working on is using JBoss Seam.  The sample jsp files you guys created were excellent.  As a simple test I first tried to logon and export a report thru a different app using JSP and Tomcat and had no problems.   I then copi

  • Synching Blackberry and Address Book which  just works: impossible dream?

    I've got a Blackberry 8200g which synchs well with my office Lotus Notes setup. I'd like to be able to synch the office contacts book (but not email) with my home Mac's Address Book, with synching of Calendar a bonus, but not crucial. PocketMac Synch

  • Audio input problems

    Hi I tried playing in a recording from a Minidisc for editing on Adobe Audition - something I've done many times with Audition on other computers but never with this one. When I opened Audition I got the message:  'Adobe Default Windows Sound Driver.

  • Oracle ADF security integration with Oracle E-Business Suite SDK JAAS

    I have an Oracle ADF 11.1.2.2 application that is using ADF security for authentication and authorization. When we deploy this application to our JDeveloper integrated weblogic server, we utilize the security setting of "Custom" and use weblogic user

  • Does SQL Developer 3.1 support "Deploy Objects to cloud" ?

    Hi, in the document Using Oracle Database Cloud Service, Release 2012.5.31 E27038-01, The following statement is on page 4-3: To upload data ... (use) SQL Developer cart. Click Deploy Objects to Cloud" I do not see this option available. Is this a fu