insert images, but impossible to return to a fixed location

Insert images in page but I can't go to a desired location

I guess they expect to be able to place images as you would in a layout like InDesign program.

@cathiew77880655

This is simply not how DW, or more often the internet works. Positioning of images in a page the way you describe requires absolute positioning, mainly affecting the coordinates of each image from the top left of the parent element or browser window. It can be done, but this is probably the worst way, you possibly can design a website these days. Absolute positioning takes content out of its natural flow. If you resize a page, each rest AP element up while the rest of your content is normally redéroule.

In web design, it's much, much more flexible to use the margins, padding and floats CSS to position the elements where you want. In this way, your page can be made sensitive to smaller or larger screens according to your visitors are coming from. The internet is not just positions more. More than half of Google searches are now made from mobile devices, they simply cannot be ignored, so things like APDivs and AP elements have been removed from the program to help new designers to avoid the trap that they represent.

Here are some links that will help you start to use CSS to position your items...

http://www.w3schools.com/HTML
http://www.w3schools.com/CSS

Learn CSS positioning in ten steps: absolute relative static position float

DW really expects you to understand html, css and to a lesser extent, javascript to create your pages. If you are not comfortable with these concepts, it's going to be a pretty difficult program to use. If you don't want to be involved in your site code, Adobe Muse would probably be a better route to go.

Tags: Dreamweaver

Similar Questions

  • Reduce the size/resolution of the image but will then return to the former size when click ok

    Hello

    Hope this finds you well.

    I'm trying to reduce the size of an image to get the height according to a specific size (360 px) because it's the height of the container it will sit on the web.

    I learned to:

    -go to image/image size

    -Be sure to re - sample image is disabled

    -change the units of the size of the document to points

    -Enter the new height

    -then check out re - sample image

    -Enter the final resolution to 72 (it was 183 front)

    -Uncheck resample image and click ok

    I followed these instructions and except for once (which I can't do redo) the image will return to its original size after the last step to uncheck image re-snack.

    No idea as to what could happen and how can I solve it?

    I appreciate your time and look forward to hearing back from you soon.

    Thank you!

    You don't need to keep check / uncheck resample image.

    Leave resample image checked and enter the size in pixels in the pixel Dimensions section. Enter the resolution box - which should be 72.

  • How to insert images as .jpg... gif attach file in email without any accessories

    Hi, this is Terry

    I would to know how to insert images on the part of email without an attachmenk.

    Thank you

    Tanveer Rauf

    An inserted picture is an attachment.  The embedded image is sent as an attachment and then it is returned in the message in an HTML message, but it is still an attachment to the message.

    In Outlook Express, you can embed a picture compose a new message in HTML then using Insert | Photo.  Who will integrate the image in the email, but it always comes as an image as an attachment.  It's just the way OE manages which shows as embedded.

    Alternatively, you can just link to an image by referencing a URL to the image on a website and this way no image will actually be embedded or attached.

    Steve

  • new page problem - cannot insert image

    Using iMac OS X 10.11.3 (3.4 GHz Intel Core i5; 16GB) and Pages 5.6.1 (2562) - new problem: when I copy a .jpg image and use Edit Paste, or new message command-V since June 13, 2016, says 'The Image could not be inserted' - how can I return to work? I tried to change JPG to PDF - still without insert image.

    OS X 10.11.5 and v5.6.2 Pages have been available for some time. No reason that you have not updated to new versions?

    You do not specify if you do a copy/paste a Finder .jpg image, or an image of another open application - in Pages. I can tell you first hand that copy/paste a .jpg image file (or even drag and drop) from Finder works with Pages ' 09 v4.3 and v5.6.2 on OS X 10.11.5. There is no change of OS X or Pages on June 13, what else do you have to your computer (install the anti-virus software) or something else?

  • IMAQdx deletes the images, but LostPacketCount = 0?

    I use the example of OR 'Grab and Setup.vi attributes' with a run of camera XIMEA USB3 at 60 fps on Windows 7 (i5 - 4310M, 2.7 GHz, 8 GB)

    «Description: The Grab and configuration example VI attributes allows the user view the current attributes and settings, update the attribute parameters, acquire images continuously and display images in an image control.»

    I made a few changes. I have two image display windows instead of one. In the "': Frame made" event, when the "ActualBufferNumber" is the same, the image is displayed on my left picture frame and when it is odd, he appears on the right. "  My scene evolves at 60 fps synced to the release of material from the signal from the camera ("exhibition-start"), so the same and odd field images are significantly different, and it is easy to differentiate.

    It just works as expected. However, at random times, usually several minutes apart, that the acquisition process apparently ignores a framework such as the left and right images are exchanged.  Sometimes he jumps a framework, we get, then jumps immediately another frame, as well as an output image flashes and then returns to the initial display.   I display the IMAQdx 'LostPacketCount' and it is always 0. When the program runs, watch Windows Task Manager using LabVIEW between 14 and 17% of CPU and system total CPU is never more than 41%, so it doesn't seem that the CPU is overloaded.  In addition, the moments of drops of framework do not match the peak CPU use. I'm following up separately from the 60 Hz frame-sync camera output signal and it's precisely stable (with ~ 50 nsec jig on the nominal 16.667 period msec) that you would expect from a hardware trigger, there is no stuttering or gaps here.

    'Acquisition of configure' entry I started with 3 stamps, then 6, then 100, but the frequency of the events of frame-depot does not seem sensitive number of buffers. Do I have to have unrealistic expectations of the capture and display 60 fps without frame drops? How to debug this problem?

    UPDATE:  I tried to run another one "Grab and detect jumps Buffers.vi" which leans on the signal "Stamp Out number" of "IMAQdx is Image2.vi" and it detects correctly ignored by executives. The output of "Jump buffer Count" shows that change between folders in Outlook on the acquisition of 60 frames per second in general fall 5 pictures.

  • % SQL rowcount returns 1, but he should return 2

    Oracle 10g

    Hi gurus

    I was reading one of the PL/SQL challenge site https://plsqlchallenge.oracle.com/pls/apex/f?p=10000:23:114157934581224:NOquestion: but can't get the exact idea.

    I appreciate if someone helps me to understand the code.

    Examples of data

    Set serveroutput on
    /
    drop table plch_stuff;
    /

    CREATE TABLE plch_stuff)
    ID INTEGER PRIMARY KEY,
    NM SINGLE VARCHAR2 (5))
    /

    create or replace procedure (plch_insert)
    insert_row_in IN BOOLEAN DEFAULT true)
    IS
    Start
    IF insert_row_in
    THEN
    INSERT INTO plch_stuff VALUES (1, 'Hat');
    END IF;
    END;
    /
    Start
    plch_insert;
    UPDATE plch_stuff SET nm = 'Hat ';
    dbms_output.put_line (' last count ='|) SQL % ROWCOUNT);
    END;

    Result

    Last Count = 1

    But according to my understanding, result = last count = 2 because a sql % rowcount for insert and then one to update. Please guide. Thank you

    Concerning

    Matt

    But according to my understanding, result = last count = 2 because a sql % rowcount for insert and then one to update. Please guide. Thank you

    Where did you got your "understanding"?

    When you have questions about the basic features Oracle, you must ALWAYS first check the documentation.

    A search on the web for "oracle 11g sql % rowcount" returns this as the first link

    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28370/sql_cursor.htm

    % NUMBER OF LINES

    Returns the number of rows affected by a INSERT , UPDATE , or DELETE or returned by a statement SELECT INTO statement.

    The County refers to one, AND only ONE, statement - the last statement executed.

  • Inserting image in pdf

    I have a very difficult problem that could be a showstopper for me. I'm editing a manuscript of art in the form of pdf, and I need to insert images. I use the command "Insert an Image", and he dutifully let me choose the image, allows me to move the page, but it will not just do insert. It will not drop. Maybe missing me something simple. I click. Control key. Option-click. Double-click. Nothing.

    I use Acrobat Pro DC on a Mac under El Capitan.

    Any ideas?

    Thank you!

    Answer number 2:

    I did a search and found this thread which I think answers your question:

    Cannot add images to PDF

    Did you help > check for updates and downloaded the latest patch?

    Release notes | Adobe Acrobat, Acrobat Reader DC DC | Updated August 2, 2016

  • Insert images? (Such as F5 Flash)

    Hello

    How can I easily insert images in the middle of my calendar >

    I have hundreds of layers and select all and moving them individually are not an option.

    In Flash, you used to be able to click on the calendar, press F5 and hey presto all following frames move along the timeline.

    Any help appreciated. Thank you

    to do this, I added a shortcut, but you can find the option in the menu. Place your cursor where you want to add the time and select Insert a time in the menu.  Animated timeline is time and no images, so you add time.

    You can add shortcuts - I don't know where it is because I'm not in front of a computer, but I think it's in the Edit menu.

  • How to insert image in the region

    Hello!

    How to Insert Image in the region, as I upload image with the name "bar_color.jpg" in my workspace. And in the attributes of the region, I found
    1-static id
    2-region attributes
    View 3-region selector
    image 4-region
    The 5-image tag attributes
    Attributes of cells 6-region HTML table

    What to enter in these attributes.
    I entered bar_color.jpg in the column region's image, but the image does not appear

    Any help!

    Hello

    You can not simply use an img tag in the Source of the region ? :

    
    

    Otherwise, you can view the type of the Image to displayitem, if you want to display the image directly from the BLOB.

  • How to insert image into TextFrame?

    Hi Experts

    I want to insert the image into a textframe which includes extreme data (means a + sign is exist on textframe limit).

    My text length is 200 characters. but in the text, character of Fame only 100 is visible.

    I want to insert image after 150 characters to start using script, but the image is not insert.

    My Script is: -.

    indesign #target

    var myDocument = app.activeDocument;

    Try

    {

    var myTextFrame = myDocument.spreads.item (0).textFrames.item (1);

    var insertionPoint = myTextFrame.insertionPoints.item (150);

    var TextFrame = insertionPoint.textFrames.add ((myDocument.layers.item ("Layer 1")));

    insertionPoint.place(File("/C/temp/1.jpg"));

    }

    catch (e)

    {

    var k = 0;

    }

    If I increase the texts as much as which frame size + delete sign or set of 200 characters appear in textframe then image is inserted in the text block.

    But I can't increase the size of the text frame.

    But I can create a new textframe and then link this with previous textframe textframe.

    How to insert images in this State?

    Thank you.

    Hello

    Change:

    var insertionPoint=myTextFrame.insertionPoints.item(150);
    

    TO:

    var insertionPoint=myTextFrame.parentStory.insertionPoints.item(150);
    

    TextFrame has so many insertionPoints that can be demonstrated, no more.

    You can access a story insertionPoints no matter what frame is its parent.

    Jarek

  • Insert image in SWF

    Hello

    I have a SWF and I want to insert an image, but as a parameter, for example my html code is:

    < object style = "margin: 0 10px; width: 100%; height: 100%; ">

    < param name = "movie" value = "myswf.swf" / >

    < param name = "allowFullScreen" value = "true" / >

    < embed src = "myswf.swf" width = "100%" height = "100%" > < / embed > "

    < / object >

    And add a parameter like this;

    < param name = "logo" value = "myimagepath.jpg" / >

    In short, I want to select an image to insert some HTML without having to touch the. FLA

    and, if possible, I provide a brief guide to the code in as3?

    Thank you!!!

    What you want, you can do this by using FlashVars.  Just search Google using this term, and you should find tutorials on its implementation.

  • Insert images in the widget to actual size

    Hello, I have a hard time to insert images in a slideshow (thumbnail images) widget.

    I have a lot of slideshows independent (one per theme). I would like to know if there is a way to insert an image and automatically appears in the widget size and frame widget automatically adjusts to this new dimension.

    Now, every time I insert a picture, I have to adjust the frame widget manually. I played with "fill the framework/content proportionally", but nothing happens.

    Yet one thing, I'm not able to present a number in the box "Distribute a space" again. Is this a bug?

    THX,

    Ignacio

    After inserting a widget on a page thumbnail slideshow, add all your images in the slide show, and then select the image of hero and expand it to mount the images (which I assume are large but standard in sizes). You can zoom out a bit or use the Page Fit in the option window if the images are too large in size.

    If you want to set different sizes of individual images to display in the slide show; You can select the particular image (by double clicking on the image of Heroes) and enlarge/reduce its size by dragging through the Brown selection handle. Although, in my view, that a Lightbox slideshow would be preferable in this case that you are able to disable parts of the album in edition and would not have to worry about your workspace design of occupation the images in the slide show. The framework does not adjust its size automatically depending on the size of the original image.

    Regarding your other queries. you are able to define a pixel value for Distributed objects of key spacing. The field to set the numeric value in the Align Panel gets activated as soon as you select multiple objects in Design view and select a key object by clicking on it or select "Align to Key object" menu drop-down ' align to.

    Thank you

    Vinayak

  • Registration in PDF format makes black text appear when inserted images

    Hello! Please if someone could help with my bug. I use InDesign CS 5.5 now, but the same thing also happens when I try to save a Word document as a PDF (MS Word 2010).

    This only happens when I insert images into a page. Record in PDF format, black text appear when inserted images. Please see the pictures attached the text normal and abnormal in the case of an inserted picture. I also installed Acrobat X Pro. I have no printer connected to my PC.

    Please if someone could tell me how to fix this bug?

    Thank you very much in advance!

    text.png

    PNG should work fine (even if it is not designed as a print size). If is not the image in question format (thought jpeg does not support transparency in the image itself), jut the fact that there is a form any transparency on the page.

  • How to insert images in pdf format

    I can't insert image pdf harnessed. I create an XObject and place it on the layer of n2, but I get a yellow '?' has shown in the pdf file after the inserted picture. I do not see the image.

    Here is my code on create the XObj, please help me to find what problem in there. Thank you.

    ASFile asFile = NULL;
    ASPathName hidedataFile is ASFileSysPathFromDIPath (ASGetDefaultFileSys(), "C:\\test.jpg", NULL);.
    If (hidedataFile is NOTHING)
    {
    AVAlertNote ("not yet");

    }
    If (ASFileSysOpenFile (NULL, hidedataFile, ASFILE_READ, & asFile)! = 0)
    {
    MessageBox (0, _T("xxxxx"), _T ("dss"), 0);
    }

    InStm ASStm = ASFileStmRdOpen (asFile, 0);

    CosObj imgDict = CosNewDict (cosDoc, false, 8);
    CosDictPutKeyString (imgDict, 'Type', CosNewNameFromString (cosDoc, false, "XObject"));
    CosDictPutKeyString (imgDict, "Subtype", CosNewNameFromString (cosDoc, false, 'Image'));
    CosDictPutKeyString (imgDict, 'Color space', CosNewNameFromString (cosDoc, false, "DeviceRGB"));
    CosDictPutKeyString (imgDict, "BitsPerComponent', CosNewInteger (cosDoc, false, 8));
    CosDictPutKeyString (imgDict, "Filter", CosNewNameFromString (cosDoc, false, "DCTDecode"));
    CosDictPutKeyString (imgDict, 'Height', CosNewInteger (cosDoc, false, IMG_HEIGHT));
    CosDictPutKeyString (imgDict, "Width", CosNewInteger (cosDoc, false, IMG_WIDTH));

    //
    Build a Cos stream from the input image data stream
    //

    CosObj cosStm = CosNewStream64)
    cosDoc, / / cos document to use the newly created stream
    true, / / cos stream is indirect object?
    inStm, / / input stream
    0, / / read from the position of the stream
    false, / / stream is decoded?
    imgDict, / / dictionary of attributes
    CosNewNull(), / / encode params
    -1,                                                                                           // decode length
    false / / allowing delayed reading from input stream
    );

    Look at the example of Stamper in the SDK for an example of code.

    But more importantly, read the PDF reference / ISO 32000 for an explanation of the form vs Image XObject.

  • Inserting image in BLOB

    Hello

    I use version 10.2.0.1.0 oracle

    My table structure is

    CREATE TABLE FARMER_IMAGE)
    FARMER_CODE VARCHAR2 (6) NOT NULL,
    F_SIGNATURE BLOB)

    I created a directory
    create or replace directory files like "C:\FARMER".

    And created a farmer of folder in the C drive of the local computer. I use windows 2003 Server software.

    By using the following procedure I try inserting image

    CREATE or REPLACE procedure Farmer_image_insert
    (P_farmer_code varchar2) as

    f_photo bfile.
    b_photo blob.
    filename varchar2 (25);
    ignore the number;

    Start

    filename: = p_farmer_code |'. TIFF';

    Update farmer_image
    Set f_signature = empty_blob()
    where farmer_code = p_farmer_code
    return f_signature in b_photo;


    f_photo: = BFILENAME ('$IMAGEFILES', filename);


    DBMS_LOB. FileOpen (f_photo, DBMS_LOB.file_readonly);
    DBMS_LOB. LoadFromFile (b_photo, f_photo, DBMS_LOB. GetLength (f_photo));
    DBMS_LOB. FileClose (f_photo);

    commit;

    END;
    /


    When running I get the message
    ORA-22288: file or LOB FILEOPEN operation failed
    The system does not have the specified path.
    ORA-06512: at "SYS." DBMS_LOB", line 523
    ORA-06512: at "DBO." " FARMER_IMAGE_INSERT', line 22


    Someone please suggest where is the error?

    Concerning
    Krishna

    Edited by: KRKP on Sep 10, 2010 20:12

    And created a farmer of folder in the C drive of the local computer.

    The directory must reside on the SERVER, not on the client side!

Maybe you are looking for

  • Back to the top for the camera in order to bypass the password

    Normally, a password is required for access to the iPad. But the password can be bypassed by simple swipe upward to the password screen. Looks like a major security problem.

  • HP p6716f - suspect bad onboard Realtek PCIe FE Family Controller failure

    computer works fine until I commit the ethernet; router is used by other computers, so I know that the problem is with the computer HP listed above. Make: 1. replace the on-board? 2. Add an ethernet card and disable the onboard? 3. go to a wireless n

  • How can I have supported in lost purchases

    I bought a free ads from Arab English dictionry inside for less than a month after they put in day it app I become unable to restore my purchase and ads filled the app again in only one case like this how can get support from apple because there is n

  • I receive a failure Audit Event Id 532 in the event of safety in numbers of Web servers.

    Hello I'm a domain administrator has recently left his job and his account has been disabled. Since I have disabled his account I get Failure Audit Event Id 532 in the event of safety in numbers of Web servers. Original event ID Title: Kerberos 532 T

  • Mini DVi VGA issues.

    So I tried to find an adapter that transforms the VGA to Mini display because I have 2 monitors VGA and my video card has 2 mini display connectors, without vga connectors.I pulled the top of many of them, but all of them (less than $ 20) say that it