Is it possible to add a column to a template?

I'm using cs5.5.
Here's the website I'm trying to design. www.metzartonline.com
It was a two column template that I got from DW but I then put the nav bar horizontal.  After doing that, there's this empty space along the right side.  Can I make that into a column? 

I'm going to save us both some time & trouble. Close Dreamweaver.  You're not ready to use this product until you have a working knowledge of HTML & CSS code.
Start here:
HTML & CSS Tutorials - http://w3schools.com/
Learn CSS positioning in 10 Steps
http://www.barelyfitz.com/screencast/html-training/css/positioning/
How to Develop with CSS?
http://phrogz.net/css/HowToDevelopWithCSS.html
New DW Starter Pages (read the documentation)
http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • Is it possible to add a column to the Item matrix in the ItemLookup form (C

    Hi,
    Is it possible to add a column to the Item matrix in the ItemLookup form (CFL or Find Lookup).
    I need to display a value in the newly added column if the itemgroup in that row matches a certain value , how can I achieve this.
    Thanks

    Hi,
    You may check this: Can we add CFL to the  system/form defined textbox?
    Please close your previous open thread.
    Thanks,
    Gordon

  • Is it possible to add new columns with format "Text" once a table is linked to a form

    Is it possible to add new columns with format "Text" once a table is linked to a form in Numbers for iPhone or is it impossible and thus a serious bug?(Rating stars and numeric vales seem to work.)
    Those bugs happen both for new speadsheets as well as existing onces, like the demo. When you are in the form only the numeric keyboard shows up.
    Pat from the Apple Store Rosenstrasse/Germany approved that it looks like a Bug during the Numbers Workshop I was in: It is not possible to add new columns with format "Text". I reported the error for Version 1.4 but there is no update nor do I get statement of understanding the issue.

    Hi Knochenhort,
    I see what you are talking about now. Without knowing how the program actually works, I think this is what's going on:
    When you add a new column to an already existing table (with already existing formats), the new cells come already formatted like the previous column. So when you add a column to the end of the demo table, the cells are already formatted like stars, and when you add a column to the beginning, they're already formatted like number.
    I think this is why it's different when if you add columns to a table with blank (unformatted) columns. In that case, the new cells aren't already "tainted" with a set format, so you can change to text format without issue.
    It seems like the problem is that you can't format cells that are already formatted as "number" as "text" format (even if it doesn't look like they are, because they are blank). IMO, this is a bug! This is why you don't see this issue when adding columns to a new table, because the new cells don't already come with a format.
    To workaround, you can highlight the body cells after adding the new column, and delete the cells. This will "clear" the formatting, so you can then go in the inspector, format them as text, and the correct keyboard will pop up.
    Hope that helps!

  • Hi.is it possible to add 2 columns and put it in the third calumn thru sqll

    Hi.is it possible to add 2 columns and put it in the third calumn thru sqll
    Hi i have 3 columns
    callstart,duration and callrelease
    In the extract i get values only for callstart and duration.
    Is possible thru sqlldr to output the sum of callstart and duration into callrelease.

    May This Can Help You..
    SQL> select * from table_a;
            ID SCHEDULED  MARK             PRID
             5 07-NOV-10  T05                 7
             6 18-SEP-10  T06                 8
             4 31-JAN-11  T02                 2
             1 18-JAN-11  T01                 2
             2 18-JAN-11  T02                10
             3 18-JAN-11  T03                 1
    6 rows selected.
    SQL> alter table table_a add mix varchar(50);
    Table altered.
    SQL> select * from table_a;
            ID SCHEDULED  MARK       PRID MIX
             5 07-NOV-10  T05           7
             6 18-SEP-10  T06           8
             4 31-JAN-11  T02           2
             1 18-JAN-11  T01           2
             2 18-JAN-11  T02          10
             3 18-JAN-11  T03           1
    6 rows selected.
    SQL> update table_a
      2  set mix=mark||to_char(id);
    6 rows updated.
    SQL> commit;
    Commit complete.
    SQL> select * from table_a;
            ID SCHEDULED  MARK       PRID MIX
             5 07-NOV-10  T05           7 T055
             6 18-SEP-10  T06           8 T066
             4 31-JAN-11  T02           2 T024
             1 18-JAN-11  T01           2 T011
             2 18-JAN-11  T02          10 T022
             3 18-JAN-11  T03           1 T033
    6 rows selected.
    SQL> Regards
    Umesh

  • Is it possible to add Attribute(column) to entity via Excel addin?

    I can create an entity via the excel addin and update data in it but i cannot add additional columns (attributes)  to it via the excel addin once its created. am i missing something or is it just not possible?

    Winston, is this still an issue?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!
    I worked around it using the excel addin, but the question is to see if its possible to do this in teh MDS web UI, without using excel, as its not very good design to have to jump from the browser based designer to excel and back in order to manage an MDS model.

  • Is it possible to add a column to the SCSM User Picker?

    The issue: New employees, taking incident request calls, do not know who our VIPs are, and VIPs are supposed to be given additional service during the call itself, not simply after it. 
    I have extended the User and Group class and added an "isVIP" Boolean field.  I have a workflow that applies a template to incidents from people for whom this field is TRUE, but that happens after the fact, when the incident is saved... I'm
    trying to find a way to flag the employee taking the call RIGHT THEN AND THERE that they have a VIP on the line.
    I haven't had any luck finding a way to auto-fill a field during the creation of the Incident Request based on the name selected as the Affected User.   I hit on the idea that maybe I could add a column to the results provided
    when you type a partial name and hit the "..." button in the User Picker.  Right now we get First Name, Last Name, Title, User Name, Domain and Company.  Is there any way to add another column and have the isVIP field provided?
    Or, if not an extended field, how about any field that is already part of that class?  
    Thanks for whatever advice you can give.

    Hi Ryan,
    You cannot do it with the default control (UserPicker) but there's a way to present the VIP flag immediately . Please refer to
    this.
    Cheers,
    Marat
    Site: www.scutils.com 
    Twitter: LinkedIn:
    Graveyard:

  • Is it possible to add pages from a different template

    than the one one chose to work in?
    Juan Carlos

    Hello Juan,
    you can copy and paste every section of a document into an other document if you are using Pages version 2.x. Just show the thumbnail view (menu: "View/Show Page Thumbnails") click onto the section (surrounded by the yellow frame) you want to have in the other document and copy it. Than make the other document the active one, show the thumbnail view and select the section where you want to paste the section into (I can't remember at the moment, if it will be pasted before or behind the selected section).
    But be aware that styles with the same name will be overwritten with the existing styles, so make sure you have in every document different names before you do the copy-and-paste thing. Of course, different document sizes will cause problems, too.

  • Is it possible to add a field to OKEK in configuration SCREEN?

    Hello SAPPERS,
    I would appreciate if someone could provide some input on the following issue.
    Is it possible to add a field to Define Account Determination for Internal Goods Movements (OKEK)?
    This table determines the GL accounts assigned when inventory is moved between plants.  Is it possible to add another column to the left hand side?  I would add the receiving plantu2019s VGCd, if possible.  Even better would be a profit center group (1100 for all 11xx profit centers for example).
    I know there are two ways to add field to the DB Table. They are INCLUDE and APPEND structure.
    Is it possible to append a field to table V_T8A00, and display it in config screen OKEK?
    Thanks for any advice

    Hello,
    On a transfer, the accounting treatment is different when the move is within the same division VS when it goes to another division. 
    When plant 1101 ships to plant 1102, we donu2019t want to post to account 360100.  When plant 1101 ships to plant 1301, we do want to post to 360100.  Having the receiving profit center group in the mix will enable this distinction.
    Thanks in advance

  • ADD new Column in the form

    Is it possible to ADD new Column in the form like Sale Quotation, Sales Order and ...

    It is possible.
    go to tools >UDF > Manage UDF >choose marketing documents rows.
    select the row and say add to add a new column in the documents.
    Note: this will be applied to all documents \
    ie.quotation,order ,invoice, PO ,GRPO etc.
    U can hide these columns in form settings.
    This will help u
    Give points if helpful
    Regards
    Suresh Kannan

  • Add new column to template - rtf

    Hy,
    I want to add new columns to a template.
    My records have different number of columns, I know the number of them from a parameter. I want to generate a table with dynamic numbers of columns.
    Somebody can help me?
    My xml is:
    <DATA_RECORD_2>
         <col1>header 1</col1>
         <col2>header 2</col2>
         <col3>header 3</col3>
    </DATA_RECORD_2>
    <DATA_RECORD_2>
         <col1>coloana 1.1</col1>
         <col2>coloana 1.2</col2>
         <col3>coloana 1.3</col3>
    </DATA_RECORD_2>
    And I want my table:
    header 1 header 2 header 3
    coloana 1.1 coloana 1.2 coloana 1.3
    thanks.
    Leo.

    Please refer http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e12187/T421739T481157.htm#4535399

  • Additional Columns in Appraisal Template

    Hi,
    I am currently creating a template similar to MBO in PHAP_CATALOG_PA.
    Can i add additional columns in the template. Is there any configuration step to add additional column and give a column header name. For example: See Below, I require first column to be the list of objevtives, second column appraisee set his goals at the start of the year after having a mutual discussion with his manager. 3rd and 4th cloumns are for Mid year review one for self and other for manager. 5th and 6th columns are for the end of financial year to give the final scores.
    Please note we are on ECC 6 with Latest support pack 61 (But not EHP4)
    Objectives                                 | Goal Setting by | Mid Year Review | Mid Year review | Final Review |Final Review
                                                        Self & Manager   Self                       By Manager         By Self           By Manager
    1. Primary Objectives
    2. Department Objectives
    3. Individual Objectives
    4. Others.
    Regards
    Srinivasa Naidu

    Hi,
    Yes, you can create custom columns through transaction code OOHAP_BASIC.
    Hope this helps.
    Donnie

  • Is it possible to add a newline to a column?

    Hi,
    So I am wondering if it is possible to add a newline to a column in a SQL report? For example I have 4 columns I am selecting. I want the first two columns to be on one line then have a <br> then the next two columns
    to be on the next line. Is something like this possible?
    I have tried things like
    select column1, column2, '<br/>' || column3, column4but that doesnt seem to work.
    Any help would be appreciated
    Thanks in advance!
    Edited by: goochable on Jul 17, 2011 8:38 PM

    Hi Austin,
    Thanks for your help! Neither of those options seem to work. What am I doing wrong?
    I have a Reports Region form a SQL Query
    SELECT e.evaluation_note_id, l.description, u.FIRST_NAME || ' ' || u.LAST_NAME || ' <br/>' debriefer, e.evaluation_note,
    '<b><a href="javascript:OpenPopup(6,' || chr(39) || 'P6_EVALUATION_NOTE_ID' || chr(39) || ',' || e.evaluation_note_id || ');">Notes</a>' "Notes"
      FROM evaluation_notes e, users u, lookups l
    WHERE u.user_id = e.created_by
       AND e.evaluation_id = :P2_EVALUATION_ID
       AND UPPER(l.lookup_type) = 'EVALUATION_TYPE'
    ORDER BY e.evaluation_note_idI have all of the columns set to "Standard Report Column"
    I have "Strip HTML" set to No
    I have tried using the HTML Expression as you have suggested below. I have tried putting the
    ' <br/>'in the query. But none of these options seem to create a newline for each row.
    Do I need to create a Custom Region to get this functionality?
    Thanks again

  • Is it possible to add columns to segmentation wizzard

    Hi,
    I'd like to know if there would be any way that when i generate a segment with segmantation wizzard and i could add some columns that i need and that the segmentation wizzard populates it. For instance i'd like to add a column for account, to see to what accout belongs the contact, is that possible?
    thanks

    Modify the code behind segmentation wizard and you can get the columns you want.

  • Is it possible to add columns/attributes in an Extended EO?

    Hi all,
    I need to add new updateable columns-attributes to an standard VO. (oportunities in sales module).
    The problem is that this columns are not in the EO, so my question is how to add this columns to the Extended EO, so I can use them in an extended VO.
    Any help would be appreciated, because I have not seen anything related to this in the developers guide.
    Thanks in advance.
    Juanje
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

    If the columns belong to the same table as in your existing EOs but not included then you can directly add them in the EO. If you are trying to derive the columns from a different table then you can join the new table and add the columns in your extended VO.

  • MSS - OADP - possibility to add columns in navigation area

    Dear SDN members,
    I would like to know if there is a way to add a column in the navigation area (column tree) for object navigation like Organization.
    In standard only the text (char 40) is displayed.
    Thanks for your answers
    Regards,

    well the column can be added using data views IMG under OADP
    But i m not sure this can be used to add in navigation area, it ll require modification there
    function modules: HRWPC_ RFC_OADP_EVAL_DATAVIEW and
    HRWPC_OADP_GET_DATAVIEW_COLDT

Maybe you are looking for