Alignment of the table in Oracle Apex

Hi all

I use Oracle Apex 4.2.5 for application development. I used 26 theme.

In my page I used the Template of the Page as a level with the sidebar tab left. Graphic design and report on this Page.

I created a button to hide / show the sidebar.

When I hide the sidebar, then more space white bar inside the graph. (chart appear somewhere not in the Center)

My requirement is necessary reduce the white space (or center the graph) when the sidebar is leather.

Here is my sample application to apex.oracle.com.

Application name: chart

Application ID: 36667

Sugi_demo = workspace

Username = my_demo

password = my_demo

Thank you

Su.GI

Hi Su.gi,

Please check the application now.

I removed the width fixed 530px and centered on the chart.

I have used Inline CSS in the page attributes:

object {
  margin: 0 auto !important;
}

I hope this helps!

Kind regards

Kiran

Tags: Database

Similar Questions

  • Mapping of 12 ODI is a failure loading the table to the table in oracle DB

    Hi Experts,

    I'm starting to ODI, attempts to load data from the Table to the Table in Oracle DB. Source table and target table are in the same PB in different schema

    I created my own work, also agent and master repository.

    Started with the agent, and I could see the status as Planner started for referential work * on Agent OracleDIAgent1.

    Created the agent in topology and successfully tested.

    Created data and connections physical schema of the source and target servers, Test connection is successful.

    Created the context and logical schema defined for the source and the target.

    Mapped to the corresponding physical schema context.

    Diagram logical and physical mapping is accomplished in the context.

    Created for source and target models, able to view the data in the source model.

    Created a simple map and put in source and target component context.

    LKM selected as LKM SQL for SQL

    Select IKM as IKM Oracle Insert.GLOBAL

    After execution, the mapping is a failure with the error below

    Drop table work - LKM SQL for SQL

    ODI-1222: start failure on agent edge internal: logical schema * is not found in the main repository.

    Create the table work - LKM SQL for SQL

    ODI-1222: start failure on agent edge internal: logical schema * is not found in the main repository.

    ODI-1222: start failure on agent edge internal: logical schema * is not found in the main repository.

    at oracle.odi.runtime.agent.execution.AbstractSessionTask.getSrcDataServer(AbstractSessionTask.java:1646)

    at oracle.odi.runtime.agent.execution.interpreter.SessionTaskCodeInterpreter.codeInterpretation(SessionTaskCodeInterpreter.java:132)

    at oracle.odi.runtime.agent.execution.interpreter.SessionTaskCodeInterpreter.codeInterpretation(SessionTaskCodeInterpreter.java:80)

    at oracle.odi.runtime.agent.execution.SessionTask.createTaskLog(SessionTask.java:324)

    at oracle.odi.runtime.agent.execution.AbstractSessionTask.execute(AbstractSessionTask.java:821)

    to oracle.odi.runtime.agent.execution.SessionExecutor$ SerialTrain.runTasks (SessionExecutor.java:2024)

    at oracle.odi.runtime.agent.execution.SessionExecutor.executeSession(SessionExecutor.java:562)

    to oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$ 1.doAction(TaskExecutorAgentRequestProcessor.java:718)

    to oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$ 1.doAction(TaskExecutorAgentRequestProcessor.java:611)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:203)

    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doProcessStartAgentTask(TaskExecutorAgentRequestProcessor.java:800)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 1400 (StartSessRequestProcessor.java:74)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:702)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:180)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:108)

    at java.lang.Thread.run(Thread.java:722)

    Please help me with the problem above,

    Thanks in advance.

    Kind regards

    Srikanth

    Hi Srikanth,

    It is usually better to create a separate scheme for the scheme of work, but you can keep the data and schema of work even. Also in your error log, the error should now be to the right of the IKM? No LKM. Try changing the logical schema name and see if it works.

    Thank you

    Ajay

  • I am new to FDQM I need to connect from the table Source 'Oracle '...

    This is the first time for me to do this, you have any Document to the connection on the Source table in Oracle, to any table target using FDQM
    is it valid?
    If valid how can I make the integration with FDQM...?
    I called ODI,
    Can be defined from any source to any target,
    In FDQM I can set to take data from the Source of the table is Oracle to load in the EPM or any target system.

    Published by: Joe on December 10, 2011 19:52

    Please refer to paragraph "Example of Script integration" on page 200 of the FDQM 11.1.2 administration guide.
    This example connects to a SQL Server table (you may have to tweak it a little so you can connect to Oracle table), but the example can give you a good impression of what is necessary to establish a direct link.
    Kind regards
    Jeroen

  • difference in size of the Table in oracle and timesten

    Hi all


    I have a large table with 2 million records,

    I see no big difference in the size of the table in oracle and Timesten
    In oracle table size to 4 GB, but in Timesten is arround 15 GB (using ttSize for 2 M lines)

    Could you please tell me what could be the cause of this difference?
    Is the size of the table in Timesten is always more than oracle?
    What are the factors and parameters affecting the size of Perm?

    It is typical for the storage needs for a DataSet to be significantly larger in TimesTen in Oracle. This is due to the Organization of the very different internal storage in TT from Oracle; Oracle is optimized to save space while TT is optimized for performance.

    Ways to minimize these costs are:

    1. make sure you use TimesTen 11.2.1. This has some characteristics compare compact (minor) and earlier versions.

    2 assess the use of numeric types; native types TimesTen (TT_TINYINT, TT_SMALLINT, TT_INTEGER and TT_BIGINT) use less space than MANY and longer by the effective calculation as well.

    3. check use of data of variable length (VARCHAR2, VARBINARY, NVARCHAR) and the trade-offs between online and online storage (see documentation for the compromise between these options stirage TT).

    Even when you use the foregoing, you will still see a storage important "inflation" for TT from Oracle.

    Chris

  • Execution of the procedure of Oracle APEX

    Hello

    I've written a procedure ' create or replace PROCEDURE process_csvfile (p_filename IN VARCHAR2); " et I want to execute this procedure to Oracle Apex.


    PROCEDURE:

    create or replace PROCEDURE process_csvfile(p_filename IN VARCHAR2)
    AS
    statement1 varchar2(1000);
    statement2 varchar2(1000);
    statement3 varchar2(1000);
    
    begin
    dbms_output.put_Line(p_filename );
    statement1:= 'alter table adb.external_bcc_test location ( '  ||chr(39)|| p_filename||chr(39)|| ')' ;
    dbms_output.put_line(statement1);
    EXECUTE immediate statement1;
    dbms_output.put_line('statement1-> completed');
    EXECUTE immediate 'truncate table ADB.ADB_BCC_TEST';
    dbms_output.put_line('statement2-> completed');
    statement3:='insert /*+ append */ into ADB.ADB_BCC_TEST(BCC_ID,BCC_ADD,"NO_OF_BCC(GEO)") select * from adb.external_BCC_test';
    dbms_output.put_line(statement3);
    EXECUTE immediate statement3;
    dbms_output.put_line('statement3 insert-> completed');
    
    EXCEPTION
    WHEN OTHERS
    then
    raise;
    END;
    
    

    I created the button and the action as a dynamic Action where I wrote below PL/SQ as dynamic Action to perform this procedure


    BEGIN
    
    process_csvfile;
    END;
    
    


    But I get an error" " " ORA-06550: line 4, column 3: PLS-00306: wrong number or types of arguments in the call to 'PROCESS_CSVFILE' ORA-06550: line 4, column 3: PL/SQL: statement ignored (go to error) "

    Oracle Apex Version: 4.2.1

    Thank you

    BO.

    BO123 wrote:

    I've written a procedure ' create or replace PROCEDURE process_csvfile (p_filename IN VARCHAR2); " and I want to run this procedure from Oracle Apex.

    1. create or replace PROCEDURE process_csvfile (p_filename IN VARCHAR2)
    2. AS
    3. statement1 varchar2 (1000);
    4. statement2 varchar2 (1000);
    5. statement3 varchar2 (1000);
    6. Start
    7. dbms_output.put_Line (p_filename);
    8. statement1: = ' change the location of the table adb.external_bcc_test (' |) Chr (39) | p_filename | Chr (39) | ')' ;
    9. dbms_output.put_line (statement1);
    10. EXECUTE immediate statement1;
    11. dbms_output.put_line ('end statement1->');
    12. EXECUTE immediate ' truncate table ADB. ADB_BCC_TEST';
    13. dbms_output.put_line ('end of reporting2->');
    14. statement3: = "insert / * + append * / into ADB." ADB_BCC_TEST (BCC_ID, BCC_ADD, ' NO_OF_BCC (GEO) ') select * from adb.external_BCC_test';
    15. dbms_output.put_line (statement3);
    16. EXECUTE immediate statement3;
    17. dbms_output.put_line ('end statement3 insertion->');
    18. EXCEPTION
    19. WHILE OTHERS
    20. then
    21. lift;
    22. END;

    The treatment is an external table. How to get the source file in the specified location?

    dbms_output.put_linethe instrumentation is unnecessary in an environment of APEX (unless the apex_debug.log_dbms_output method has been called). Use apex_debug API methods instead so that information is available in debug mode.

    There is no reason to use dynamic SQL statements in lines 15-17.

    Creating a column named "NO_OF_BCC (GEO)" is not a good idea and is in conflict with the recommendation of the Oracle do not use identifiers in quotes for the names of database objects. This objects will only cause problems and confusion.

    Lines 20 to 23 are a bug. It doesn't hide where any exception occurred in fact. If there is no specific exception that must be handled in this procedure, it should not contain an exception block.

  • Customizations do not work for the alignment of the Table

    Dear all, aJohny

    We have improved r 12.1.3 to 12.2.4 under customization already existed in 12.1.3 we did import customization to 12.2.4

    Picture below shows 4 tables

    -Modified objectives

    -New objectives
    -Objectives deleted
    -Objectives


    I'm trying to align all the columns by column weighting of the target (%) as a 20% width and the width of column story that 5% to the Level of the Site

    But as stated below its does not work

    1.png

    We tried to remove the customization and recreate it, but same problem exists.

    Please notify.


    Thank you and best regards,

    Sudhir

    Thanks AJ!

    As recommended, we have treated this alignment issue table in CO related extension using the code below.

    ' public void processRequest (OAPageContext oapagecontext, OAWebBean oawebbean)

    {

    super.processRequest (oapagecontext, oawebbean);

    //*************************

    Table 1 OAAdvancedTableBean = (OAAdvancedTableBean) oawebbean.findChildRecursive ("NewObjectivesRN");

    Table1.prepareForRendering (oapagecontext);

    OAColumnBean columnBean1 = (OAColumnBean) table1.findChildRecursive ("XXNewObjectivesWeightingPercentCol");

    DictionaryData columnFormat1 = (DictionaryData) columnBean1.getColumnFormat ();

    If (columnFormat1 is nothing)

    {

    columnFormat1 = new DictionaryData();

    }

    columnFormat1.put (WIDTH_KEY, "45%");

    columnBean1.setColumnFormat (columnFormat1);

    //------------------------

    OAColumnBean columnBean2 = (OAColumnBean) table1.findChildRecursive ("xxNewHistoryColumn");

    DictionaryData columnFormat2 = (DictionaryData) columnBean2.getColumnFormat ();

    If (columnFormat2 is nothing)

    {

    columnFormat2 = new DictionaryData();

    }

    columnFormat2.put (WIDTH_KEY, '20% ');

    columnBean2.setColumnFormat (columnFormat2);

    //*************************

    Table2 OAAdvancedTableBean = (OAAdvancedTableBean) oawebbean.findChildRecursive ("ChgObjectivesRN");

    table2.prepareForRendering (oapagecontext);

    OAColumnBean columnBean4 = (OAColumnBean) table2.findChildRecursive ("ChangedObjectivesWeightingPercentCol");

    DictionaryData columnFormat4 = (DictionaryData) columnBean4.getColumnFormat ();

    If (columnFormat4 is nothing)

    {

    columnFormat4 = new DictionaryData();

    }

    columnFormat4.put (WIDTH_KEY, "45%");

    columnBean4.setColumnFormat (columnFormat4);

    //------------------------

    OAColumnBean columnBean3 = (OAColumnBean) table2.findChildRecursive ("xxChgHistoryColumn");

    DictionaryData columnFormat3 = (DictionaryData) columnBean3.getColumnFormat ();

    If (columnFormat3 is nothing)

    {

    columnFormat3 = new DictionaryData();

    }

    columnFormat3.put (WIDTH_KEY, '20% ');

    columnBean3.setColumnFormat (columnFormat3);

    //*************************

    Table 3 OAAdvancedTableBean = (OAAdvancedTableBean) oawebbean.findChildRecursive ("DelObjectivesRN");

    table3.prepareForRendering (oapagecontext);

    OAColumnBean columnBean5 = (OAColumnBean) table3.findChildRecursive ("XXQFDeletedObjectivesWeightingPercentCol");

    DictionaryData columnFormat5 = (DictionaryData) columnBean5.getColumnFormat ();

    If (columnFormat5 is nothing)

    {

    columnFormat5 = new DictionaryData();

    }

    columnFormat5.put (WIDTH_KEY, "45%");

    columnBean5.setColumnFormat (columnFormat5);

    //------------------------

    OAColumnBean columnBean6 = (OAColumnBean) table3.findChildRecursive ("xxDelHistoryColumn");

    DictionaryData columnFormat6 = (DictionaryData) columnBean6.getColumnFormat ();

    If (columnFormat6 is nothing)

    {

    columnFormat6 = new DictionaryData();

    }

    columnFormat6.put (WIDTH_KEY, '20% ');

    columnBean6.setColumnFormat (columnFormat6);

    //*************************

    Table 4 OAAdvancedTableBean = (OAAdvancedTableBean) oawebbean.findChildRecursive ("ApprObjectivesRN");

    table4.prepareForRendering (oapagecontext);

    OAColumnBean columnBean7 = (OAColumnBean) table4.findChildRecursive ("XXQFApprovedObjectivesWeightingPercentCol");

    DictionaryData columnFormat7 = (DictionaryData) columnBean7.getColumnFormat ();

    If (columnFormat7 is nothing)

    {

    columnFormat7 = new DictionaryData();

    }

    columnFormat7.put (WIDTH_KEY, "45%");

    columnBean7.setColumnFormat (columnFormat7);

    //------------------------

    OAColumnBean columnBean8 = (OAColumnBean) table4.findChildRecursive ("xxApprHistoryColumn");

    DictionaryData columnFormat8 = (DictionaryData) columnBean2.getColumnFormat ();

    If (columnFormat8 is nothing)

    {

    columnFormat8 = new DictionaryData();

    }

    columnFormat8.put (WIDTH_KEY, '20% ');

    columnBean8.setColumnFormat (columnFormat8);

    //*************************

    }

    Thank you best regards &,.

    Sudhir

  • Error of the ACLs in Oracle Apex 5 after schema change

    Hi all

    I'm creating an application using Oracle Apex 5.

    I have a button call Send Mail and mail is worked.

    Now, I imported my request in a different schema and configured acl as below.

    I use apex_mail.send to send mail and created the acl as

    BEGIN

    () DBMS_NETWORK_ACL_ADMIN.drop_acl

    ACL = > 'open_apex.xml');

    (DBMS_NETWORK_ACL_ADMIN). CREATE_ACL

    ACL = > "open_apex.xml"

    Description = > "a test of the ACL feature."

    main = > 'RMSR. "

    IS_GRANT = > TRUE,

    privilege = > 'connection ',.

    start_date = > SYSTIMESTAMP,

    End_date = > NULL);

    (DBMS_NETWORK_ACL_ADMIN). ASSIGN_ACL

    ACL = > "open_apex.xml"

    Home = > ' *',

    lower_port = > 20,

    upper_port = > 9999);

    COMMIT;

    end;

    BEGIN

    (DBMS_NETWORK_ACL_ADMIN). ADD_PRIVILEGE

    ACL = > "open_apex.xml"

    main = > 'RMSR. "

    IS_GRANT = > TRUE,

    privilege = > 'connection ',.

    position = > NULL,

    start_date = > NULL,

    End_date = > NULL);

    COMMIT;

    END;

    It throws error as

    ORA-24247: network access denied by access control list (ACL)

    Is there a problem in my setup?

    Thanks in advance,

    Su.GI

    Hi Su.gi,

    Su.GI wrote:

    I'm creating an application using Oracle Apex 5.

    I have a button call Send Mail and mail is worked.

    Now, I imported my request in a different schema and configured acl as below.

    It throws error as

    ORA-24247: network access denied by access control list (ACL)

    Is there a problem in my setup?

    You have granted the ACL to the RMSR of your database schema, so it is necessary for the APEX_050000 scheme when you use the APEX_MAIL package.

    This is why the ACL must be granted at the APEX 5 Schema: https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29161

    Here's how the ACL must be granted for APEX 5 Schema: https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29162

    NOTE:

    • Create the ACL by logging into the user with SYSDBA SYS privileges.
    • Don't forget to validate after execution of the anonymous block for the creation of ACL.

    Kind regards

    Kiran

  • Problem of ScrollBar in the sidebar region Oracle Apex

    Hi all

    I'm developing an application using Oracle Apex 4.2.5.

    Application properties:

    Themes request theme 26 productivity =

    Model = a level with left sidebar tab

    I created menu Tree in the sidebar left.

    I used the code below in the region attribute

    STYLE = "overflow-x: scroll;" overflow - y: scroll; height: 500px; "width: 220px".


    If I develop the tree node overflow - y: scroll works fine, but overflow-x: scrolling does not work.

    My problem is overflow-x: scrolling does not work.

    How to solve this problem?

    Thank you

    Su.GI

    She's.

    I have power to change anything else. You can include height too, if you need, however, is fine.

    (Please check the answer correct or useful, if you think that it helped you)

    Thank you

    Sunil Bhatia

  • How to color line specific "BOLD" / inactive in the classic report (oracle apex).

    I have the classic report in oracle apex

    with query below

    Select EMPNO, ENAME, HIREDATE, ADDRESS of emp COMM;

    If the ENAME = "John".

    so, I want to do any "BOLD" line and readonly/inactive. (set of rank who name John)

    Thanks in advance...

    Simple answer: see this blog: reports APEX: color line based on column value

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Pivot table in Oracle Apex

    Hi Experts,

    I need, when I need to create an interactive report exactly similar to a PivotTable in Excel. What some similar to the characteristic Break of the interactive report command

    I use Oracle Apex 4.2.5.

    I would like to know if it's possible.

    Best regards

    Patrick

    Hi Patrick,

    everything is possible.

    try to check this plugin, it's maybe you need: ORA-00001: Unique constraint violated: PivotTable for Apex plugin

    Otherwise, you can use the interactive report controlbreak or you can go further and simply create a report model that exactly fits your dispostion.

    I hope this helps.

  • Lose the vertical alignment of the table during the conversion of the ditamap to book

    FrameMaker Version: 12.0.4.445 (later part of TCS5)

    1. I have a project structured, where several XML files have been grouped in a ditamap.
    2. For one of the XML files, I have a table, where I need to set the cell Vertical alignment of cells in the MIDDLE.
    3. So using Paragraph Designer > table cell, I have change the entries in the top in the Middle (the default values have been Top).
    4. With the ditamap pane selected, I'll then menu file > > Save Ditamap under
    5. I save ditamap as ' book with fm components 12.0 (* .book) "file type.
    6. In the resulting book, the XML files are now. FM files.

    However, at this point, when I open the. File of FM which has the table, the cell styles back to the TOP.

    I searched high and low for a similar problem. It's look like a bug to me, but can someone confirm?

    Thank you

    No, this is not a bug by itself. I bet that the alignment is lost before you generate the book. After you set the alignment and saving and closing the file... reopen and see if the alignment is still there... I bet it's gone. As a general rule, you cannot apply put in shape or properties to objects (elements) in a DITA file. This applies to font and paragraph properties as well as table set in shape and other types of development in the form. All you can do is create items and set attributes. Any parameter properties will usually be lost on file save.

    You would probably need to have a 'process of publication' (script any) you run your generated book and chapter files that would scan for an attribute that shows some properties must be set on the table. The @outputclass attribute is typically used for this kind of thing. I'm not aware of what anyone in default FrameMaker DITA, who put in place to manage this type of formatting of the tables.

    If this formatting that you try to apply is consistent for the whole table, it is possible that you will be able to do this by creating a new table format that has this set of default formatting. When you insert a table in a subject, the table format is assigned to the tgroup/@outputclass attribute and this is the form that is used when rendering the table. Just create a new table in the structured application model and put in place this format to have the properties you want. Then, when you insert the table, be sure to select this format. It can be hard to set this up, but it * should * work.

    However, if this does not work, or you need more refined formatting applied to the parts of the table, I produce a tool called DITA-FMx, which offers extended DITA creation and publication of the options for FrameMaker. It offers features that allow this type of table set shaped to be applied by setting the attribute @outputclass to a specific value on the line or cell. You can get more information on DITA-FMx here...

    http://leximation.com/DITA-FMX/

    Good luck!

    Scott Prentice

    Leximation, Inc..

    www.leximation.com

  • Structure of the Table OTL (Oracle time and labor)

    Hello

    Could you let me know the structure of the tables of OTL (Oracle time and labor).
    I've been through manual eTrm, but I'll try to find the joints and the structure of the hierarchy.

    Thank you.

    931832 wrote:
    Hello

    Could you let me know the structure of the tables of OTL (Oracle time and labor).
    I've been through manual eTrm, but I'll try to find the joints and the structure of the hierarchy.

    Thank you.

    Click "diagrams and PDF files" when you access eTRM Web site - http://etrm.oracle.com/pls/et1211d9/etrm_fndnav.ls_object?c_name= *. PDF & c_type = FILE

    Thank you
    Hussein

  • Vertical alignment of the table cell can be defined via CSS?

    In a table cell (IE, 'td') is it possible to define "valign" via CSS, instead of table cell appropriate?

    In other words, instead of...

    < table >

    < b >

    < td valign = "top" >

    .. is it possible to do:

    < table >

    < b >

    < class td = "top" >

    .. somehow, .and allow the stylesheet to define the vertical alignment?

    I ask because none of the attribute in Dreamweaver CS4 presets seem to provide for vertical alignment. Everything on God's Green Earth seems to be there, but the vertical alignment of the cell table seems to be the ONLY thing THAT forgotten CSS.

    miyeager, I'm sorry, I misread your question. Yes, you can. Use ' vertical-align: top of the text.

  • JDeveloper 10.1.3.4: text-align for the table column has no effect

    Hello

    I use JDeveloper 10.1.3.4. In a table, I have a column that contains the numbers, which are aligned to the left by default:
    Applied
    ---------------
    $50.00
    $2,160.00
    $50.00
    ---------------
    $2,260.00
    I want to be aligned with the right to examine more carefully:
    Applied
    ---------------
             $50.00
          $2,160.00
             $50.00
    ---------------
          $2,260.00
    Or better yet, have the cell with the longest string aligned to the Center, and all the other cells in alignment with it by the decimal point:
        Applied
    ---------------
          $50.00
       $2,160.00
          $50.00
    ---------------
       $2,260.00
    I looked in the property inspector, and the only thing that seems closest to the goal is text-align. I put this attribute on the right (text-align: right) for the column and the outputText, but has no effect. Everything is always embedded on the left. How to do things?

    Thank you!


    Newman

    Hello Newman,

    as I recall, I did using the formatType property = 'number' of the component of the column

    Kind regards

    Branislav

  • Alignment of the table

    When I create a new document and insert a new table, it is not bordered at the absolute top of the page. How can I get for lining my table to the top of the page so that it is not any gap @ the top of the page when view in the browser. I've attached an example of false text file and false image placeholder just to get an idea what I'm talking about. Any help will be greatly appreciated.


    Link to a style sheet externally (by using the CSS of DW editor), or to incorporate a
    stylesheet in your code (betweenandby the following
    inside style (embedded noted for the convenience of cut-and - paste) (assuming you want
    no margins).


    (when the value is zero, units are not required)

    You can also try

    Body {margin: 0 0 0 0; padding: 0 ;}}

    or

    Body {margin: 0; padding: 0 ;}}

    as a method of shorthand.

    This will take care of margins in IE4 + and NN6 +...

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================

    "rbaker1" wrote in message
    News:e3t9so$A42$1@forums. Macromedia.com...
    > When I create a new document and insert a new table, it is not aligned to the
    > absolute
    > beginning of the page. How can I go on the lining of my table to the top of the
    > page
    > so that it isn't? t no gap @ the top of the page when view in the browser. I have
    > have
    > attached a sample file with text and picture fake fake place carries just for
    > get
    > any idea what I'm talking about you. Any help will be greatly
    > appreciated.
    >

Maybe you are looking for

  • Vertical lines on the Qosmio F10

    HelloI bought this F10 in Poland 18 months ago so warranty has expired.I would like to correct and revive only if the repair costs will not go on the purchase of a new brand. I send you a few screens, so it may be useful to diagnose the problem. I ho

  • Import/export to the new office in 2016. The big questions?

    I wonder if I should upgrade my office365 to new version of 2016? Someone at - he had more trouble export/import of the docx Pages with the new version of office?

  • Satellite L40 - 16 d - I need a motherboard

    I need a motherboard for my Toshiba Satellite L40 - 16 d. Can anyone help pl?

  • H D short DST Check

    My husband bought a HP model # 15 - g019wm (Windows 8.1) to me in March of this year. One day it froze on me and when I restarted the laptop - I received the following message: "" your PC could not start properly-a device requires is not connected or

  • Waveform generation continues in C/C++, application example

    I am looking for one or more examples of analog output in which a waveform is generated on the fly.  for comparison, all of the examples with NOR-DAQmx constantly shipping and way repeated output data; I would like to be able to edit the output value