RH9 repeatedly inserting inline Border style

I have a Webhelp project using a custom CSS file. In the CSS, I've specified the img tag to have certain settings (1px,solid,gray). However, when I look in the Design view at a topic that has an image included, there is no border. When I check the HTML view, it shows this inline style: Border="0". If I delete that deprecated style setting, then check the Design view again, the border styles set in the CSS file apply. But as soon as I click back to the HTML view, that same inline style has been inserted again.
Has anyone seen this behavior and found a fix?
I've checked for other img or border settings, but can't find anything. Please tell me that I don't have to set the inline styles that I want to use for every single image.
Thanks!

William,
Thanks for the quick response and the insight. I'll try the !important
route.
It sounds like this is a known-issue. For my own edification, do we know
generally why RH is doing this?
Scot Hanson
QA  / Technical Writer
R7 PBS Apps Team
ISS
--- a message from the cloud ---
On Wed, Jan 8, 2014 at 3:43 AM, Willam van Weelden <[email protected]

Similar Messages

  • Repeat  Headers in XSL Style Sheets

    Hi
    Anyone handled repeating headers in XSL style sheets? I have a scenario where Column title Row needs to be repeated every page.
    This is to make sure that column heading is getting repeated every page.So that the table will avoid break across pages.
    Any idea
    Kp

    Hey
    Easiest way to find out what code is needed is to re-create it in the Template Builder for Word andf then export it to XSLFO and take a look see. To get the row to repeat on every page you need the following in the table definition
    - <fo:table-row keep-together="always" keep-with-next="always">
    thats in the first row of the table ie
    - <fo:table start-indent="0.0pt" style-id="ts15" style-name="Table Grid" xdofo:table-summary="Template Table 1" xdofo:row-header-count="0">
    <xsl:variable name="_XDOFOPOS2" select="number(1)" />
    <xsl:variable name="_XDOFOTOTAL" select="number(1)" />
    <fo:table-column column-width="147.6pt" />
    <fo:table-column column-width="147.6pt" />
    <fo:table-column column-width="147.6pt" />
    - <fo:table-header>
    * <fo:table-row keep-together="always" keep-with-next="always">*
    - <fo:table-cell padding-start="5.15pt" vertical-align="top" border-bottom="0.5pt solid #000000" border-end-color="#000000" padding-top="0.0pt" border-end-style="solid" border-start-color="#000000" padding-end="5.15pt" number-columns-spanned="1" border-top="0.5pt solid #000000" border-start-style="solid" height="0.0pt" border-end-width="0.5pt" padding-bottom="0.0pt" border-start-width="0.5pt" background-color="#e7f3fd">
    - <fo:block xdofo:tab-stops="left:45.8pt:space left:91.6pt:space left:137.4pt:space left:183.2pt:space left:229.0pt:space left:274.8pt:space left:320.6pt:space left:366.4pt:space left:412.2pt:space left:458.0pt:space left:503.8pt:space left:549.6pt:space left:595.4pt:space left:641.2pt:space left:687.0pt:space left:732.8pt:space" linefeed-treatment="preserve" padding-top="0.0pt" orphans="2" end-indent="0.0pt" start-indent="0.0pt" padding-bottom="0.0pt" text-align="start" widows="2">
    <fo:inline font-size="10.0pt" white-space-collapse="false" height="10.0pt" font-family="Courier New" font-weight="bold">Report</fo:inline>
    </fo:block>
    </fo:table-cell>
    Regards
    Tim

  • Can I insert a border on a document in Pages

    How do I insert a border on my document?

    Hi ashmatt123;
    PeterBreis0807's suggestion is proper.
    If it is just for printing, select Border under Layout in the Print dialog.
    Regards,

  • Header border style not working in firefox....

    In my skin i have declare for header text (sortable)
    example for sortable header style...
    af|column::sortable-header-text
    background-color: #EF8A1E;
    border: 1px !important;
    color: #000000;
    border-color:black;
    border-style:none;
    in IE border is comming correctly, but in firefox border is not comming for header.
    why ?? is there any error on my style?? or it is not working in firefox/safari??

    Hi,
    try
    .OraSortableHeaderBorder{
    border:2px ;border-width: 2px ;border-style: solid ;
    Frank

  • Border styles not applied to buttons; buttons rendered incorrectly

    Hi,
    I'm fiddling about with the border styles in Designer. Though I can change the border style and color of a button, set its background-color and even apply round corners, none of them are rendered in the resulting pdf-file.
    This is how a fancy button, I designed for testing purposes, looks like in the 'body pages' tab:
    When I switch to the 'pdf preview' tab, the button looks like this:
    Neither were custom individual border colors rendered nor round corners. Background fill styles weren't rendered as well.
    The xml of the button:
    <field anchorType="bottomLeft" h="17.8202mm" name="instructions" w="46.9198mm" x="1.886972in" y="3.863361in">
    <ui>
    <button/>
    </ui>
    <font typeface="Myriad Pro"/>
    <caption>
    <value>
    <text>Instructions</text>
    </value>
    <para hAlign="center" vAlign="middle" spaceAbove="0pt" spaceBelow="0pt" textIndent="0pt" marginLeft="0pt" marginRight="0pt"/>
    <font typeface="Myriad Pro" size="12pt" baselineShift="0pt"/>
    </caption>
    <border hand="right">
    <edge thickness="1mm">
    <color value="192,192,192"/>
    </edge>
    <fill>
    <color value="255,229,128"/>
    </fill>
    <corner join="round" radius="3mm" thickness="1mm">
    <color value="192,192,192"/>
    </corner>
    <edge thickness="1mm">
    <color value="0,0,255"/>
    </edge>
    <edge thickness="1mm">
    <color value="0,0,255"/>
    </edge>
    <edge thickness="1mm">
    <color value="192,192,192"/>
    </edge>
    <corner join="round" radius="3mm" thickness="1mm">
    <color value="0,0,255"/>
    </corner>
    <corner join="round" radius="3mm" thickness="1mm">
    <color value="0,0,255"/>
    </corner>
    <corner join="round" radius="3mm" thickness="1mm">
    <color value="192,192,192"/>
    </corner>
    </border>
    <bind match="none"/>
    </field>
    Is it a bug or are the styles of buttons not allowed to be customized by design?
    I'm using Designer 7.1 and Acrobat 7.0.5.
    Regards,
    Steve

    I tried buttons with bevel/emboss and it work (indesign cs6 8.0.2). Yes there is a known issue
    related to effects applied to buttons will not appear in the exported file.
    https://dl.dropboxusercontent.com/u/72277778/buttons%20bevel.pdf

  • May (HTML/HTML5) in a DIV element may have as border an image repeated along the border

    May (HTML/HTML5) in a DIV element may have as border an image repeated along the border?

    Browser do not support images for borders yet.
    Use the CSS border properties.
    Nancy O.

  • Can I change the border style for normal cell?

    Im using Numbers on ipad2. As I say, Im wondering if I can change border style such as its width and colour for ordinary cells which is not a incerted media.
    As I know, Numbers only allows the position of borders for normal cells,,, anyone help me?

    You only get that when you have two or more consecutive messages. Try to avoid that is one option.
    You can change the icon if you want. Create another icon, call it stop.ico and put it in the icons directory (as indicated by UI_ICON). However, if you have a STOP alert, the icon changes for that alert too.
    Note: this is for Developer 6i. In 9i you cannot use ico files. Use gif files instead and put the image in the image jar file (found in OH/forms90/java directory). Since you see a big X, I believe you are using 6i.

  • How to repeated insert into history by textchanged event problem

    Hi guys i have 3 textboxes 1,2,3
    textbox1 respresent mobileNo
    textbox2 represent email
    textbox3 represent roomno
    I need to update any textboxes from three based on textchanged event
    Suppose i need update room no in textbox3 changed event
    room no is 22 i need to changed to 3333 then update in history by insert into statment in textchanged event
    it make insert 4 times 
    first time 3
    second time 33
    third time 333
    four time 3333
    how to prevent repeated insert into changes to history

    public void UpdateMobileHistory(string ConnectionString,string SerialNo ,string EmployeeNo, string Mobile,string UserID,string DateEdit)
    SqlConnection con = new SqlConnection(ConnectionString);
    SqlCommand cmd = new SqlCommand();
    cmd.Connection = con;
    cmd.CommandType = CommandType.Text;
    cmd.CommandText = "insert into  dbo.HistoryEmployee values(@SerialNo,@EmployeeNo ,'Contact Data',@DateEdit,@UserID,@Mobile,null,null)";
    cmd.Parameters.Add("@SerialNo", SqlDbType.NVarChar, 20);
    cmd.Parameters.Add("@EmployeeNo", SqlDbType.NVarChar ,20);
    cmd.Parameters.Add("@Mobile", SqlDbType.NVarChar, 50);
    cmd.Parameters.Add("@UserID", SqlDbType.NVarChar ,20);
    cmd.Parameters.Add("@DateEdit", SqlDbType.NVarChar ,50);
    cmd.Parameters["@SerialNo"].Value = SerialNo;
    cmd.Parameters["@EmployeeNo"].Value = EmployeeNo;
    cmd.Parameters["@Mobile"].Value = Mobile;
    cmd.Parameters["@UserID"].Value = UserID;
    cmd.Parameters["@DateEdit"].Value = DateEdit;
    con.Open();
    cmd.ExecuteNonQuery();
    con.Close();
    public string MaxHistoryEmployee(string ConnectionString)
    SqlConnection con = new SqlConnection(ConnectionString);
    SqlCommand cmd = new SqlCommand();
    cmd.Connection = con;
    cmd.CommandType = CommandType.Text;
    cmd.CommandText = "select max(SerialNo)+1 from dbo.HistoryEmployee";
    con.Open();
    string commit = Convert.ToString(cmd.ExecuteScalar());
    con.Close();
    return commit;
    private void textBox1_TextChanged(object sender, EventArgs e)
    FleetManagment.Fleet fleetContact1 = new FleetManagment.Fleet();
    string ID = fleetContact1.MaxHistoryEmployee("Data Source=" + value1 + ";Initial Catalog=" + value2 + ";User ID=" + value3 + ";Password=" + value4 + "");
    fleetContact1.UpdateMobileHistory("Data Source=" + value1 + ";Initial Catalog=" + value2 + ";User ID=" + value3 + ";Password=" + value4 + "",ID ,textBox4.Text, textBox1.Text,label6.Text,label10.Text);
    this is all my code

  • Change default format of border styles

    I am wondering if there is a way to change the preset default cell border styles in the most current version of numbers. 
    Thanks,
    -A-

    Hi L.T.D.
    I don't know of a way to change the default cell border style.
    You could try this. Select the cells, Format Panel > Cell > Border > Choose which borders to set > Border Styles > Recent.
    My preferred method is to create and format a single table in a document and Menu > File > Save as Template.
    Menu > Numbers > Preferences... > General > For New Documents > Use template
    When I launch Numbers or Menu > File > New (command n) I get this from My Templates:
    Note: if you have that setting in Numbers Preferences, New from Template Chooser will disappear from the File Menu.
    To get it back, hold down the option key when using the File Menu.
    Regards,
    Ian.

  • Copy and paste border style

    How can I copy and paste border style in the new Number?  In the previous version, I'm able to do this by allowing border selection, now I can't.

    Do you mean copy and paste style?  Can I just only copy and paste the border style of a cell?

  • FF not showing table border style

    I have a webpage with css table border style dotted. It shows up in IE but there is just a line around the table in FF. Is there a way to make it show up? Many thanks.
    table.mytable {
    border-width: 6px;
    padding: 15px;
    border-style: dotted;
    border-color: #88aa96;}

    You need that } after background-color:#e8e5da;
    By removing it you introduced another error:
    <blockquote>Warning: Expected declaration but found '.'. Skipped to next declaration.
    Source File: http://www.cbrundage.net/cleeve/nature.htm
    Line: 33
    </blockquote>
    <pre><nowiki>table.mytable {
    border-width: 6px;
    padding: 15px;
    border-style: dotted;
    border-color: #88aa96;
    background-color:#e8e5da; /* missing } /*
    .back td{background-color:#e8e5da;
    </nowiki></pre>
    Instead of background-size you probably mean background-position:
    <blockquote>Warning: Unknown property 'background-size'. Declaration dropped.
    Source File: http://www.cbrundage.net/cleeve/nature.htm
    Line: 15</blockquote>
    <pre><nowiki>background-attachment:fixed; background-size: 100% 100%;
    </nowiki></pre>

  • Inline Element Styles not in DW HTML...

    I have been trying to use a jquery horizontal menu which I downloaded and have successfully implemented it into my dreamweaver page.
    But I want to adjust the width and height of the actual links <a> tags but the CSS will not allow me to do it
    I notice that when I view source in the browser there is a div class "holder horizontal" attached to each menu item, <a> tag and it has inline style for width and height - but it isn't in the HTML page.
    I've checked the jquery file and cannot find any sign of a width or height style for a "holder horizontal" div
    I want to know where these inline element styles are which are controlling the width and height of the menu so I can edit them...
    Please can someone help me with this as I have reached a brick wall and cannot get anywhere further…
    Many thanks in advance..
    Cammy

    Heres the HTML of my DW page and screenshot of the page in browser...
    <div class="container">
      <div id="CS5Icons"><img src="images/CS55icons.png" width="199" height="37" alt="cs5 icons" /></div>
      <div id="followme"><img src="images/socmedicons.png" width="188" height="37" alt="facebook" />
      <!-- end .followme -->
      </div>
      <div id="menu-wrap">
    <div class="menu-horizontal">
    <a href="#" class="active">Home</a>
    <a href="#">Portfolio</a>
    <a href="#">About me</a>
                                            <a href="#">Contact</a>
    </div>
                                    </div>

  • [svn:fx-trunk] 9943: Border style defaults

    Revision: 9943
    Author:   [email protected]
    Date:     2009-09-02 15:20:02 -0700 (Wed, 02 Sep 2009)
    Log Message:
    Border style defaults
    http://bugs.adobe.com/jira/browse/SDK-22955 - Border's default value of backgroundImageResizeMode should be "scale"
    http://bugs.adobe.com/jira/browse/SDK-22960 - Border's default value of dropShadowVisible should be set to false
    Updated defaults.css global style selector.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22955, SDK-22960
    Reviewer: Glenn
    Tests run: Checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22955
        http://bugs.adobe.com/jira/browse/SDK-22960
        http://bugs.adobe.com/jira/browse/SDK-22955
        http://bugs.adobe.com/jira/browse/SDK-22960
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/defaults.css

  • How to insert this css style to table

    Hi,
    I'm a beginner in web design. I wanted to use a custom separator for my navigation bar. I searched and found this separator: http://front-back.com/pure-css-3-fancy-separator
    I'm interrested in the vertical-left one. I compiled the scss code to css and this is the result:
    .or-spacer-vertical {
      display: inline-block;
      margin-top: 100px;
      margin-left: 100px;
      width: 100px;
      position: relative;
    .or-spacer-vertical .mask {
      overflow: hidden;
      width: 20px;
      height: 200px;
    .or-spacer-vertical.left .mask:after {
      content: '';
      display: block;
      margin-left: -20px;
      width: 20px;
      height: 100%;
      border-radius: 12px / 125px;
      box-shadow: 0 0 8px black;
    I then made a test to see how it works with a div, like it's done in the website:
    <div class="or-spacer-vertical">
      <div class="mask"></div>
    </div>
    When I preview the html file, there is nothing.
    My first question is: how can I make this work?
    The second question is: can I use it as a right border for my navigation menu, which is a table of one row and 4 columns?
    Thanks in advance!

    #1 don't use use tables for layouts.  They severely limit your site's efficiency because they combine content with styles.  If you decide to make sweeping changes to the appearance of your site later, you'll need to tediously re-code everything with tables in it.  CSS allows you to style your entire site by editing one file instead of many.
    #2 It's not clear from your post whether you have applied everything necessary for this to work. In which browsers are you previewing this?  Can you post a link to your test page?
    Nancy O.

  • Why Table border style is applied to all tables

    Hi,
    I Have 2 tables (so far) ... Mys css to style one of the tables is
    #weekly-planner table,th, td {border: 1px solid white;}
    The table has an id ... my problem is there is another table on the same page, and the style is also applied to that table .... I tried putting an id , classes, to rows, column etc ... nothing seems to be working ... how can I do to make sure that the style is only aplied to a specific table ?
    Many thanks

    Be more specific with your CSS rules:
    #table1,
    #table1 th,
    #table1 td  {
    your css styles here
    #table2,
    #table2 th,
    #table2 td  {
    your css styles here
    HTML:
    <table id="table1">
    </table>
    <table id="table2">
    </table>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

Maybe you are looking for