How do I move object locations in my layout?

I need to move a table structure in my layout 3 lines down from the header image and text?
       Thank-You.

I never found a good solution for this, but I do the following:
Add 3 Label Elements on top of your table, and change their properties as following:
design = light
width = 100%
*there is also a "paddingTop" attribute for your table that you can use; but its is very limited.
hope this helps,
harman

Similar Messages

  • How do I move objects from other package to a newly created one?

    How do I move objects from other package to a newly created one?
    Thanks!

    Dear Anthony Pham ,
    for changing objects from one package to another package
    open that object for example Report
    open the report and than click GOTO select OBJECT DIRECTIORY ENTRY
    than it will open a popup in that popup click the change and give the new package
    Thanks
    Surendra

  • Animation: how can I move objects (and their transform keyframes)?

    Hi,
    I have created a project with a group of layers which all move (have transform keyframes set up).
    Now I want to move the group, but when I do this and then run the animation, the position of all the transform keyframes I have set up remain in the same place.
    Is there some way to move a group of objects and the location of their transform keyframes at the same time, or will I have to go through each keyframe and move them individually?
    Thanks!
    Jack

    > PLEASEEE HELPP
    You need to get some understanding of HTML and CSS to know
    why building a
    web page is not like using a page layout program or even a
    word processor.
    Unfortunately that will require some effort on your part.
    You cannot just place things on the page in HTML - you need
    to build an HTML
    infrastructure to hold the elements you want to appear on the
    page, and to
    hold them in the location where you want them to appear. As a
    simple
    example, consider a 1 row by 2 column table, where each
    column is set to 50%
    width, and the table itself is 800px wide. An image placed
    into the second
    column will be located exactly 400px from the left margin of
    the page
    (assuming a) the image is less than 400px wide, b) the table
    has zero
    borders, cellspacing and cellpadding, and c) there is nothing
    wider than
    400px in the first column.
    Make sense?
    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
    ==================
    "afsheenm" <[email protected]> wrote in
    message
    news:fftbo8$cok$[email protected]..
    > hi, its my first time making the website so i have no
    clue about anything.
    > how
    > can i move text box? i mean i wrote something and want
    to move its
    > position
    > like up or down, how can i move it? also tables??????
    sometimes i can move
    > them
    > , by chance but i have no clue how i did it? PLEASEEE
    HELPP.
    >

  • How do I move the location of library to external drive?

    I started uploading pictures in Revel and didn't realize that it was taking up space on the limited hard drive in my Mac Pro.  How can I move the back up, and all related files to an external hard drive and still keep everything on the cloud?

    Hi Johnny,
    Unfortunately, you can not move the location of the library on your Mac. What you may want to do is turn off "Keep All Originals" - then, upload your images then put those originals on the external HD. Then you'd have your original images backed up on the ext HD, also have them in the cloud, but off your desktop.
    Glenyse

  • How can i move objects?

    hi, its my first time making the website so i have no clue
    about anything. how can i move text box? i mean i wrote something
    and want to move its position like up or down, how can i move it?
    also tables?????? sometimes i can move them , by chance but i have
    no clue how i did it? PLEASEEE HELPP.

    > PLEASEEE HELPP
    You need to get some understanding of HTML and CSS to know
    why building a
    web page is not like using a page layout program or even a
    word processor.
    Unfortunately that will require some effort on your part.
    You cannot just place things on the page in HTML - you need
    to build an HTML
    infrastructure to hold the elements you want to appear on the
    page, and to
    hold them in the location where you want them to appear. As a
    simple
    example, consider a 1 row by 2 column table, where each
    column is set to 50%
    width, and the table itself is 800px wide. An image placed
    into the second
    column will be located exactly 400px from the left margin of
    the page
    (assuming a) the image is less than 400px wide, b) the table
    has zero
    borders, cellspacing and cellpadding, and c) there is nothing
    wider than
    400px in the first column.
    Make sense?
    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
    ==================
    "afsheenm" <[email protected]> wrote in
    message
    news:fftbo8$cok$[email protected]..
    > hi, its my first time making the website so i have no
    clue about anything.
    > how
    > can i move text box? i mean i wrote something and want
    to move its
    > position
    > like up or down, how can i move it? also tables??????
    sometimes i can move
    > them
    > , by chance but i have no clue how i did it? PLEASEEE
    HELPP.
    >

  • How do I move the location of my log files in WebLogic

    I am using Weblogic on Windows
    I have WebLogic installed on the C: drive
    I want to keep WebLogic on the C: drive, but move my log files to an alternate drive
    How can I do this ?
    Can this be done from the console ?
    Thanks

    You can refer to "Changing the Name and Location of the Server Log File" in the following document :-
    Link : [http://e-docs.bea.com/wls/docs81/ConsoleHelp/logging.html#1050020]
    Link : [http://e-docs.bea.com/wls/docs92/ConsoleHelp/taskhelp/logging/ChangeServerLogFileNamesAndLocations.html]
    Edited by: Manish Chellappan on Jul 14, 2009 8:16 PM

  • How do i move objects in an assigned order?

    I need help urgently!
    I have 14 bricks, and want each one to fall down the screen
    in a particular order.
    I'm guessing I'll need to use an array, but I am really new
    to actionscript and need basic instructions on what to do...
    thanks
    (this is my fla so far, the user has to match the puzzle on
    the right as the bricks fall in an assigned order)
    Using Flash MX

    (in order as in.. right after the other or right after they
    land...)
    this is right after the other (with a given time to drop the
    next)
    if they are all seperate boxes, do something like this:
    on the onClipEvent(load), put an order, like drop=1,
    drop=2,drop=3
    onClipEvent(load)
    drop=2
    time=0
    onClipEvent(enterFrame)
    time++
    if(time>drop*12) //12 frames before dropping the second
    one
    **your drop code
    if you want them as duplicated, do this:
    duplicatedmovie=[the duplicate movieclip code]
    duplicatedmovie.drop=1
    and in the movieclip that you are duplicating, add this:
    onClipEvent(load)
    time=0
    onClipEvent(enterFrame)
    time++
    if(time>drop*12) //12 frames before dropping the second
    one
    **your drop code
    basically the same code except that the drop was set in
    different areas.
    I hope it helps, but I'm not sure if it was what you were
    looking for.

  • How can you move the objects from one server to another?

    how can you move the objects from one server to another?

    Hi,
    Collecting objects for Transporting
    1. rsa1->transport connection
    2. left panel choose 'object type', middle panel choose 'infocube' and 'select objects'
    3. then choose your infocube and 'transfer'
    4. will go to right panel, choose collection mode 'manual' and grouping only 'necessary objects'
    5. after objects collection finished, create request
    6. If they are $TMP, then change the package.
    7. When you click the Save on the change package, it will prompt for transport. Here you can provide an existing open transport request number, or if you like here itself you can create a new one.
    8. You can check the request in SE09 to confirm.
    Releasing Transport Request  
    Lets say you are transporting from BWD to BWQ
    Step 1: In BWD go to TCode SE10
    Step 2: Find the request and release it (Truck Icon or option can be found by right click on request #)
    Note: First release the child request and then the parent request
    Steps below are to import transport (generally done by basis )
    Step 1: In BWQ go to Tcode STMS
    Step 2: Click on Import queue button
    Step 3: Double Click on the line which says BWQ (or the system into which transport has to be imported)
    Step 4: Click on refresh button
    Step 5: High light the trasnport request and import it (using the truck icon)
    Transport
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/224381ad-0701-0010-dcb5-d74236082bff
    Hope this helps.
    thanks,
    JituK

  • How do I move an object from one photo to another and then change the scene, i.e.  winter to sum?

    How do I move an object from one photo to another and then change the scene, i.e.  winter to summer?

    OK.
    Open the picture with the new scene. This will be your canvas.
    Open the picture with object A, select it with one of the selection tools, go to Edit>copy
    Go back to the new scene/canvas, Go to Edit>paste
    Repeat for object B
    Use the move tool to position A & B, each on its own layer. Use the corner handles of the bounding box to resize, if necessary
    You should have 3 layers: Background layer, and the 2 layers with A & B
    Note: It's best if the resolution of the 3 picture files is the same value.

  • How can we move the 'application data\apple computers' folder to another location

    We use roaming profiles and the Application Data folder is stored on a network drive with restricted space (500MB).  This has not been a problem in the past but since we've been rolling out iPad's & iPhones, this restriction is becoming a problem as iTunes download's ios updates and stores device backups in 'application data\apple computers' folder (and not in the media library).
    Does anyone know how we can move this 'application data\apple computers' folder to another location or force iTunes to store the downloads/updates in the media library (which can be moved)?
    Thanks very much in advance for any help.

    Move the iTunes Library elsewhere, launch iTunes with the Shift key held down, and point it there.
    (60614)

  • My Mac Book  hard drive is nearly full. How do I move  iTunes music, etc folders to a different location on an external hard drive and still access as if on my Mac?

    My Mac Book  hard drive is nearly full. How do I move  iTunes music, etc folders to a different location on an external hard drive and still access as if on my Mac?

    http://support.apple.com/kb/HT1449

  • How do I move multiple folders to  a new location

    I'm tring to reorganize after a computer crash. How do I move multiple folders to  a new location?

    In the Organizer you can switch to Folder Location View by clicking the Display button (near top right)
    You can then expand he folder tree in the left hand pane and drag and drop.

  • How Do I Move Local OneDrive Storage Folder to Another Location?

    Howdy,
    I've just installed the new 9926 build and wanted to sync my OneDrive data. I am using native VHD boot and so OneDrive setup wizard automatically chose the local
    %USERPROFILE%\OneDrive folder as a local storage for the data obtained from OneDrive.
    However, I don't want the data to be stored on my VHD drive. The OneDrive wizard didn't provide any Back button to change settings for the local storage location, so I had to use the location I've chosen.
    Now how do I move the OneDrive folder to another location? Previously you could right-click OneDrive folder, chose Properties and change the location on the Location tab. Now there isn't such a tab.
    Is it a step back in usability for OneDrive feature?
    How do I move local OneDrive cache folder to another location?
    Thank you.
    Well this is the world we live in And these are the hands we're given...

    I've found out that you have to unlink OneDrive from your PC and repeat configuration steps to change the location of OneDrive folder on your PC, just like you did so in pre-Windows 8.1 builds.
    Is it a new behavior and MSFT wants to get rid of Location feature in newer Windows 10 builds, or it is just a temporary issue because some parts of Windows 10 TP code are based on pre-Windows 8.1 codebase?
    Thank you.
    See also
    Move the OneDrive Folder
    Well this is the world we live in And these are the hands we're given...

  • How do I move a subfolder of pic files to its parent file in a different location?

    How do I move 37 picture files in a sub folder to a parent folder in a different location?

    In the library select the subfolder in the left hand panel; then select the 37 thumbnails either using shift-click or ctrl+click on individual files if they are not consecutive.
    When all 37 are highlighted, click in the center of one thumbnail and drag and drop to the parent folder in the left hand panel.
    The files will also be moved on your hard drive and you should see a pop-up message. Click the move button to complete.

  • How to store movies & TV shows in a different location

    Hi there!
    I've seen many of you asking (unfortunatelly with no clear answer) how to store movies & TV shows into another location away from the iTunes Music folder. This idea is to store videos on an AirDisk drive and keep music on the MacBook for example!
    I've been trying to do so in the past few days but some pb have occured...
    - it is possible to replace the Movies folder by an alias pointing to a Movies folder in the AirDisk drive: existing movies will be playable in iTunes.... the problem is that when I try to add new movies iTunes do not store them into the Movies folder on the AirDisk but in the local music folder (very strange as it is a video file!).
    Has anyone succeeded in using such mechanisms?!
    Many thanks for your answers!
    Guillaume,

    kazbe81 wrote:
    I've got a couple of movies and tv shows that I've deleted from my purchase list on itunes as well as my download file on my computer but they are still on my itunes in the cloud does anyone know how I can delete these?
    You cannot delete them from iCloud.
    They are purchased and will always be available in iTunes in iCloud for you to download again if you wish.

Maybe you are looking for