Regions same height

Hi there,
I'm running apex 4.1 on a 11g database and i'm trying to put 2 regions side by side and i wan't to make them the same height.
I observed that each #REGION_POSITION# creates a table in the HTML of the page and each column set in the region creates a new <TD> tag.
Each region defined whitin the column is represented by some <DIV>s set un in the template.
The problem is that with this aproach i can't set my regions set in column 1 and column 2 to be the same height.
Does anybody know how i can achieve this thing?
My ideea was to create a new #REGION_POSITION# display point and set it so that each column in the region definition will create it's own <TD> on the same row, But i am unable to achieve thie because i can'f find how to create a new #REGION_POSITION# display point.
I've also tried to modify an existing display point, but i can't find anywhere how to modify the <TABLE> created by the region on the page.
Thank you.

Search the forum and you shall receive:
Same height for multiple regions: Region Height
regions side by side: side by side regions width problem
Thank you,
Tony Miller
Dallas, TX

Similar Messages

  • Multiple Report Regions with same height?

    Dear forum members,
    I have a page containing 4 report regions arranged in a 2x2 matrix. Each region should show 10 rows using pagination.
    And I want them to have same width and height.
    No problem to let them have the same width...
    But how may I tell my regions to have the same height (that is the same like showing 10 rows would be), even, if there is no data found by one of the source queries?
    Any comments welcome!
    Best regards,
    Johann

    Hi,
    You need to wrap your report in a DIV tag. I have done that here: [http://apex.oracle.com/pls/otn/f?p=267:28]
    In each region's Region Header setting, put:
    &lt;div style="height:200px"&gt;and in the Region Footer setting, put:
    &lt;/div&gt;Andy

  • How can i export a series of images in different aspect ratios to the same height

    How can i export a series of images in different aspect ratios to the same height?
    I wish to make a slider callery for my website. all the images need to be 750 Pixels high, the width does not matter.  I have a mixture of square pandscap and protraite images can i do thing as one export or do i have to do it twice?  Once for long edge and once for shot edge?
    Thanks

    Yes, you can but there is a trick to it.
    In the Export Dialog under <Image Sizing> select Widdth & Height.
    Then enter 750 pixels for Height.
    Put your cursor into the Width field behind all the numbers that appear there and with the backspace key delete the numbers. If you enter "0" it will not accept that. But it accepts when you just delete the field for Width with the backspace key. The Width field will now be just blank.
    When you then export all image will  have a height of 750 pixels and the width will fall variously according to thne height / width ratio.
    Or alternatively you can enter 7.5" for height at a resolution of 100 ppi.

  • Is there a way of aligning the images in iweb photoalbums other than have them be a square?I have them at same height and resolution but htere is a default that shrinks them and aligns them at the bottom.Thanks.

    Is there a way of aligning the images in iweb photoalbums other than have them be a square?I have them at same height and resolution but htere is a default that shrinks them and aligns them at the bottom.Thanks.

    So how did you do it?
    by understand what iweb widgets do, in this case setting gridEntry widget's scalMode preference from fill to fit.
    then reset the displayed image, so it fits in the display area even if it's portrait aspect.
    however, i found some glitches in gridEntry widget that's quite strange... but all fix-able.
    perhaps, iweb experts (whose had poked at my example) here can chime in.

  • Photo Elements 12, Mac OS X 10.9.5, Trying to combine two images side by side, same height.  Get this message: "Panorama could not be created as some images could not be automatically aligned". Tried with several different images, same height each combo

    Photo Elements 12, Mac OS X 10.9.5, Trying to combine two images side by side, same height.  Get this message: "Panorama could not be created as some images could not be automatically aligned". Tried with several different images, same height each combo

    One does not "see" the images when selecting;  You just select two file names, click OK, PhotoShop does the rest, and comes back with same message.

  • Columns with same height in a repeating frame

    Hi!, In Report Builder I have a report with a repeating frame with three fields. Each field is a colum in frame. First field always have two lines and second and third only have one line. I want second and third fields have the same height as first, I want they expand but I don't Know How i Can do this. Any idea?

    Hallo Christian
    I could solve the problem as follows
    Repeating Frame
    inside 1st Frame for the visible/invisble trick including a trigger
    inside 2nd Frame for the fields
    Anchor from 2nd Frame to 1st Frame and another one from 1st Frame to the Repeating Frame
    => all frames and anchors vertical = variable

  • How do I have two side-by-side areas the same height (presumably using float)?

    If you take a look at these two pages on my website you should be able to see what I need to do.
    On this page http://staging-area-2.com/CraigClark.html the left-hand side sidebar needs to grow to be the same height as the pane on the right.
    On this page http://staging-area-2.com/index.html the pane on the right needs to grow to be the same height as the sidebar on the left.
    What do I need to do so that no matter what the size of the pane on the right, both the left-hand side sidebar and the right-hand side pane are the same height?

    Equal height CSS Columns
    http://alt-web.com/Articles/Equal-Height-CSS-Columns.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • [REQ] resizing multiple images for same height or width

    I often insert a lot of images in my indesign documents on a single page. I need to make them of the same height and then resize the image accordingly. I'm using cs6
    For example to align all the images horizontally in a neat way, I change the height manually [for e.g. 60mm] in its dimensions box. Is there a way to do it quickly? Eg. I select all the images and put their height 60mm and their height becomes as specified and they get resized accordingly?
    Same is the requirement of images for width.

    See my reply here: [REQ] fast performance of an exported pdf on slow pc

  • All fields same height in repeating frame

    Hi,
    If I have multiple fields inside a repeating frame and all fields and the frame are set to vertically expand, how can I force all fields to be the same height as the highest field so that everything looks equal in height even though there may be less text or no text in some fields?
    Thanks

    Hello!
    If you use expand property to all fields they can't be at same height.
    You mast set the property to fixed and set equal height to all fields on the canvas.

  • Button is with the same height is smaller than TF

    i set the button's height to 25 px and textfield's height to 25 px.
    during designing the page they looked like they have the same height. but in the browser the textfield is much higher!
    How could that be?

    Thank you for your response.
    Please note that I don't have the problem in my deployed application... it only occurs on my development machine during development while there is no IIS server involved.
    In Visual Studio 2012 while working on my Lightswitch application (which is connected to an external SQL database as the datasource), when I execute the application from within Visual Studio (click Start or press F5) and then add a row
    to a datagrid, that is when I get the error.  However, if I deploy the application to an IIS server and then execute it using Internet Explorer I do not get the error and the application runs fine.
    If it is true that the problem is related to the problem of case sensitivity then what would be causing it within the development environment itself prior to being deployed?  I understand that the url used to execute the program must use the same
    case as the program name... i.e.  if the program is deployed named MyProgram then when executing it you must use the same case 
    http://ServerName/MyProgram  not
    http://ServerName/myprogram  but that is not what is happening in my case.
    I am getting the error when executing directly within Visual Studio when clicking "Start"  or pressing F5 within the IDE.  Where do I look for that problem?
    Thanks 

  • PanelBoxes with the same height

    Hello,
    Anyone knows how to layout two panelBoxes horizontally and make them the same height (the height of the higher of them)?
    regards,
    kp

    Hi There
    Let me understand this first . Do you want the value in the the first and second columns with-in each repeated frame to to take up the same space?
    You could make using of the format trigger on the individual items and the srw.set_field_XXX built-ins.
    e.g. on the second column (c2) has something that will look similar to this:
    function F_c2Form return boolean is
    begin
    SRW.SET_FIELD_CHAR(0,rpad(:c2,greatest(length(:c1),length(:c2),) ));
    return (TRUE);
    end;
    And on the first column (c1) will have something look like the following:
    function F_c1Form return boolean is
    begin
    SRW.SET_FIELD_CHAR(0,rpad(:c1,greatest(length(:c1),length(:c2),) ));
    return (TRUE);
    end;
    Alternatively you could put the rpad value into the underlying statement.
    e.g.
    select rpad(to_char(sysdate),100) from dual
    Hope this helps
    Q

  • OBIEE 11G The same height dashboard section in the settings and different when displayed

    Hello!
    Please help me to understand with the sizes of sections. If I create a simple dashboard with one section 100x100 (Additional Formatting Options->Specific Size)  and is displayed correctly. But if I add another section below 50x50 then both sections will not be displayed correctly in height. What is the reason?
    http://yadi.sk/d/r6mcbzp7EfQQq - Design dashboard
    http://yadi.sk/d/wMjOKfiXEfQQy - Preview dashboard
    Oracle Business Intelligence Product Version 11.1.1.7.0 (Build 130303.2025 64-bit)

    Hi All,
    Regarding the above issue to update the analysis we came up that the user if assigned to the multiple group with the data filter applied on the same column of the table is getting an *"OR"* join.
    We had a requirement to get an "AND" in the query condition. Please let us know if any one faced the issue and the resolution of the same.
    Regards,
    Jyotshna

  • Row Calculation Line Height Issue: Not Same Height as Column Lines

    Hi,
    I am using BI 4.1 SP4 with Microsoft SQL Server 2012.
    When building calculations, I have noticed that the height of the line (in the rows section) is not the same as the line in the columns section. It is slightly larger. By the third calculation, it becomes very noticeable. I know that I can adjust the height and make it bigger, but I can not make is smaller.
    Please let me know how I can resolve this unalignment issue in the crosstab:
    Thank you,
    Michael

    Hi Michael,
    I'm afraid I can't say. This appears to be an IE10 rendering issue, rather than an SAP issue. I did some further testing and I don't see the problem in IE11 or Chrome but it is very apparent in IE10. I've included a screenshot from IE11 and as you can see the table is not misaligned.
    Regards,
    Philip

  • Help-help-help! IE7 footer & repeatable region container height

    Hi everyone, I am new here so sorry if I am repeating a topic discussed already.
    I have 2 problems from my template:
    1. My website looks fine in Safari, FF but IE7 footer floats upto a div halfway up the page then the content is behind it and continues to the bottom of the screen, am I missing a vital trick here (is it best to have a main container for all content and a footer container outside this main content?)
    2. If I put a div container around the 2 repeatable regions which are called ("main_content" and "sidebar") when I click the + on the editable region in the html page the outer container doesn't auto fit the height, how can I make outer container auto fit to how many repeatable regions I have clicked.
    Template source code is below and test web page with 5 repeatable regions is http://aegmotorhomes.co.uk/test.html
    I will take this time now to say thank you and to apologise for this dribble I may have wrote.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    #container {
    background-image: url(../MOTORHOME%20IMAGES/Top%20Nav/topbanner.jpg);
    background-repeat: repeat-x;
    #TOPSPACE {
    height: 5px;
    width: 910px;
    margin-right: auto;
    margin-left: auto;
    #search_container {
    height: 35px;
    width: 970px;
    #search {
    float: right;
    width: 250px;
    height: 25px;
    #top_links {
    height: 20px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    font-weight: lighter;
    font-style: normal;
    line-height: normal;
    #content {
    background-image: url(../MOTORHOME%20IMAGES/Top%20Nav/TOPIMAGE.jpg);
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    height: 266px;
    background-repeat: no-repeat;
    #navspacer {
    height: 22px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    #navbar {
    height: 28px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    #footer {
    background-image: url(../MOTORHOME%20IMAGES/Footer/Screen%20shot%202011-07-15%20at%2016.16.51.png);
    height: 350px;
    clear: both;
    position: relative;
    #nav_bootomspacer {
    height: 5px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    #tab_spacer {
    float: left;
    height: 28px;
    width: 15px;
    #spacer2 {
    height: 115px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    #main_content {
    float: left;
    height: auto;
    width: 715px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #397A7A;
    background-color: #FFF;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #387675;
    text-align: left;
    a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    a:link {
    color: #FFF;
    text-decoration: none;
    a:visited {
    color: #FFF;
    text-decoration: none;
    a:hover {
    color: #55B0B1;
    text-decoration: none;
    a:active {
    color: #FFF;
    text-decoration: none;
    font-size: small;
    #copyright_spacer {
    height: 10px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    #Copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    height: 20px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    #copy {
    height: 20px;
    width: 400px;
    float: left;
    #legal {
    width: 30px;
    float: right;
    height: 20px;
    #legal_space {
    float: right;
    width: 180px;
    height: 20px;
    #footer_details {
    height: 100px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    #footer_links {
    height: 145px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: thin;
    border-bottom-style: dotted;
    border-bottom-color: #333;
    #footer_links table colour {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    #bottom_link_spacer {
    height: 10px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    #copy_left_spacer {
    float: left;
    height: 20px;
    width: 20px;
    #bottom_contact {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    float: left;
    height: 110px;
    width: 200px;
    #logo_bottom {
    float: left;
    height: 110px;
    width: 175px;
    #footer_link_space {
    height: 30px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    #floatspace {
    clear: both;
    height: 20px;
    #clowe {
    float: right;
    height: 60px;
    width: 240px;
    #footlinks {
    float: left;
    height: 140px;
    width: 600px;
    #socialmedia {
    width: 210px;
    float: right;
    #socialspacer {
    float: right;
    height: 80px;
    width: 300px;
    #footlinks table medium {
    font-size: medium;
    #footlinks table tr td a {
    font-size: small;
    color: #CCC;
    #you_are_here {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #666;
    width: 930px;
    margin-right: auto;
    margin-left: auto;
    #youspacer {
    height: 15px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    .you_are_herecolour {
    color: #409EA0;
    font-weight: bold;
    .fillin {
    font-weight: bold;
    color: #387675;
    #sidebar {
    float: right;
    height: auto;
    width: 199px;
    padding-right: 20px;
    padding-left: 22px;
    background-image: url(../MOTORHOME%20IMAGES/Sidebar/sibar%20temp.jpg);
    background-repeat: no-repeat;
    #adverts {
    margin-bottom: 20px;
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <link href="../MOTORHOME IMAGES/CSS/Footer Links.css" rel="stylesheet" type="text/css" />
    </head>
    <body onload="MM_preloadImages('../MOTORHOME IMAGES/Tabs/2swift.jpg','../MOTORHOME IMAGES/Tabs/2escape.jpg','../MOTORHOME IMAGES/Tabs/2autocruise.jpg','../MOTORHOME IMAGES/Tabs/2used.jpg','../MOTORHOME IMAGES/Tabs/2service.jpg')">
    <div id="container">
    <div id="headwrap">
      <div id="content">
        <div id="TOPSPACE"></div>
        <div id="search_container">
          <div id="search">
            <script type="text/javascript">
    // Google Internal Site Search script- By JavaScriptKit.com (http://www.javascriptkit.com)
    // For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
    // This notice must stay intact for use
    //Enter domain of site to search.
    var domainroot="aegmotorhomes.co.uk"
    function Gsitesearch(curobj){
    curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
            </script>
            <form action="http://www.google.com/search" method="get" onSubmit="Gsitesearch(this)">
              <input name="q" type="hidden" />
              <input name="qfront" type="text" style="width: 150px" />
              <input type="submit" value="Search" />
            </form>
          </div>
        </div>
        <div id="top_links">
          <div align="right"><a href="http://www.aegmotorhomes.co.uk/">Home</a> | <a href="http://aegmotorhomes.co.uk/news.html">News</a> | <a href="http://aegmotorhomes.co.uk/offers.html">Offers</a> |<a href="http://aegmotorhomes.co.uk/brochures.html"> Brochures</a> | <a href="http://aegmotorhomes.co.uk/insurance.html">Insurance Repairs </a>| <a href="http://aegmotorhomes.co.uk/conversions.html">Conversions</a> | <a href="http://aegmotorhomes.co.uk/refurbishment.html">Refurbishment</a> | <a href="http://aegmotorhomes.co.uk/contact.html">Contact us |</a></div>
        </div>
        <div id="navspacer"></div>
        <div id="navbar">
          <div id="tab_spacer"></div>
          <a href="http://aegmotorhomes.co.uk/swift.html"><img src="../MOTORHOME IMAGES/Tabs/1swift.jpg" alt="Swift Motorhomes" name="swift" width="107" height="26" border="0" id="swift" onmouseover="MM_swapImage('swift','','../MOTORHOME IMAGES/Tabs/2swift.jpg',1)" onmouseout="MM_swapImgRestore()" /></a><a href="http://aegmotorhomes.co.uk/escape.html"><img src="../MOTORHOME IMAGES/Tabs/1escape.jpg" alt="escape motorhomes" name="escape" width="107" height="26" border="0" id="escape" onmouseover="MM_swapImage('escape','','../MOTORHOME IMAGES/Tabs/2escape.jpg',1)" onmouseout="MM_swapImgRestore()" /></a><a href="http://aegmotorhomes.co.uk/autocruise.html"><img src="../MOTORHOME IMAGES/Tabs/1autocruise.jpg" alt="autocruise motorhomes" name="autocruise" width="107" height="26" border="0" id="autocruise" onmouseover="MM_swapImage('autocruise','','../MOTORHOME IMAGES/Tabs/2autocruise.jpg',1)" onmouseout="MM_swapImgRestore()" /></a><a href="http://aegmotorhomes.co.uk/used.html"><img src="../MOTORHOME IMAGES/Tabs/1used.jpg" alt="used motorhomes" name="used" width="107" height="26" border="0" id="used" onmouseover="MM_swapImage('used','','../MOTORHOME IMAGES/Tabs/2used.jpg',1)" onmouseout="MM_swapImgRestore()" /></a><a href="http://aegmotorhomes.co.uk/service.html"><img src="../MOTORHOME IMAGES/Tabs/1service.jpg" alt="motorhome service" name="service" width="107" height="26" border="0" id="service" onmouseover="MM_swapImage('service','','../MOTORHOME IMAGES/Tabs/2service.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></div>
        <div id="youspacer"></div>
        <div id="you_are_here"><!-- TemplateBeginEditable name="You are here" -->You are here:<span class="fillin"> Fill in</span><!-- TemplateEndEditable --></div>
        <div id="spacer2"></div>
    <div id="main_content">
    <div id="Newstitle">AEG Motorhomes News &amp; Updates
      <div id="newstitletext"> AEG Motorhomes keeps you informed of all our latest offers and discounts on  Motorhome and Campervan New &amp; Used Sales, Service, Parts and Accessories. We will post all Motorhome events, Shows, model release dates and articles here. If you have any Motorhome news or articles you wish us to publish, please  call  our team on  01562 535 039 or alternatively you can email [email protected].</div>
    </div>
    <!-- TemplateBeginRepeat name="article" --><!-- TemplateBeginEditable name="Edit Article" -->
    <div id="Content_area">
      <div id="Content_head">head</div>
      <div id="content_text">text</div>
    </div>
    <!-- TemplateEndEditable --><!-- TemplateEndRepeat --></div>
        <div id="sidebar"><!-- TemplateBeginRepeat name="sidebar1" --><!-- TemplateBeginEditable name="sidebaredit" -->
          <div id="adverts">
            <p> </p>
          </div>
        <!-- TemplateEndEditable --><!-- TemplateEndRepeat --></div>
        <div id="lowerspacer"></div>
      </div>
    </div>
    <div id="content_space_bottom"></div>
    <div id="floatspace"></div>
    <div id="footer">
      <div id="copyright_spacer"></div>
      <div id="Copyright">
        <div id="copy_left_spacer"></div>
        <div id="copy"> © 2011 All Electric GaragesMotorhomes. All Rights Reserved</div>
        <div id="legal"></div>
        <div id="legal_space"><a href="http://aegmotorhomes.co.uk/accessibility.html">Accessibility</a> | <a href="http://aegmotorhomes.co.uk/privacy.html">Privacy</a> | <a href="http://aegmotorhomes.co.uk/legal.html">Legal</a></div>
      </div>
      <div id="bottom_link_spacer"></div>
      <div id="footer_links">
        <div id="footlinks">
          <table width="100%" border="0" cellspacing="5">
            <tr>
              <td width="5"> </td>
              <td><a href="http://aegmotorhomes.co.uk/swift.html">Swift</a></td>
              <td><a href="http://aegmotorhomes.co.uk">Home</a></td>
              <td><a href="http://aegmotorhomes.co.uk/conversions.html">Conversions</a></td>
            </tr>
            <tr>
              <td width="5"> </td>
              <td><a href="http://aegmotorhomes.co.uk/escape.html">Escape</a></td>
              <td><a href="http://aegmotorhomes.co.uk/news.html">News</a></td>
              <td><a href="http://aegmotorhomes.co.uk/refurbishment.html">Refurbishment</a></td>
            </tr>
            <tr>
              <td width="5"> </td>
              <td><a href="http://aegmotorhomes.co.uk/autocruise.html">Autocruise</a></td>
              <td><a href="http://aegmotorhomes.co.uk/offers.html">Offers</a></td>
              <td><a href="http://aegmotorhomes.co.uk/service.html">Service</a></td>
            </tr>
            <tr>
              <td width="5"> </td>
              <td><a href="http://aegmotorhomes.co.uk/used.html">Used</a></td>
              <td><a href="http://aegmotorhomes.co.uk/brochures.html">Brochures</a></td>
              <td><a href="http://aegmotorhomes.co.uk/sitemap.html">Site map</a></td>
            </tr>
            <tr>
              <td width="5" height="20"> </td>
              <td><a href="http://aegmotorhomes.co.uk/trailertents.html">Trailer Tents</a></td>
              <td><a href="http://aegmotorhomes.co.uk/insurance.html">Insurance</a></td>
              <td><a href="http://aegmotorhomes.co.uk/contact.html">Contact us</a></td>
            </tr>
          </table>
        </div>
        <div id="socialspacer"></div>
        <div id="socialmedia"><a href="http://www.facebook.com/pages/All-Electric-Garages-Group/112905889042"><img src="../MOTORHOME IMAGES/Footer/facebook.jpg" alt="" name="facebook" width="40" height="40" border="0" id="facebook" /></a> <a href="http://twitter.com/#!/allelectricplc"><img src="../MOTORHOME IMAGES/Footer/twitter.jpg" alt="" name="twitter" width="40" height="40" border="0" id="twitter" /></a> <a href="http://www.youtube.com/user/allelectricgarages"><img src="../MOTORHOME IMAGES/Footer/youtube.jpg" alt="" name="youtube" width="40" height="40" border="0" id="youtube" /></a> <a href="http://allelectricgaragesplc.blogspot.com/"><img src="../MOTORHOME IMAGES/Footer/blogger.jpg" alt="" name="blogger" width="40" height="40" border="0" id="blogger" /></a></div>
      </div>
      <div id="footer_link_space"></div>
      <div id="footer_details">
        <div id="bottom_logos">
          <div id="logo_bottom"><a href="http://aegmotorhomes.co.uk"><img src="../MOTORHOME IMAGES/Footer/3logosfootersquarenew.jpg" alt="Aeg Motorhome Logos" name="motorhomelogos" width="144" height="94" border="0" id="motorhomelogos" /></a></div>
          <div id="bottom_contact">All Electric Garages Motorhomes<br />
            Churchfields<br />
            Worcestershire<br />
            DY102JL<br />
            Tel: 01562 535 039<br />
            Email: [email protected]</div>
          <div id="clowe"><a href="http://aegmotorhomes.co.uk"><img src="../MOTORHOME IMAGES/Footer/Aeg Logodesigned blk.jpg" alt="Designed by CLowe" name="clowe" width="217" height="54" border="0" id="clowe2" /></a></div>
        </div>
      </div>
    </div>
    </body>
    </html>

    You are posting to the wrong forum. For html/css layout issues try posting to the Dreamweaver forum.

  • Two swing tables row doesn't have same height-urgent

    Hi,
    i have two tables inside two different panels.The tables row size is not same.private javax.swing.JPanel getJPanel3() {
         if (ivjJPanel3 == null) {
              try {
                        ivjJPanel3 = new javax.swing.JPanel();
                        ivjJPanel3.setName("JPanel3");
                        ivjJPanel3.setBorder(new javax.swing.border.EtchedBorder());
                        ivjJPanel3.setLayout(new java.awt.BorderLayout());
                        ivjJPanel3.setBackground(new java.awt.Color(220,222,248));
                        ivjJPanel3.setBounds(580, 24, 215, 319);
                        ivjJPanel4 = new javax.swing.JPanel( new BorderLayout());
                        ivjJPanel4.setBackground(new java.awt.Color(220,222,248));
                        ivjJLabel13 = new JLabel("Enter Attendees", JLabel.CENTER);
                        ivjJPanel4.add( ivjJLabel13, BorderLayout.NORTH );
                        ivjJPanel5 = new javax.swing.JPanel( new BorderLayout());
                        ivjJPanel5.setBackground(new java.awt.Color(220,222,248));
                        ivjJLabel14 = new JLabel("First Name");
                        ivjJPanel5.add( ivjJLabel14, BorderLayout.WEST );
                        ivjJTextField17 = new javax.swing.JTextField();
                        ivjJPanel5.add( ivjJTextField17, BorderLayout.CENTER );
                        ivjJPanel4.add(ivjJPanel5, BorderLayout.CENTER);
                        ivjJPanel6 = new javax.swing.JPanel( new BorderLayout());
                        ivjJPanel6.setBackground(new java.awt.Color(220,222,248));
                        ivjJLabel15 = new JLabel("Last Name");
                        ivjJPanel6.add( ivjJLabel15, BorderLayout.WEST );
                        ivjJTextField18 = new javax.swing.JTextField();
                        ivjJPanel6.add( ivjJTextField18, BorderLayout.CENTER );
                        ivjJPanel4.add(ivjJPanel6, BorderLayout.SOUTH);
                        getJPanel3().add( ivjJPanel4, BorderLayout.NORTH );
                        String[] columnNames = {"First Name", "Last Name"};
                        tableModel = new DefaultTableModel( columnNames, 0 ){
                             public boolean isCellEditable(int row, int column)
                                 return false;
                        ivjJTable = new JTable( tableModel );
                        ivjJTable.setRowSelectionAllowed(true);
                        ivjJTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
                        ivjJScrollPane = new JScrollPane( ivjJTable );
                        getJPanel3().add( ivjJScrollPane, BorderLayout.CENTER );
                        ivjJPanel7 = new javax.swing.JPanel();
                        ivjJPanel7.setLayout( new java.awt.BorderLayout());
                        ivjJButton4 = getJButton4();
                        ivjJPanel7.add( ivjJButton4, BorderLayout.WEST);
                        ivjJButton5 = getJButton5();
                        ivjJPanel7.add( ivjJButton5, BorderLayout.EAST );
                        getJPanel3().add(ivjJPanel7, BorderLayout.SOUTH );
                   } catch (java.lang.Throwable ivjExc) {
                   // user code begin {2}
                   // user code end
                   handleException(ivjExc);
              return ivjJPanel3;
    * Return the JPanel3 property value.
    * @return javax.swing.JPanel
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private javax.swing.JPanel getJPanel43() {
         if (ivjJPanel43 == null) {
              try {
                                    ivjJPanel43 = new javax.swing.JPanel();
                                    ivjJPanel43.setName("JPanel4");
                        ivjJPanel43.setBorder(new javax.swing.border.EtchedBorder());
                        ivjJPanel43.setLayout(new java.awt.BorderLayout());
                        ivjJPanel43.setBackground(new java.awt.Color(220,215,222,248));
                        ivjJPanel43.setBounds(796, 24, 260,296);
                        ivjJPanel4t = new javax.swing.JPanel( new BorderLayout());
         ivjJPanel4t.setBackground(new java.awt.Color(220,222,248));
                                            ivjJLabel13t = new JLabel("Enter Firm", JLabel.CENTER);
                                            ivjJPanel4t.add( ivjJLabel13t, BorderLayout.NORTH );
                                            ivjJPanel5t = new javax.swing.JPanel( new BorderLayout());
                                            ivjJPanel5t.setBackground(new java.awt.Color(220,222,248));
                                            ivjJLabel14t = new JLabel("Firm  ");
                                            ivjJPanel5t.add( ivjJLabel14t, BorderLayout.WEST );
                                            // ivjJTextField17t = new javax.swing.JTextField();
                                            ivjJPanel5t.add( getJComboBox30(), BorderLayout.CENTER );
                                            ivjJPanel4t.add(ivjJPanel5t, BorderLayout.CENTER);
                                            ivjJPanel6t = new javax.swing.JPanel( new BorderLayout());
                                            ivjJPanel6t.setBackground(new java.awt.Color(220,222,248));
                                            ivjJLabel15t = new JLabel("         ");
                                            ivjJPanel6t.add( ivjJLabel15t, BorderLayout.WEST );
                                            ivjJTextField30 = new javax.swing.JTextField();
                                            ivjJPanel6t.add( ivjJTextField30, BorderLayout.CENTER );
                                            ivjJPanel4t.add(ivjJPanel6t, BorderLayout.SOUTH);
                                            getJPanel43().add( ivjJPanel4t, BorderLayout.NORTH );
                                    String[] columnNames1 = {"Firm Name"};
                        tableModel1 = new DefaultTableModel( columnNames1, 0 ){
                             public boolean isCellEditable(int row, int column)
                                 return false;
                        ivjJTable1 = new JTable( tableModel1 );
                        ivjJTable1.setRowSelectionAllowed(true);
                                    ivjJTable1.setSelectionModel(ivjJTable.getSelectionModel());
                                    ivjJTable1.changeSelection(ivjJTable.getSelectedRow(),0,false,false);
                        ivjJScrollPane1 = new JScrollPane( ivjJTable1 );
                        ivjJPanel43.add( ivjJScrollPane1, BorderLayout.CENTER);
                                    setVisible(true);
               catch (java.lang.Throwable ivjExc) {
                   // user code begin {2}
                   // user code end
                   handleException(ivjExc);
              return ivjJPanel43;
    }

    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.

Maybe you are looking for

  • How can I draw on a map in Pages?

    I am trying to draw a map of the Old Testament in Pages. Frankly, it is very frustrating. I first of all drew an outline map and scanned it into Pages. Can you not use Pages to draw? Is there a "draw" template somewhere? Is there another piece of sof

  • When trying to download itunes to my computer windowns... i get an error message saying HResult:ox800736fd

    i need i tunes to conect to my apple air but i can not download itunes on to my computer

  • ITunes won't launch in Windows 8

    Recently bought a new laptop which came with Windows 8. I cannot get iTunes 11 to launch in Windows 8. Whenever I launch it, I simply get a completely white screen and Windows Task Manager reports it as "Not Responding." I have attempted to "Repair"

  • Incoming main wrong name

    This is the problem: my incoming mail has someone else's name on it. If I click the drop down, it has my address. The name is someone I know, they are in my address book with their own email address. I can't figure out how to fix it.

  • If ESB routing rules supports XSLT2.0 ?

    If routing rules supports XSLT2.0 ? Especially xsl:character-map. Ja have problem with transform document with opaque schema to opaque schema changing characters ( sometimes one char to many chars ). If this possible? Any other solutions?