Expanding box issue I.E. 6

Hi, Can anyone tell me how to fix expanding box issues in I.E. 6. When viewed in I.E. 6 The text in my main content area expands causing the box to expand and jump down to the bottom of the page. Does anyone have a hack for this? Thanks
My link is http://www.innervisionfilms.tv
My CSS code for the page is
<!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>Welcome to Innervision Films Royalty Free Stock Footage, post production, motion graphics and photography gallery</title>
<style type="text/css">
<!--
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
body  {
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
.twoColFixRtHdr #container {
    width: 780px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #66CCFF;
    text-align: left; /* this overrides the text-align: center on the body element. */
    background-color: #000000;
.twoColFixRtHdr #header {
    padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    background-color: #000000;
    font-size: 1px;
.twoColFixRtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
.twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 250px;
    background-color: #000000;
    font-family: Verdana;
    font-size: 1px;
    color: #66CCFF;
    background-image: none;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #66CCFF;
    border-right-color: #66CCFF;
    border-bottom-color: #66CCFF;
    border-left-color: #66CCFF;
.twoColFixRtHdr #mainContent {
    background-color: #000000;
    font-family: Verdana;
    font-size: 11px;
    color: #66CCFF;
    margin-top: 0;
    margin-right: 250px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 15px;
.twoColFixRtHdr #footer {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background-color: #000000;
.twoColFixRtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
-->
</style>
<!--[if IE 5]>
<style type="text/css">
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 0px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

Johns right, I would not worry too much about IE6 but if it is a necessity a couple of minor css amends will get it working in that browser.
Add to your .twoColFixRtHdr #mainContent css
float: right;
width: 494;
And then comment out /* */ the below also in the .twoColFixRtHdr #mainContent css
/* margin-right: 250px; */

Similar Messages

  • Spry Vertical Submenu - Expanding Box Problem, white background

    Hello everyone. I've recently incorporated a Spry Vertical Menu on my site for the first  time and I'm experiencing problems with the submenu in IE7. (Things look  fine in FF, Safari, and Opera.) A white box appears behind the text area  (the "bios" and "contact us" links).  And....In IE6 the entire menu bar becomes a horizontal mess.
    I've come to learn that this is called an Expanding Box Problem but I  don't know how to fix it. Perhaps this is seperate issue from the white panel issue altogether. I dunno. Can anyone be of assistance? I've been trying  to solve this problem for days.
    http://www.exposedproductionsnyc.com
    Below is the CSS:
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: 8em;
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 31.5px;
        background-color: #000;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 160px;
        background-color: #000;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
        margin: -5% 0 0 95%;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        left: -1000em;
        top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
        left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
        width: 100px;
        padding-left: 29px;
        padding-top: 3px;
        margin-top: 1px;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    /* Submenu containers have borders on all sides */
    /*ul.MenuBarVertical ul
        border: 1px none #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        background-color: #000;
        padding: 0.5em 0em;
        color: #FFF;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        background-color: #000;
        color: #6CC3D7;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
        background-color: #000;
        color: #6CC3D7;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: transparent;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: transparent;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
        display: inline;
        f\loat: left;

    Long answer =  z-index
    http://www.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/
    Nancy O.

  • Expanding Box Problem

    I have been working all morning to add a horizontal spry menu
    bar to the menu_bar section of the Mother Earth Template (
    http://www.webshapes.org/template/details/id/200702247034127204)
    from Webshapes (
    http://www.webshapes.org/)
    Anyway, I had to do some crazy positioning to get the
    submenus to lign up with the menus and now the submenus will not
    display in IE because of an 'expanding box problem' All of the
    problems are associated with either my "ul.MenuBarHorizontal ul" or
    my "ul.MenuBarHorizontal ul ul"
    Can anyone help me with this? I am a beginner with
    Dreamweaver and have been having a lot of troubles with it.
    Thanks.

    Hello Tom, Is it a template related error message?
    I would suggest you to use percentages when setting the width
    and height values.

  • Credits & lock box issues in SAP XI

    Hi All,
    what is the credits & lock box issues in SAP XI....? can any body explain me in detail and how to solve all these credits and lockbox issues...
    Thanks
    Sudheer

    Sudheer,
    I dont think you have any issues with these files. These files are sent to the Bank. Just google for help on these files. If you are expecting in detail explanation then I think you should give us few inputs.
    Regards,
    ---Satish

  • Expanding box problem in some browsers

    My bottom three dividers are having an expanding box problem in some browers. Any idea how to fix? This is my first website and I am clueless.....
    www.privateinsurancebrokers.com
    Source Code:
    V <div id="container">
        <div id="main_image"><img src="Images/ThreeArch.jpg" width="960" height="400" alt="Kenneth G. Harris Insurance Agency" /></div>
        <div id="left_colum">
            <strong><a href="employeebenefits.html"><img src="Images/Website_EmployeeBenefits.jpg" width="310" height="127" alt="Employee Benefits Orange County" /></a>Employee Benefits
          </strong><br />
          Since 1972, Kenneth G. Harris Insurance Agency has advocated for our clients in the process of securing the highest value employee benefit program. <a href="employeebenefits.html" target="_new">Learn More»</a> </div>
        <div id="center_column"><strong><a href="HealthInsurance.html"><img src="Images/Family and Individual Insurance.jpg" alt="Family and Individual Insurance Services" width="310" height="127" align="top" /></a>Individual & Family Insurance Services
        </strong>Kenneth G. Harris Insurance Agency will work with our insurance and financial partners to assist you with all aspects of your personal insurance needs. <a href="individualinsurance.html" target="_new">Learn More»</a></div>
        <div id="right_column"><a href="news.html"><img src="Images/blog.jpg" width="310" height="127" alt="Health and Life Insurance News Orange County" /></a>
          <strong>Information</strong> <br />
    Keep up-to-date with the latest employee benefits and private insurance news. Let us serve as your resource for health care  reform news and<a href="article2.html" title="Kenneth G. Harris Insurance Agency Group Health and Individual Insurance" target="_new"> more»</a></div>
    </div>

    Your CSS Layout has a provision for clearing floats but I don't see it in your HTML markup.
    Insert a float clearing <br> <p> or <hr> right above your footer division like so:
    <hr class="clearfloat" />
      <div class="footer">
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Rich Text Box Issue - Expand to show all Text

    Hi everyone
    I'm having a pretty frustrating issue with the rich text box when viewing a line item (not when editing the item, but viewing the item)
    I want my rich text box to expand with the text, which I have changed in the options on InfoPath with the "Expand to show all text" scrolling option. However, in IE, the table row will expand, but the actual rich text box will not and I'll have
    a scroll bar there and you cant see all of the text at one time. If I look in Chrome, then it works the way I want and I can see all of the lines of text that were entered into the rich text box.
    The only solution for IE to work correctly is to change the Display settings to "Enable enhanced rich text content...". But the big issue with that is now you can no longer highlight the text (the highlight disappears right after highlighting it),
    and the users will need to copy text from the text box, so it renders the "enhanced" rich text box useless for us
    It's kind of a lose-lose situation that I'd love to find the solution for

    I guess a better solution would be how can you highlight text from an enhanced rich text box, because changing these to "rich text box" gets rid of font colors in the pre-existing data.
    The original problem was that they couldn't highlight text unless they went into edit mode

  • New Look BT Vision box - issues or no issues

    (CL's/Mods/Admin - Please keep this thread separate)
    If you are having any issues or indeed no issues, could you please add to this thread. Thanks.
    If it is an issue with upgrading, then refer to this link - Problems installing the New Look BT Vision software update
    To find the information needed -
    Click the BT Vision button on your remote
    Scroll down (4 times) to Help & Settings, scroll right (once), then down (2 button presses or until the settings page is displayed), scroll to the System Information tab and press Select
    for example, LesC's and mine are currently:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    Bootloader 2.4.0 | Pace_DiT7831_05_2B
    Firepool's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    BootLoader 2.5.0 | Pace_Dit7431_05_2
    borris12's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    BootLoader 2.5.0 | Pace_DiT7832_05_2B
    StuartRogerson's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    BootLoader 2.3.0 | Pace_DiT7831_05
    DonDino's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    Bootloader 2.5.0 | Pace_DiT7431_05_2
    PottyPerson's:
    Middleware Version Number: 4.64.9 rev 1 256 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    Bootloader 2.5.0 | Pace_DiT7431_05_1
    AQ's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    BootLoader 2.3.0 | Pace_DiT7831_05_2
    PaulC's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    Bootloader 2.5.0 | Pace_DiT7431_05_2
    Timrowlands:
    Middleware Version Number 4.64.9 rev. 1 256 Build 228901 Dec 6 2012
    Application Version Number:  2.37.27 1211301730
    Bootloader 2.5.0 | Pace_DiT7431_05_1
    RobbieF's:
    Middleware Version Number 4.64.9 rev.1 512 Build228900 Dec 6 2012
    Application Version Number:  2.37.27 1211301730
    Bootloader 2.5.0 | Pace_DiT7431_05_3
    So far:
    Pace_DiT7431_05_1
    PP (no issues)
    Tim (issues see his post below)
    Pace_DiT7431_05_2
    firepool (no issues)
    DonDino (random reboot every 2 weeks(ish))
    PaulC (no issues)
    Pace_DiT7431_05_3
    Robbie (no issues)
    Pace_DiT7831_05
    Stu (no issues)
    Pace_DiT7831_05_2
    AQ (no issues)
    Pace_DiT7831_05_2B
    DS (random reboots and remote issue)
    LesC (box switching off, black screen on Sky Sports channels, unresponsive remote, occasional missed recordings)
    Pace_DiT7832_05_2B
    borris12 (unknown issues)
    -+-No longer a forum member-+-

    Hi everyone, I have been following this forum for a long time now but not posted previously.
    2.5.0 Pace_DiT7431_05_1
    Random reboots about twice a week.
    Freeview randomly switches to menu view with a red banner warning that there is no broadband. This banner is only on for a few seconds. This has only started during the last software update.
    Samsung TV will now not recognise the HDMI output without toggling through the AV inputs. Prior to the last couple of software updates you could get round this by switching the vision box on prior to the TV. On the classic software it didn't matter what was switched on first, I could immediately view vision through HDMI. (I'd be interested if anyone else is experiencing this or whether it is just a shortcoming with my TV)

  • VMS new install - IP box issues

    Installed my VMS and 2 IP boxes without issue.  However, I am now seeing a problem between the IP boxes.  I only have the 3 total units.  While watching a channel on IP1, if I put the same channel on IP2, IP1 freezes, as if it were paused.
    To correct the problem, I need to turn off IP2 then change the channel on IP1 to something different and then return to the original channel.  Anyone else seeing this?  We have to be able to watch the same channel on multiple TVs...

    I did a bit of Googling after I've been working this issue for several hours straight, and it seems I have the dreaded "NF3 vs 6800" issue.
    I have flashed the BIOS to clock the BFG 6800GT OC back down to 350/1000 and even went so far to push it back to 345/1000.  I have turned fastwrites off, the hidden ATI/NV setting in the BIOS is turned off, I tried pushing the voltage to the card up to 1.6 and used NiBitor and RivaTuner to try and force the 2d/3d times to be the same. 
    Nothing worked.  I'm still getting annoying "RGB pixilation" as well as periodic UI freezes for half a second.  Called BFG and they said they knew of no issues, and after doing a bit of searching on this board, it seems to be an NForce vs. 6800 problem.
    Has anyone got any other ideas before I go over to the darkside and purchase a VIA board?

  • Crystal Report dialog box issues

    I am very new at .NET, and this is my second post to this forum.
    I've created a Crystal Report within a project using Visual Studio 2005 Professional Edition, on a Windows XP machine.
    The report is handled by a CrystalReportViewer, which has its ReportSource set to the report.
    Via a dialog box, the report asks for a signon and password for a SQL Server database.  Then, via a second dialog box, it prompts for a parameter required by the report.
    All of this works ok, but I have two issues:
    1) I would like to set the database signon and password so that the user doesn't have to enter them each time he runs the report.
    2) If the Cancel button is clicked on any of the dialog boxes, it renders the report unusable until I shut down the application and reopen it.
    I have looked online for two days, but have not been able to find a solution to these above problems.  It is probably simple, but I'm not seeing it.
    I am attaching the relevant code for the button that runs the report.
        Private Sub cmdChecks_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdChecks.Click
                CrystalReportViewer2.DisplayToolbar = True
                CrystalReportViewer2.Visible = True
                CrystalReportViewer2.Height = 600
                CrystalReportViewer2.Width = 1000
                CrystalReportViewer2.Left = 10
        End Sub
    Can anybody help me with this?
    Thank you!

    Hi,
    I would like you to know the code of the logon based on the object models-
    If you are using the ConnectionInfo then use the below code:-
    //For web application
    ConnectionInfo crConnection = new ConnectionInfo();
    // Connection Information
    crConnection.ServerName="D-2818-W2K";
    crConnection.DatabaseName="Northwind";
    crConnection.UserID="sa";
    crConnection.Password="sa";
    crReport.Load(Server.MapPath("CrystalReport1.rpt"));
    Tables crTables=crReport.Database.Tables;
    foreach(CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
              TableLogOnInfo crTLOI = crTable.LogOnInfo;
              crTLOI.ConnectionInfo=crConnection;
              crTable.ApplyLogOnInfo(crTLOI);
              crTable.Location=crTable.Location;// for multiple table selection
    CrystalReportViewer1.ReportSource=crReport;
    ====================================================================================
    //For desktop application
    ConnectionInfo crConnection = new ConnectionInfo();
    // Connection Information
    crConnection.ServerName="D-2818-W2K";
    crConnection.DatabaseName="Northwind";
    crConnection.UserID="sa";
    crConnection.Password="sa";
    crReport.Load(Application.StartupPath + "//CrystalReport1.rpt");
    Tables crTables=crReport.Database.Tables;
    foreach(CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
              TableLogOnInfo crTLOI = crTable.LogOnInfo;
              crTLOI.ConnectionInfo=crConnection;
              crTable.ApplyLogOnInfo(crTLOI);
              crTable.Location=crTable.Location;// for multiple table selection
    CrystalReportViewer1.ReportSource=crReport;
    =====================================================================================
    If using ReportDocument object model
    //For web application
    ReportDocument crReport= new ReportDocument();
    crReport.Load(Server.MapPath("CrystalReport1.rpt"));
    crReport.SetDatabaseLogon("sa","sa");
    CrystalReportViewer1.ReportSource =crReport;
    =====================================================================================
    //For desktop application
    ReportDocument crReport= new ReportDocument();
    crReport.Load(Application.StartupPath + "//CrystalReport1.rpt");
    crReport.SetDatabaseLogon("sa","sa");
    CrystalReportViewer1.ReportSource =crReport;
    To download sample code click [here|https://boc.sdn.sap.com/codesamples].
    You can also take help from [Dev library|https://www.sdn.sap.com/irj/boc/sdklibrary]
    Hope this helps!!
    Regards
    Amit

  • CREATION OF INFOTYPE _ LIST BOX ISSUE

    Hi all,
    I am creating a custom infotype through pm01. I want to use say 10 list boxes in this infotype where the values should come from different fields of a data table. I am using vrm_set_values for this.
    I am passing values through an internal table. The issue is  - how to go about passing different field values to different list boxes. should i create separate subroutines for each list box or should I catch the ok code values for each of the listbox click? or is there any other way to do it?
    Please suggest.
    Thanks
    Ribhu

    Hi ribhu,
    1. OK Code does not come into picture.
    2. For all those 10 list boxes,
       we have to populate them,
       inside the PBO.
    3.
    call function 'VRM_SET_VALUES'
           exporting
                id     = combo_id
                values = items.
         exceptions
              id_illegal_name = 1
              others          = 2.
    Where COMBO_ID will be the name of your list box.
    regards,
    amit m.

  • Save As Dialogue Box Issues

    Hi,
    I am trying to save an .AI file. Upon clicking "save as" under "File" the dialogue window pops up, I select the file name and file type (.AI) I wish to save as, and then I click "Save". After clicking "Save" nothing happens. The dialogue box remains, and nothing on the screen changes. It is as if I never clicked "Save". The same exact thing happens when I try to save as a PDF or ANY other file type. Has anyone ever experienced a problem like this? Is there anything I can do to mitigate the issue?

    The issue has fixed itself (to a degree). The files are too large for the program to keep up with, so I have to wait a few minutes for AI to catch up. Then I can click save. But clicking save twice has never been a typical procedure for any of my files. Moving forward, I am reducing the resolution of the photos I am working with, and it seems to be running much smoother now. Thank you!

  • Text Box issue - displays XML tag instead of the value in EBS

    I need to use a textbox (or a autoshape with text) to place a data element in a specific position on the page in an RTF template. I tried using tables and it didn't help. This layout needs some elements to be placed at specific location and using an autoshape or a text box is easy. When I preview the pdf output on my desktop, it works fine. Once I upload the template into EBS XML Publisher, the value in the text box shows up as an XML Tag instead of the value in that tag. The same XML data when loaded and previewed locally shows the data instead of the tag.
    Any thoughts on this? Is there a patch or something we might need for this in EBS?
    Thanks,
    Vinay

    Thanks Tim for the quick response.
    Yes - the versions are same. Also, I tried giving the complete path. The issue is that it is not even reading the text in the text box as an XML tag. It seems to think the whole text box is an object and hence just display that text as is. If it was reading and not able to resolve it, I guess it would have displayed blank (and not the tag as is). Again as I mentioned it works fine in local preview on my machine.

  • Reg : Box issue in sap script

    Hi Guru's,
    I have got requirement to show 2 boxes in main window so initially i wrote the BOX command in maindow and it was working fine for first page when it goes to more than one page box was not displaying in the output so that i reallized when it goes to every page we needs to trigger box command which is difficult for me in some cases so we decided to create one more window with same size of main window and done the coding for creation of boxes and it is working expect one requirement.
    I need to put one more line inside the maindow ( these line will be adjusted based on the data) bcz it is dynamic so i cant out it in normal window so i have put it in main window it was coming perfect when you are looked in print preview but when im talking print out it is not coming.? Seems like it overlapping but i dont know how to resolve this issue
    Could you please suggest me how to procced further?
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Aug 18, 2011 1:36 PM

    What is the format defined in your sapscript.
    Is it Portrait or Lanscape.
    This you can see in BASIC Settings of a form in SE71.
    Cheers.

  • Box issue in sap script

    Hi Guru's,
    I have got requirement to show 2 boxes in main window so initially i wrote the BOX command in maindow and it was working fine for first page when it goes to more than one page box was not displaying in the output so that i reallized when it goes to every page we needs to trigger box command which is difficult for me in some cases so we decided to create one more window with same size of main window and done the coding for creation of boxes and it is working expect one requirement.
    I need to put one more line inside the maindow ( these line will be adjusted based on the data) bcz it is dynamic so i cant out it in normal window so i have put it in main window it was coming perfect when you are looked in print preview but when im talking print out it is not coming.? Seems like it overlapping but i dont know how to resolve this issue
    Could you please suggest me how to procced further?
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Aug 18, 2011 1:36 PM

    Hi Guru's,
    I have got requirement to show 2 boxes in main window so initially i wrote the BOX command in maindow and it was working fine for first page when it goes to more than one page box was not displaying in the output so that i reallized when it goes to every page we needs to trigger box command which is difficult for me in some cases so we decided to create one more window with same size of main window and done the coding for creation of boxes and it is working expect one requirement.
    I need to put one more line inside the maindow ( these line will be adjusted based on the data) bcz it is dynamic so i cant out it in normal window so i have put it in main window it was coming perfect when you are looked in print preview but when im talking print out it is not coming.? Seems like it overlapping but i dont know how to resolve this issue
    Could you please suggest me how to procced further?
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Aug 18, 2011 1:36 PM

  • Bounding box issue - In design CS6

    I keep having problems with page content disappearing and then the "unable to set bounding box" alert popping up when I try to remedy.
    This is a 600+ page user manual with 100s of screenshots. I have a fair amount of page breaks in the doc, and the issue seems to be related to this (although I am not sure). Can anyone please give me some advice on this? Thank you!

    TechWriter_ID wrote:
    Already did today’s CS6 update – no change
    @TechWriter_ID – I'm a little confused…
    What exact update do you refer to?
    CS6? CC? So how is your exact version number?
    My exact version for CS6 is: CS6(8.0.2.413) and I had no update notification today…
    German version on OSX 10.7.5.
    Uwe

Maybe you are looking for

  • How to Show String Error Message in SAP status bar?

    Hello All, I am doing some custom check in SBO_SP_TransactionNotification and Setting    SET @error = -1    SET @error_message='Duplicate Web Order ID'    select @error,  @error_message  But in SAP interface it is only showing -1 in status bar, I cou

  • Java.rmi.ServerException: Missing port information

    when i call the service ,i got the error: run-test-client: [java] java.rmi.ServerException: Missing port information [java] at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingS ender.java:382) [java] at com.sun.xml.rpc.client.StreamingSen

  • HT1341 how do i fix printer error message,"rastertoescpII"

    I am getting an error message when I try to print.  It starts out "rastertoescpII" and says it quit unexpectedly and threads have crashed.  I reset my printer (an Epson), and other functions including scanning, are still working.  Any tips?

  • Can't import mp3

    can't import mp3 made in Sounbooth cs5 to Flash cs5 ? Help is needed ?

  • When I'm on my iPhone home screen

    IF I swipe my home screen to the right & back an icon will disappear. If I repeat the process it turns to normal or another one will disappear.