Use of tables and style sheet

Hi all

I am strungling using tables in RoboHelp HTML 7, to generate webhelp.
What I'm trying to accomplish is the use of tables in HR, and have put in the form defined in a style sheet. The html code generated by RH should be nice and clean. If possible, I don't want to go into the HTML code, I prefer the use of the design editor.

I have the following text into a new file in RoboHelp table Gallery:

Quote:

< table >
< caption > CAPTIONTITLE < / legend >
< style COL = "" width: 5%; ">"
< style COL = "" width: 40%; ">"
< thead >
< tr > < th > < /th > < th > < /th > < /tr >
< / thead >
< tbody >
< tr > < td > < table > < td > < table > < /tr >
< tr > < td > < table > < td > < table > < /tr >
< tr > < td > < table > < td > < table > < /tr >
< tr > < td > < table > < td > < table > < /tr >
< / tbody >
< /table >

Tags: Adobe

Similar Questions

  • FXML and style sheets

    FXML another question I'm afraid.

    The FXML [url http://download.oracle.com/javafx/2.0/fxml_get_started/jfxpub-fxml_get_started.htm] guide shows how we can define a style directly in the FXML, but anyone know if it is possible to define a style on a node class in FXML which is defined in a style sheet? In the code, this would be through:
    myLabel.styleClass().add("myLabelStyle")
    In FXML, I tried the following options (each fails in different ways):
    <Label text="My Label" style="myLabelStyle"/> 
    <Label text="My Label" styleClass="myLabelStyle"/>
    <Label text="My Label" fx:style="myLabelStyle"/>
    <Label text="My Label" fx:styleClass="myLabelStyle"/>
    Better that I came up with this day consists of defining the 'id' of the node, and then use the id selector "#" in the style sheet. It works but it is clumsy and if I have a fx:id for mapping to the controller I need to put both that is painful:
    <Label text="My Label" fx:id="myLabel" id="myLabel"/>
    Anyone got the best options?

    See you soon,.
    zonski

    Hello

    Here is a concrete example of what you wish to achieve.

    
    

    The fx:id is here also because this is necessary for the label stored in the right place in the controller. For style, I use the style class.

    .my-label {
       -fx-text-fill: green;
    }
    

    Michael

    Published by: MiPa on 04.09.2011 23:13

    Published by: MiPa on 04.09.2011 23:17

  • Is there a convention for the use of "*" in a style sheet?

    The last one for today, I promise you...

    I have an external style sheet and one of the rules is labeled the character ' * ' (asterisk).

    The person set this rule with the attributes of 0 and 0 padding border.  I find instances in HTML of the site where DW uses this (more in the CSS property panels right side) although I can't find the bodies in the HTML code where it is called more precisely.

    Is there some edict in "lore of web design" that dictates the use of the asterisk for statements of rules rather than, say, a string or Word?

    I think there must be a reason why the original designer went to «*»  Or maybe it's something DW did on its own?

    I wonder what are the implications?  In all my self-taught training, I never ran across this...

    Hoibie

    In CSS, the asterisk (*) is often used as a universal selector to reset the browser default margins, padding, borders, etc... on everything.   You won't see anywhere in your HTML code.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • table of style sheet syntax

    I created a script that stores information in a table.  I want to print each index of the array in my report, but in the header.  Does anyone know the syntax that I would need to access the elements of the array of the style sheet?


  • I get "failed to set the refresh attribute COMMIT for the materialized view" when I try to create a MV using a table and another MV

    Experts,

    I'm trying to create a YOUNG refreshable ON COMMIT MV (xyz) using a table (circuit) and quickly updateable on validation MV (abc), but get an error:

    SQL error: ORA-12054: cannot set the attribute ON COMMIT refresh for the materialized view

    12054 00000 - "cannot set the refresh attribute COMMIT for the materialized view.

    * Cause: The materialized view did not meet the requirements for update to

    moment of validation.

    * Action: Specify only valid options.

    1] MV abc
    = MV abc defined as below =.

    CREATE MATERIALIZED view abc_MV

    Immediate CONSTRUCTION

    REFRESH QUICKLY YOU COMMIT using constraints of trust

    WITH ROWID AS SELECT n.*,.

    n.ROWID noderowid

    node n

    where n.nodetype in (1610000069,1610007267);


    -Above works OK and MV connect you on table node is created successfully

    =====================================================

    [ 2] Circuit Board

    ======================================================

    CREATE MATERIALIZED VIEW LOG ON Cramer.Circuit WITH SEQUENCE, ROWID ( ) -all columns of table ofcircut parentheses

    INCLUDING THE NEW VALUES;

    -More top works OK and MV connect you on table circuit is created successfully

    ======================================================



    [3] trying to create MV xyz

    ======================================================

    CREATE MATERIALIZED VIEW LOG ON cramer.abc_MV WITH SEQUENCE, ROWID ( ) -all columns of abc_MV brackets

    INCLUDING THE NEW VALUES;

    -Above works OK and log on ABC MV MV gets created successfully

    -Problematic step below

    Xyz_MV CREATE MATERIALIZED VIEW

    IMMEDIATE CONSTRUCTION

    REFRESH QUICKLY YOU COMMIT using constraints of trust

    AS

    SELECT c., c.rowid circuit_rowid, n.rowid tr_rowid

    the circuit c, abc_mv n

    where circuit2startnode = n.nodeid

    and c.rpplanId = n.rpplanId;
    ==========================================================

    Clues on how to solve this problem and make quickly updatable ON Commit MV xyz

    Thanks in advance.

    Chanchal,

    If you can read my original post carefully you may have noticed that all these restrictions will not apply in my case.

    All,

    In any case I found the solution to my problem.

    There are a few additional restrictions for materialized views multilayer

    Additional Restrictions for master materialized views

    The following types of materialized views may not be masters of editable materialized views:

    • ROWIDmaterialized views
    • Complex materialized views
    • Read-only materialized views

    I've updated the underlying MV abc below and everything worked like a charm

    CREATE MATERIALIZED view abc_MV

    Immediate CONSTRUCTION

    REFRESH QUICKLY YOU COMMIT using constraints of trust

    IN SELECT

    n.*, n.rowid noderowid, nt.rowid nodetyperowid

    the node n, nodetype_m nt

    where n.node2nodetype = nt.nodetypeid

    and nt.nodetypeid in (1610000069,1610007267);

    Note: To ADD a join without which I was getting error below (although had primary key on the table of the node)

    SQL error: ORA-23415: materialized view log for "NODE" does not save the primary key

    23415 00000 - "view the log for materialized \"%s\".\"%s\"does not save the primary key.

    * Cause: A primary key materialized view is refreshed quickly, but the

    The materialized view log does not record the primary key information.

    * Action: Use CREATING MATERIALIZED VIEW LOG... Command to add a PRIMARY KEY to

    start recording of the primary key information in the materialized view

    Newspaper.

  • Spry menu bar and Style sheets

    Dreamweaver CS6:

       

    I insert a Spry menu bar in a .dwt file model.

    .dwt file seems functional in Live View mode and the Spry menu bar behaves as expected.   I save the .dwt file and then create a new .dwt file .html page.

    The new .html page appears in Design view, but when I switch to Live View there is no visible style.  Content is present, but it is as if the stylesheet has been turned off.   Both the general style of the page and the Spry menu bar are missing.  Even when the page is downloaded.

    The general page style sheet is in the folder of css and Spry worksheet menu bar is located in the SpryAssets folder.   The references in the page coding for style sheets look correct.

    Advice appreciated please.

    Ok.  In your model, change this:

    Index<p class="reply"> <p class="reply">to do this:</p> <p class="reply"><!-- TemplateBeginEditable name="doctitle" --></p> <p class="reply"><title>Index

    And this:

    to all this:

    Save the model.  Now try to generate a new page of the child.

    Nancy O.

  • using plsql table and ref cursor in oracle's 10 g

    Hi all
    Can someone give me an example of a scenario where we need to create a form manually based on a stored database procedure.
    And in this process, I created a pl/sql table and a Ref cursor at the database level.

    CREATE OR REPLACE PACKAGE SCOTT. TYPE BONUS_PKG IS bonus_rec
    IS (RECORD
    EmpNo bonus_EMP.empno%TYPE,
    Ename bonus_EMP.ename%TYPE,
    employment bonus_EMP.job%TYPE,
    SAL bonus_EMP.sal%TYPE,
    Comm bonus_EMP.comm%TYPE);

    TYPE b_cursor IS REF CURSOR RETURN bonus_rec;
    TYPE bontab IS TABLE OF bonus_rec INDEX DIRECTORY.

    PROCEDURE bonus_refcur (bonus_data IN OUT b_cursor);
    PROCEDURE bonus_query (bonus_data IN OUT bontab);
    END bonus_pkg;


    CREATE OR REPLACE PACKAGE BODY SCOTT. BONUS_PKG IS
    PROCEDURE bonus_query (bonus_data IN OUT bontab) IS
    II NUMBER;
    CURSOR bonselect IS
    SELECT empno, ename, job, sal, comm bonus_EMP ORDER BY empno;
    BEGIN
    OPEN bonselect.
    II: = 1;
    LOOP
    Look FOR bonselect IN
    .EmpNo bonus_data (ii),
    .ename bonus_data (ii),
    .job bonus_data (ii),
    .Sal bonus_data (ii),
    .comm bonus_data (ii);
    EXIT WHEN bonselect % NOTFOUND;
    II: = ii + 1;
    END LOOP;
    END bonus_query;

    PROCEDURE bonus_refcur (bonus_data IN OUT b_cursor) IS
    BEGIN
    Bonus_data OPEN to SELECT empno, ename, job, sal, comm bonus_EMP ORDER BY empno;
    END bonus_refcur;

    END bonus_pkg;

    I want to fill in the data in the forms manually is not using Forms data block Wizard and by program.

    Please answer...

    Can someone give me an example of a scenario where we need to create a form manually based on a stored database procedure.

    In general, you will use a block of proceedings based when you have a collection of data from several tables presented in a form and your username must be able to update the information displayed.

    In your sample code, looks like you are using Oracle Support document "Melting a block on a Stored Procedure - examples of Code [ID 66887.1]". If this is the case, continue to follow the document - it guides you through all the steps. There is no need to manually configure things that the data block Wizard will work for you!

    I want to fill in the data in the forms manually is not using Forms data block Wizard and by program.

    Why? Let the wizard block configuration data of your block based on a procedure for you. There is no need to manually browse the data! I did what you're trying, and it's more work needed. Leave forms to do the work for you. :)

    If you absolutely have to do things manually, I recommend that you use the PROCEDURE bonus_query (bonus_data IN OUT bontab) instead of bonus_refcur (bonus_data IN OUT b_cursor) . Then, in your code create a variable of type BONTAB, and then call the bonus_query procedure. Then, it's a simple case of a loop in the table of records returned by the bonus_query procedure. For example:

    DECLARE
       t_bonus    bonus_pkb.bontab;
    BEGIN
       bonus_pkg.bonus_query(t_bonus);
    
       FOR i in 1 .. t_bonus.count LOOP
          :YOUR_BLOCK.EMPLOYEE_NUMBER := t_bonus(i).empno;
          :YOUR_BLOCK.EMPLOYEE_NAME := t_bonus(i).ename;
          :YOUR_BLOCK.EMPLOYEE_JOB := t_bonus(i).job;
          :YOUR_BLOCK.EMPLOYEE_SALARY := t_bonus(i).sal;
          :YOUR_BLOCK.EMPLOYEE_COMMISSION := t_bonus(i).comm;
       END LOOP;
    END;
    

    This code example shows the basics, but as is the sample code - you will need to adapt to your situation.

    Also, I highly recommend that you look at the article inol listed. It is a very thorough debate on the REF CURSOR. If you have set up using a procedure based on the data source - it is more effective to spend the record table to your form that it must pass a ref cursor Using a ref cursor, you might as well just using a standard called cursor and loops on your named cursor. The effect is the same (a line returned at the same time creating lots of network traffic). Using the table of records is more efficient because the data set is returned if the network traffic is reduced.

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • Authentication using the table and the existing database

    Very new to APEX here. In authentication methods and was curious to know if it is possible to link the Apex on an existing Oracle database and the table to get information for user name and password. Trying to use the employe_id and last 4 of their social.

    Any ideas or things I can read up to get a general idea?

    JosephPortello wrote:
    fac586, thank you. I didn't even know what I had done.

    Yet one thing that happens now after I corrected my incorrect syntax.

    CREATE OR REPLACE FUNCTION EmployeeIDAuth (
    p_username IN VARCHAR2,
    p_password IN VARCHAR2
    )
    RETURN BOOLEAN
    IS
    form l_count NUMBER;
    BEGIN
    SELECT COUNT(*) into l_count from table@db WHERE employee_no=p_username AND bdate=p_password;
    IF l_count > 0 THEN
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    END; 
    

    Now returns an error of:

    Error on line 15: PLS-00103: encountered the symbol "end-of-file" when expects it one of the following values:

    not end up dominant static of final instantiable order pragma
    manufacturer membership card
    1. CREATE OR REPLACE FUNCTION EmployeeIDAuth)
    2 p_username IN VARCHAR2,
    3 p_password IN VARCHAR2

    Any other ideas?

    Remove the false token form.

  • Can someone explain please HTML tags and CSS styles and how to use them with external style sheets?

    I've never used an external stylesheet before and I know that I need to learn, so try it now. I've linked my page etc, but I do not understand why the html tags do not work... can I put only CSS styles in there? Can someone explain simply the best practices here? Thank you very much indeed.

    Ahhhhhhh! I have it! Thank you!

  • F5 does not show the images and style sheets

    When I load a page for the first time, everything's fine, however when I hit F5, page does not connect to one of the styles/scripts and images are not loaded at all. I tried to run FF in safe mode (7.0.1), which has not solved the problem.

    But any page of our system, including those with much simpler presentations gives the same exact error...

    Thanks for your help, makes us understand in this case after a lot of digging around... We use a 2.5 abyss to our web server. Appearantly, there is a bug with the length of the content on images (and any support files) do not set correctly (at all). When you load the page the first time all right, but when you refresh the images are read from the cached files, and FF 7.01 does not approve headers corrupt on the image files (behavior correct in FF, but stricter than in previous versions!). We have updated the Web server to version 2.7, which solved this problem... We found an old post that makes us in the right direction as well:
    https://Bugzilla.Mozilla.org/show_bug.cgi?id=682511
    Thank you once again and for all users of Abyss Web Server... UPGRADE TO THE LATEST VERSION OR YOU'LL HAVE THE SAME PROBLEMS WITH FF 7.01... !

  • TextFields and style sheets

    Hello!

    Can someone tell me why to apply the styles to my textfield (see attachment code) does not work? I have no idea, but I've never used a textfield before AS3, so I guess I'm doing bad things!

    Thank you!

    both are necessary.

    and you are welcome.

  • problems with IE7 in the use of tables and onLoad

    Thank you in advance for any help. I have a table that is used to store the names of. Files to load into another SWF. SWF video. When I call the "onLoad" method, it works in all browsers except IE7? See the example below:

    prod_a = new Array;
    prod_a [0] = 12; number of products in the table. Currently, this feature is not used...
    prod_a [1] = "product1.swf";
    prod_a [2] = "product2.swf";
    prod_a [3] = "product3.swf";
    prod_a [4] = "product4.swf";
    prod_a [5] = "product5.swf";

    onLoad = Function)
    {
    Description();
    moveScroller();
    loader_mc.loadMovie(prod_a[1]);
    }

    When the file opens, it loads the '2' slot flash file in the table in the "loader_mc" EXCEPT IT DO WORKS NOT IN IE 7? any ideas or help would be great! IE7 handles the different "onLoad"? I made a mistake?

    Thank you Sly one, but that's not the problem I currentl having a Java work around for this. I tried a few different solutions to the problem "click to activate". I found that none of them made a difference.

    I resorted to a solution of 'disorder' but effective. -items I've been hainvg problems with were dynamically loading the text and images. I had the problem by placing the images and the text which was to load 'onLoad', in the boxes as _mc objects. in this way the images were already there and didn't need to be loaded.

    The only two problems with this is
    (A) Firefox and Safari users (including other) screen "Refresh" the image loading. and
    (B) the size of the file was more than 35 KB.

    Thanks for the help everyone, the final is good enough for Government work...
    -DIG

  • In the project manager, records under HTML files are duplicated in the Images, multimedia, records of luggage and Style sheets. -What happened? Duplicate folders and subfolders are empty, but cannot be deleted.

    I am using HR 11.0.4.291. Everyone knows that before (see screen capture)? I want to solve this problem, if I leave it for the writers of the future tech. Any suggestions are appreciated.

    Oh, and it occurs to me that article I have driven you is old enough (but still relevant).

    The "fix" for it is click on the icon below to toggle the display of the project manager.

    See you soon... Rick

  • HI I WANT TO USE THREE TABLES AND I WANT THIS OUTPUT THE MESSAGE BELOW...   PLEASE HELP ME OUT

    USER_CONSTRAINT-> > CONSTRAINT_TYPE TABLE_NAME, CONSTRAINT_NAME, WANT

    USER_TAB_COLUMNS-> > WANT DATA_TYPE

    USER_CONS_COLUMNS-> > want TO COLUMN_NAME, POSITION

    AND OUT WILL BE LIKE THIS

    EXIT;

    TABLE_NAME COLUMN_NAME, CONSTRAINT_NAME, CONSTRAINT_TYPE POSITION DATA_TYPE

    EMP                  EMPNO                   PK_EMP                                     P                                                        1                               NUMBER

    EMP                  ENAME                                                                                                                                                               VARCHAR2

    UP TO MIN...

    Just to warm up

    Select uc.table_name, cc.column_name, uc.constraint_name, uc.constraint_type, cc.position, tc.data_type

    from user_constraints uc

    inner join

    user_cons_columns cc

    On cc.owner = uc.owner

    and cc.table_name = uc.table_name

    and cc.constraint_name = uc.constraint_name

    inner join

    USER_TAB_COLUMNS tc

    On uc.table_name = tc.table_name

    and cc.column_name = tc.column_name

    where uc.table_name = 'EMP '.

    TABLE_NAME COLUMN_NAME Constraint_name Constraint_type POSITION DATA_TYPE
    EMP EMPNO SYS_C0019683833 C - NUMBER
    EMP EMPNO SYS_C0019683834 P 1 NUMBER
    EMP MGR SYS_C0019683835 R 1 NUMBER
    EMP DEPTNO SYS_C0019683836 R 1 NUMBER

    Concerning

    Etbin

  • I was told that Web Developer had buttons that enabled me to disable JavaScript and CSS (Cascading Style Sheets), but I do not see these keys on Firefox version 10. How can I access these two functions? So how can I activate JavaScript later? Thank you.

    I need the way to points that allows to disable JavaScript (and then to turn it on) and allows to turn off CSS.

    These access points do not appear on the Web Developer (v.10)

    Thank you.

    Are you sure that whoever told you that was not referring to the add-on Web Developer?

    https://addons.Mozilla.org/en-us/Firefox/addon/Web-Developer/?src=SS

    It has features allowing disabling of Javascript and style sheets.

Maybe you are looking for