How do I move a table in Dreamweaver CS4?

Hi,
I am creating my home page in Dreamweaver CS4 and I made a table. I cannot figure out how to move the table up to the top of the page where I want it. Any ideas on how to move a table?
Thanks,
ashmic19

Add this to your CSS code:
body {margin:0; padding:0}
And your table code should begin immediately after the <body> tag in your HTML.
<body>
<table>
<tr>
<td> something here</td>
</tr>
</table>
</body>
Incidentally, table-based layouts are NOT the best approach.  You might like to take this opportunity to learn how to work with CSS Layouts.  It is the modern web standard.
From  Tables to CSS Web Design Part 1 -
http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
From   Tables to CSS Web Design Part 2 -
http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • How do I move a table from one schema to another schema on Oracle XE?

    How do I move a table from one schema to another schema on Oracle XE?

    Hi,
    I tried to use the insert/select statement that you had given, it did not work.
    The error is ORA-00913: too many values.
    But finally what I did was, I went into the system schema where the table was and generated the DDL through the utilities and afterwards I imported them into the schema that I am currently working on. It solved the problem!
    However I am still curious to know why the insert/select statement did not work? Do you know any site/tutorial which gives a real time example?
    Thank you
    Skye

  • How do I move a table from one schema to another schema?

    How do I move a table from one schema to another schema?

    Grant access to the table from the source schema to destination schema.
      GRANT SELECT ON <TABLE_NAME> TO  <DESTINATION SCHEMA>A simple way would be to use CREATE Table with select syntax (in destination schema)
      CREATE TABLE <TABLE_NAME> AS SELECT * FROM <SOURCE SCHEMA>.<TABLE_NAME><li>However, you would be in <b><u>trouble when the table has index,constraints and triggers</u></b>.
    So you can better of grab the DDL statement of the table(and any additional components) andd then create the table in the destination schema.You can use SQL developer, Toad or Apex's Object browser for this.
    After the table is created, Insert the records using SELECT.
    INSERT INTO <TABLE_NAME> SELECT * FROM <SOURCE SCHEMA>.<TABLE_NAME>This question is discussed in great detail in this <b>AskTom thread</b>

  • How do I move a table to a different spreadsheet (or tab)

    I have a travel document which used to be three spreadsheets (Resources, Upcoming trips, Old trips), each of which had a separate table for each of my trips with a checklist of the things I need to do to prepare for and complete a trip.
    In Numbers 3, the old spreadsheets show up as separate tabs (canvases? I'm not sure of the terminology), and each table is a separate item on that tab/canvas.
    I want to be able to move a table (trip) from the Upcoming tab to the Old tab when the trip is over.
    How do I move a table from one tab/canvas to another???

    James,
    Always make copies of your important documents, or use simple scratch documents, when trying suggestions until you are comfortable with them.
    It takes a bit of a leap of faith, but I've found that if I Cut (Command-X) a Table or Chart from one Sheet and Paste into another Sheet, that's the same as moving, and all works out well.
    Unlike the previous version of Numbers, there doesn't seem to be a way to drag objects from sheet to sheet.
    Jerry

  • How to transport/move a table with data from development to Test to Production

    Hi,
    How to transport/move a table with data from development to Test to Production..? Export-Import a Delivery Unit does only the structure and not the data
    Reg
    Sri

    Hi Sri,
    You cannot transport Data via Transport route in HANA, you can only transport code changes/Structure via DU. For Data movement, you either have a do a export/import from a flat file or replication from a Source System to HANA.
    Thanks Much,
    Abhishek

  • I am looking for assistence how to import an existing website in Dreamweaver CS4

    I need help to import an existing website in Dreamweaver CS4

    Only have one Dreamweaver CS4 installed, trying to get my DW CS4 disk I
    bought installed on computer (done)  I only need to figure out  how to link
    my website to the DW CS4 on my second computer.
    L. Francesca Ferrari, L.Ac., DTCM, DMQ (China)
    Ferrari Center of Chinese Medicine
    222 Forest Avenue
    Pacific Grove, CA 93950
    831.818.3993
    www.francescaferrari.com
    L. Francesca Ferrari, L.Ac., DMQ (China)
    Department Chair Medical Qigong Science
    Five Branches University
    This message, together with any attachments, is intended only for the use of
    the individual or entity to which it is addressed and may contain
    information that is confidential and prohibited from disclosure. If you are
    not the intended recipient, you are hereby notified that any dissemination,
    or copying of this message, or any attachment, is strictly prohibited. If
    you have received this message in error, please notify the original sender
    immediately by telephone or by return e-mail and delete this message, along
    with any attachments, from your computer.
    From: "Nancy O." <[email protected]>
    Reply-To: <[email protected]>
    Date: Sat, 04 Sep 2010 18:34:03 -0600
    To: Francesca Ferrari <[email protected]>
    Subject: i am looking for assistence how to import an existing
    website in Dreamweaver CS4
    >> I do not know where the site files are. They are on my initial Mac laptop
    >> computer, and I use Hostway as my server.
    Do you mean you lost your local copy of your site files from on an old
    computer?
    Log-in to your Remote Server and GET the site files using DW or your favorite
    FTP application (Cute, Filezilla, WS_ftp, etc....)
    >> But I was distinctly told my the call yesterday with Adobe that I must have
    >> CS5 to get my website, www.francescaferrari.com with Dreamweaver on my
    >> second computer.
    Which version of DW did you have before?
    How many installations of DW did you have? You can have up to 2 at a time.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    >

  • Numbers 3.1:  How do I move a table into a different sheet?

    I have just decided to bite the bullet and start using Numbers 3.1.  One immediate problem I have found is to know how to move a table from one sheet into another.  It used to be simple, but now I can't find how to do it.  I have seatched Help and Tutorials, but can't find anything, and I am in a hurry.  HELP!

    Hi Mr. Jinks,
    Thanks to all of you who suggested cutting the table and pasting it into an alternative sheet.  The problem I now have is that this does not work where cells are referenced by calculations in other tables
    But I think links between tables can work fine if you want them to.  Here's what I see on my machine:
    On Sheet 1, a formula in Table 2 referring to Table 1:
    Here's Table 2 cut and pasted to Sheet 2, formula intact, referring to Table 1 on Sheet 1.
    If you want the tables on separate sheets, move the table whose formulas refer to a separate source table.
    SG

  • How can I move/relocate images in Dreamweaver?

    Hello, I'm 16 years old and just went on a mission: My dad's shop has no website, and recently in school we've been taught the most basics of how to design a website. So I set myself a personal goal, to create a website for my dad! I know it will take time and I will be struggling alot, and here after about 20 minutes work I'm already stuck. How can I move images?
    I don't know what version of dreamweaver I'm using, but I only just downloaded it (30 days trial) from adobe.com so it must be the newest version.

    In DW Help Menu > About Dreamweaver shows the version and build #
    First, define  a local site folder. 
    Go to Site > New Site.   Tell DW where you want to keep your site files on your local hard drive.  See screenshot.
    Nancy O.

  • HELP!  How do I move a table?

    Hi everyone,
    I would be eternally grateful if someone could tell me how to
    move a table in CS3? I've looked everywhere online and I can't find
    an answer.
    Once I add a table to a page, I want to be able to
    basically drag it within that same page....HELP!

    You 'move' page elements by building an underlying HTML
    structure that
    allows your element to be placed where you want it. You do
    not drag it on
    the screen.
    Using DW without a familiarity with the concepts of HTML (and
    hopefully with
    CSS) will surely be a tremendously frustrating experience for
    you, I fear.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Novice E" <[email protected]> wrote in
    message
    news:g7ia0g$elt$[email protected]..
    > Hi everyone,
    >
    > I would be eternally grateful if someone could tell me
    how to move a table
    > in CS3? I've looked everywhere online and I can't find
    an
    > answer.

  • How do I move a table with radio buttons to another page?

    I created a document in Word, converted to PDF, added a page (which was created in Adobe Forms Central, only way to get a table with radio buttons - see below for example).
    The issue I have is whilst using the Trial of Adobe XI Pro I was able to move this table up a page and place it under the header.  Now that the trial has run out I cannot complete this task with other documents.
    I started to edit using LiveCycle but it won't let me move the table.
    We have Acrobat X Pro but when I go to edit, it directs me to edit in LiveCycle.  I have tried moving the table using all of these programs.  Can anyone help/guide please? 

    Thank you for your reply.  I am new to editing a pdf and using these programs. I have subscribed to Acrobat XI Pro.  When I try to edit the document it directs me to LiveCycle.  I cannot move the table in LiveCycle.  It won't let me, and I cannot make changes in XI Pro as I did in the trial as it directs me to edit in LiveCycle.  Am going in circles.

  • Scroll bars on tables in dreamweaver CS4

    hi all, please help, have done this before but some evades me now, need to do scroll bars on a table where the content is much longer than the page intended, please assist am using adobe dreamweaver CS4, would greatly appreciate, urgent

    I think you would be much better off if you posted your question in the appropriate Dreamweaver forum, which you may find here:
    http://forums.adobe.com/community/dreamweaver
    This forum is only for discussing the forums themselves.

  • How Do I Move A Table in DW8?

    In DW8 I want to be able to move tables around. Currently I'm
    drawing them on layers, then moving the layers around, but a layer
    position in DW is different when you preview in browser whereas
    tables seem to be the same. This makes designing a lot of guess
    work, and I'm concerned about the variance showing up in other
    browsers making my design look weird. I've been on Lynda.com on the
    DW8 Essentials course which is fantastic, but nothing on how to do
    this. Anyone have any tips for me on this?

    > When I tried, the layers would move around
    > unexpectedly when resizing the browser window.
    Layers don't move. What you saw was the rest of the page
    moving away from
    the absolutely positioned elements.
    > Plus I've visited websites
    > that use layers, even high-profile, well-known sites,
    and the layers often
    > overlap other content, making both unreadable.
    This is indeed the hallmark of a poorly informed webmaster.
    Using layers
    for layout is a typical mistake made by the inexperienced.
    > In the old days, I think layers were supposed to
    > be merged within Dreamweaver to create some kind of
    complex table layout
    > that would be difficult to pull off with HTML alone.
    I have no idea where you got that idea. It's not one I have
    ever seen
    promoted.
    > But my experience with
    > them is that they're nothing but trash: an attempt to
    make web design
    > easier
    > for people who love dragging things around the screen.
    This is just nonsense. Layers are not a DW invention -
    absolute positioning
    is a legitimate part of CSS. When used properly, it can be
    exceptionally
    valuable.
    > Maybe it was lousy implementation or errors on the part
    of the webmaster,
    > but these were websites you wouldn't expect to find
    those kinds of errors
    > on.
    That's exactly what it was.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Damaeus" <[email protected]> wrote in
    message
    news:[email protected]...
    > Reading from news:macromedia.dreamweaver,
    > "Fugasi" <[email protected]> posted:
    >
    >> In DW8 I want to be able to move tables around.
    Currently I'm
    >> drawing them on layers, then moving the layers
    around, but a
    >> layer position in DW is different when you preview
    in browser
    >> whereas tables seem to be the same. This makes
    designing a lot
    >> of guess work, and I'm concerned about the variance
    showing up in
    >> other browsers making my design look weird. I've
    been on
    >> Lynda.com on the DW8 Essentials course which is
    fantastic, but
    >> nothing on how to do this. Anyone have any tips for
    me on this?
    >
    > I've never liked working with layers in Dreamweaver, so
    I just don't use
    > them, and haven't even tried since Dreamweaver 3. I've
    never been able to
    > get them to display properly. When I tried, the layers
    would move around
    > unexpectedly when resizing the browser window. Plus I've
    visited websites
    > that use layers, even high-profile, well-known sites,
    and the layers often
    > overlap other content, making both unreadable.
    >
    > I like the idea of layers. In the old days, I think
    layers were supposed
    > to
    > be merged within Dreamweaver to create some kind of
    complex table layout
    > that would be difficult to pull off with HTML alone. But
    my experience
    > with
    > them is that they're nothing but trash: an attempt to
    make web design
    > easier
    > for people who love dragging things around the screen.
    Sure, it increases
    > productivity, and when you're on a time crunch, dragging
    layers around to
    > fit everything where you want it is a lot easier than
    adjusting table
    > widths, nesting tables within tables to get spacings
    just right, etc...,
    > but
    > the reward is usually a site that is both aligned
    properly *AND* does not
    > have overlapping elements that make it sometimes
    unusable. I've even had
    > layers on high-profile websites prevent me from using
    certain content, so
    > the site was, literally, unusable.
    >
    > Maybe it was lousy implementation or errors on the part
    of the webmaster,
    > but these were websites you wouldn't expect to find
    those kinds of errors
    > on.
    >
    > Damaeus

  • Anyone know how to insert to multiple tables on Dreamweaver?

    Hey everyone,
    I'm a bit of a newbie at PHP and am trying to create my first "dynamic" site.  I have a registration table with fields idNo (primary key & auto-increment), username, password, email.  I also have another table called profile with fields idNo, location, musicalInfluences, aboutMe etc.  All of these fields except idNo have the default value of "update."  What I want to be able to do is add a second insert statement to the user registration behaviour so that I can have the idNo number added to the profile tables as well as the registration table.  That way the registration and profile are linked by idNo and I can create a record-set do automatically populate the profile table on my profile page when the user logs in.  All of the different profile traits would say "update" and I can then use an update server behaviour for the user to update there profile.
    I might be approaching this the wrong way so I'm open to suggestions on how to create a user login and linked profile page.  One thing I could not work out was how, when the user clicks login with the correct credentials,  I was supposed to separate a first time user, directed to the create profile page, from a user who has already created a profile page and just wants to see it.  The only way I could think of was by using the default method explained before and then having an update page.  Sorry if that was a bit of a waffle.  Here is my code.  Any help would be much appreciated!!
    This is the script that I have included on my registration page.  I just extracted the php and used an include to keep the html page tidy.
    <?php require_once('Connections/soundstorm.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    // *** Redirect if username exists
    $MM_flag="MM_insert";
    if (isset($_POST[$MM_flag])) {
      $MM_dupKeyRedirect="usernameExists.php";
      $loginUsername = $_POST['username'];
      $LoginRS__query = sprintf("SELECT username FROM registration WHERE username=%s", GetSQLValueString($loginUsername, "text"));
      mysql_select_db($database_soundstorm, $soundstorm);
      $LoginRS=mysql_query($LoginRS__query, $soundstorm) or die(mysql_error());
      $loginFoundUser = mysql_num_rows($LoginRS);
      //if there is a row in the database, the username was found - can not add the requested username
      if($loginFoundUser){
        $MM_qsChar = "?";
        //append the username to the redirect page
        if (substr_count($MM_dupKeyRedirect,"?") >=1) $MM_qsChar = "&";
        $MM_dupKeyRedirect = $MM_dupKeyRedirect . $MM_qsChar ."requsername=".$loginUsername;
        header ("Location: $MM_dupKeyRedirect");
        exit;
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "registerForm")) {
      $insertSQL = sprintf("INSERT INTO registration (username, password, email) VALUES (%s, %s, %s)",
                           GetSQLValueString($_POST['username'], "text"),
                           GetSQLValueString($_POST['password'], "text"),
                           GetSQLValueString($_POST['email'], "text"));
      mysql_select_db($database_soundstorm, $soundstorm);
      $Result1 = mysql_query($insertSQL, $soundstorm) or die(mysql_error());
      $insertGoTo = "registerSuccess.html";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    ?>

    you can use a trigger in mysql. this trigger is for new records in your registration table. you can use mysql's last_insert_id() to get the last record inserted. just search for mysql triggers to get more info. note that this is not php code, it is mysql.

  • How do I move a table within Pages on my iPad

    Seems like it should be fairly easy as the directions just say to "highlight the top corner and drag it" - however, for the life of me this will not work.  I have tried tapping, one finger, two finger etc. and it won't budge.
    I'm using an iPad 3 with the newest version of pages... what I am trying to do is have two tables side by side on the page and this shouldn't be that difficult.
    Thanks in advance for any help!

    Turn off  'Wrap' > 'Move with Text'.

  • Scroll bars within tables in dreamweaver cs4

    please assist am trying to create scroll bars for content to be placed inside a table, the content i have is to long for page lenght, am using dreamweaver CS4

    omedia.co.za wrote:
    hi, osgood, thank for reply, i am novice and sorry but i still am not clear on what you mean, could you please explain in detail how to go about doing these scroll bars, greatly apprciate your time. :-/
    Hummm........ not sure how much clearer I can explain it to be honest.
    In your page where you need the scroll area to appear insert your mouse cursor.
    Then switch to code view. You should see your cursor flashing between two <td> | </td> tags, (the table cell)
    Where the cursor is flashing type in:
    <div id="scroller"></div>
    Then insert all the content that you need to scroll into the 'scroller' <div>
    <div id="scroller">Your scrolling content to be inserted here</div>
    Next copy the css below and paste it into the head section of your page directly before the closing </head> tag near the top of our page.
    <style type="text/css">
    #scroller {
    width: 300px;
    height: 200px;
    overflow: auto;
    </style>
    Change the width and height to whatever suits your needs.

Maybe you are looking for