New to Dreamweaver. Make an additional column.

My boss found out I have some computer background and wanted med to fix something on the website of the company. I have a Web page for more than a decade, so I am completely new to coding and Dreamweaver. The page he wants fixed looks like this:

dreamweaver1.png

There is a lot of extra space between the map and contact information. He wants a second column with contacts. How can I fix?

Any help appreciated.

(http://www.stadt.no/kontakt.html)

The page is a table-based page layout. Adding an additional column could be as simple as to change this (notice my change suggested in bold).

e-post: [email protected]">[email protected] ".

on this subject.

e-post: [email protected]">[email protected] ".

Then adjusting your cell widths and alignments in function. Fill in the additional column with the desired content.

Tags: Dreamweaver

Similar Questions

  • How can I make and additional administrative account?

    I'm in safe mode but cant find were to make an additional admin account to help?

    You do not necessarily need to be in safe mode, but whatever it is, while logged in as an administrator, you can go to start > Control Panel > user add or remove accounts and in that choose "Create a new account" and will then have the choice of the Standard user or administrator.

  • Impossible to extract the data of an additional column in the table advance

    Hello

    We have an obligation to add an extra column to the table of advanced search. In addition, we need sort the table using this additional column.

    Now, we have achieved the following:

    1. the required VO was already extended previously and the additional column (LAST_UPDATE_DATE) is already present in the definition of the EO. So, we just added the tag for LAST_UPDATE_DATE in YOUR XML in the form:

    < ViewAttribute

    Name = "LAST_UPDATE_DATE".

    IsPersistent = "false".

    Type = "Oracle.jbo.domain.date"

    ColumnType = "DATE".

    AliasName = 'LAST_UPDATE_DATE. '

    Expression = "LAST_UPDATE_DATE."

    SQLType = 'DATE' >

    < / ViewAttribute >

    2 added a new MessageStyledText column, and updated the following property:

    Prompt = LastUpdateDate. Discover the Instance = TaskPerzSumVO. Display attribute = LAST_UPDATE_DATE. Sort Allowed = true

    The field is now visible in table advance and whenever we seek, attaches the value as ' 1901-01-01'. While I checked manually in the respective table, we have the appropriate data. But in the front end we do not get the data in our additional column of table in advance. In addition, if we try to sort the table by clicking the column LAST_UPDATE_DATE, we get the NPE error. Spec of NullPointerException is as follows:

    # # 0 in detail

    1. java.lang.NullPointerException

    at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:989)

    Kindly help us to obtain the appropriate data in the additional column. Thank you!

    Kind regards

    Zahid

    Hi Zahid,

    This is the error:

    29000: unexpected exception caught: oracle.jbo.NoObjException, msg = Houston-25003: TaskEO.LAST_UPDATE_DATE object of type entity activity not found

    Tag entity by its use should have only name of EO and not the name of the attribute.

    Use instead under the tag:

    EntityUsage = "TaskEO".

    Also, I mentioned that rather tags manually, add it please try Wizard VO to add this attribute in EO attributes available list.

  • Target table has 3 additional columns

    GG version 11.2.1.0.3
    Platform: RHEL 5.4
    DB: Oracle for Oracle (Source and target is 11.2.0.3)

    Use of GoldenGate we must replicate the LMD of a table (Uni-directonal) source to target.

    In the target, due to operational requirements, the table will have 3 additional columns. These 3 columns will fill separately by an application that is scheduled to run every midnight. .

    For the initial charge, we will make expdp, impdp from source to the target. Once the import is complete, we will launch the next column, adding commands in the target DB.
    alter table crtn_hdr_dtl add lv_rotate varchar2(30);
    alter table crtn_hdr_dtl add blnd_smt varchar2(30);
    alter table crtn_hdr_dtl add run_type varchar2(5) ;
    To process the additional columns in the target table, what are configuration changes that must be accomplished in the extracted parameter files and replicate for this table?

    In the param repeated file, instead of ASSUMETARGETDEFS you need to use SOURCEDEFS with a file of the source table definition. You can still use USEDEFAULTS in the COLMAP clause.
    No change is required to extract file param.

  • R12 payment process Request Status Report add additional columns to the XML data.

    In 11i, we had modified the preliminary report of payment to include additional columns (distributions of invoice). R12, this report is obsolete and Oracle introduced a new report 'Payment process Request Status Report'. This query uses BI Publisher to generate the release of the final report. I can't edit the template for the output XML to the report has not
    contains data for distribution invoice account. We need to know how we can modify the XML data to include additional columns.

    For the disbursement of funds (payment instructions file) process, Oracle provides extensibility IBY_FD_EXTRACT_EXT_PUB package to build the custom XML element structure that can be added to the extracted XML payment generated by the Oracle payments. Do we have something similar to this report? Are there other options available?

    Thank you

    Hello

    The same "IBY_FD_EXTRACT_EXT_PUB" package also works for the payment request process status report. Please add the logic to get the distribution data in this package, and you'll see the new XML tags in this report also.

    I hope this helps.
    Serge

  • Tweak Firefox default tile (new tab) to make it as Speed Dial.

    Is it possible to tweak the default Firefox tile (new tab) to make it as Speed Dial?
    For example, google.com adds the first tile, firefox.org on the second, etc...

    It is possible to do without having to download add-ons?

    Thank you.

    You can change the order of the boxes on the subject: newtab page and drag an item on a tile that is different to pin in this position or you can remove a Web site by clicking on the close X to block this URL.
    You can drag a bookmark or history item and drop them in a tile on the subject: newtab page to pin them and have your own sites showing favorites.

    Changes manually on the subject: newtab page are stored in the preferences you can find on the subject: config page and if necessary you can reset these prefs via the context menu.

    • Browser.newtabpage.pinned stores the Web site you pinned to a tile.
    • Browser.newtabpage.blocked stores the Web site that you've deleted by clicking on the X button in a tile.
    • http://KB.mozillazine.org/about:config
  • Additional column in a table


    Hi all

    I would like to add an additional column in a table, and it must have the values Valiid or Invallid.

    I mean that I need to have the list of values for the invallid or column showing which.

    Please let me know, how to get there.

    Thank you

    Kumar.

    Hi Kumar,

    user624202 wrote:

    Hi all

    I would like to add an additional column in a table, and it must have the values Valiid or Invallid.

    I mean that I need to have the list of values for the invallid or column showing which.

    Please let me know, how to get there.

    Thank you

    Kumar.

    Assuming that you want to add the column to capture valid or not valid and store it in the database, if this is the case.

    1 Add this column that will contain the values for valid and invalid in the table to your query in a table

    Here I added the status column that will keep VALID and INVALID in the database

    select
    "EMPNO",
    "ENAME",
    "JOB",
    "MGR",
    "STATUS"
    from EMP
    

    2. go to the attributes of the region-> column to change the STATE of

    Goto column attributes

    Display as-> list of selection (named LOV)

    Named LOV-> select your Lov

    Attributes of tabular form Goto

    Owner of the reference Table-> select the scheme name

    Reference Table name-> the name of the table

    Name of column reference-> give the name of column

    Hope this helpe you,

    Kind regards

    Jitendra

  • Sort by additional columns in vSphere Datastore Performance dashboard

    Hello

    I was wondering why I couldn't sort on one of the columns in the default dashboard for the vSphere "Datastore Performance". If I can't perform a sort on the values that I want to see that kind of defeats the purpose that he wanted to show?

    I can always manually scroll vertically to see the bottleneck manually, but it would be nice to have the ability to sort.

    Anyone know if it possible in some way, I have not discovered?

    SortingInAdditionalColumns.jpg

    Kind regards

    Erik Alm

    You are right that additional columns added to the widget resource attributes cannot be sorted (asc or desc). I share your frustration in that. For the moment, there is no way to do this in vC Ops 5.8. I look forward to changes in future versions that allow this feature.

  • I always use Macromedia Dreamweaver 4 for my Web site. The new CC Dreamweaver will be able to use the old traced or will I have to start over?

    I always use Macromedia Dreamweaver 4 for my Web site. The new CC Dreamweaver will be able to use the old traced or will I have to start over?

    CC of Dreamweaver is capable of handling any HTML page, regardless of where it was created. However, you might find that your existing code is not valid (it depends on how good your understanding of HTML is).

    Download the demo version and see how you rate. However, you should be warned that Dreamweaver CC is very different from DW 4.

  • Valueset TABLE based at SSHRC does not display the additional columns

    Hello

    I created a valueset, which is the base of the table. I added a column in the extra column. I use this valueset in an EIT. I created a page of SSHRC s for the EIT.

    My problem is, that valueset shows the additional column when you open the valueset in EIT of FORMS, but does not show the additional column on the page of SSHRC.  Is this a bug?


    Hi Alex,

    I have the solution for this. Basically, you specify the alias column name and specify the width with it.

    for example: aa.segment1 'Destination' (20)

  • I converted a PDF to Excel and now I have a lot of extra columns, how do I get rid of the additional columns, there are probably more than 50?

    I converted a PDF to Excel and now I have a lot of extra columns, how do I get rid of the additional columns, there are probably more than 50?

    Hi Carl,

    Please see this thread link: I converted a pdf file to excel and now I have columns, many of them, I don't know how to get rid of?

    Kind regards

    Rahul

  • uninstalled Dreamweaver CC think I have the new 2014 Dreamweaver. Can I get it back?

    I am and have been a member of iCloud.  I uninstalled the thought of Dreamweaver CC, that he was allowed to do so, I used the icon on my dock, thinking that it was the new 2014 human beings.  Evil.  I'm the question mark and when I loaded Dreamweaver and started my site everything was a mess or missing!  Help!  I had to have it until this weekend.  I just finished a site in Muse and I am going to redo my site out there.  Sorry, I'm rather new to Dreamweaver anyway.  I went from PageMill, yes I know, years ago, but a lot with my site is not done for years.  This is the time!  Maybe I should just give it up. I went to my apps iCloud and Muse CC is there but not Dreamweaver.  Any suggestions?

    Launch Adobe Creative Cloud.

    On the applications tab, under "Filters & Versions" select the previous Version.

    You will be able to install DW CC 13 from there.

    See you soon,.

    Delphine

  • How to make a percables column.

    Hello

    How to make a percables column even if this isn't a dimension hierarchy level.


    Thank you
    Shil

    It is not possible to use the descent without hierarchies Dim touch drill. But you can navigate from one report to another using the "Navigation" of interaction of values feature in 10g (action link in 11g)
    taking column is requested in the reports in detail, but he will see the result in a separate window, not as if the results are shown in the same window with hierarchies dim drill feature.you can set up bread crumbs to return to the previous page to see the high level.

  • New to Dreamweaver - tries to update a site

    I am new to dreamweaver and I'm trying to update an existing site.  When I try to 'get' files (any file of more than 2 672), it appears to "hang" just and cannot recover the files.  If the page size is REALLY small, I can get the page - so I know that I am in communication with the server.  Any ideas?

    Thank you!

    You mean that any file > 2762 bytes?  Can't imagine why.  You can get these files with a 3rd party FTP app?

    Murray

  • New to Dreamweaver

    Hey all,.

    I am completely new to dreamweaver and expect to be a little stiff at first, the learning curve.  Of course I will dive into it.   Any suggestions on arrived at full speed on dreamweaver and learn how to use it?  I have background with Internet site design but have been using Microsoft Frontpage.  I know - prehistoric software but its taking some time for me to be able to buy something expensive like Dreamweaver CS4.

    Furthermore, I've almost burned on eBay because I bought a cheaper copy of Dreamweaver CS4.  Everything seemed legitimate until I tried to save the serial number and with the help of Adobe Support, I discovered that my software was not authentic and invalid.  After that I bought a legitimate copy and it opens, I saw all the differences between the false and the true.  Incredible.  Too much to learn my lesson!  Fortunately, eBay is get me a refund on it.  I'm lucky!

    Hello

    First of all welcome to dreamweaver and the forum

    The best place to start is with free tutorials and videos, (there are also links to guides for learning paid the links below).

    1. http://www.Adobe.com/devnet/Dreamweaver/
    2. http://TV.Adobe.com/#

    Happy learning.

    PZ

    www.pziecina.com

Maybe you are looking for

  • get the error when you run bootcamp on Sierra

    When you run Bootcamp-can not go beyond the second screen that gives me an error of pop-up windows 'startup drive must be an OS X extended (journaled) formatted partition. Workaround attemps I have partitioned my drive native and also used an externa

  • FrontPage 98 asks username and password whenever it is open

    I use Frontpage 98, asking me my username and password everytime I open the program.  I've set up a Web site, but when the client is referred to my site after paying download their product, because they went on the Web site, he asked my user name and

  • Pavilion g6-2235tx Notebook: upgrade of RAM for Pavilion g6-2235tx laptop

    R & M for this laptop Guide said a max of 8G of RAM more 2 slots i.e. max of 4G / slot and DDR3 - 1600 MHz dual channel support for a next generation processor Intel Core. Processor = Intel Core i7-3632QM processor (2.2 GHz, turbo SC up to 3.1 GHz, 1

  • Deskjet3050A in a flag tricolor hp cartiridge is not compatible

    There are many color ink, the copper heads have been cleaned, I try to print in black only and the Tricolor cartridge message is not compatible comes and I can't print anything in any color or black mode the printer works fine and I have not touched

  • AIP - SSM in cluster

    Hello We have a failover cluster ASA, with 2 IPS, each in an ASA AIP - SSM. There is a way of module config mode cluster as ASA IPS, or have a configuration that is mirrored between them? Thank you very much.Better with respect to Antonello.