Placing Insertion Point for Images

Virtually all of the instructions for inserting images in
Dreamweaver tell you to first "place the insertion point in the
document where you want the image." How can I (Move) that is place
the cursor at a particular place on the blank page without using
carriage returns, tabs, etc that add unnecessary code.
Thank you for your assistance on what must be a trivial
matter for those more experienced than I

You cannot. You must build an HTML infrastructure that allows
your
insertion point to be placed where you want it on the page.
For example, if you want an image to be placed 100px down
from the top of
the page, and 100px to the right of the left margin, you
could do that by
building an HTML table with a cell that falls at exactly that
point. Then
you would just drop the image into that cell.
See - web authoring is not like using Microsoft Word, or a DT
Publishing
application. Unfortunately, you need to have some
understanding of the
underlying HTML/CSS to begin to work efficiently.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Intlcom" <[email protected]> wrote in
message
news:f2l2p7$7hh$[email protected]..
> Virtually all of the instructions for inserting images
in Dreamweaver tell
> you
> to first "place the insertion point in the document
where you want the
> image."
> How can I (Move) that is place the cursor at a
particular place on the
> blank
> page without using carriage returns, tabs, etc that add
unnecessary code.
>
> Thank you for your assistance on what must be a trivial
matter for those
> more
> experienced than I
>

Similar Messages

  • Determine if insertion point for tag is valid

    How do you determine if the user's current position in the document is a valid insertion point for a <video> tag? Is there a built-in function? Thanks.

    Hi
    The only validation you can do is to check the dom structure of the document and try and determine if it is valid from this.
    PZ

  • Insertion points for comments

    Hi all
    Is there any possibility to find out the insertion points of a comment(i.e <!--comment-->) in an indesign file? I need to draw an anchord frame near by the comment.
    Thanks in advance

    Good afternoon skylerssmith,
    The Miele vent hood you purchased from one of our in-store Pacific Sales stores should be eligible for points, as long as it was not applied to a promotional financing offer and was not purchased in AZ, CA, or NV.  It can usually take between 20 to 35 days for points from an eligible Pacific Sales or Magnolia purchase to post to a member's My Best Buy™ account, which would start after any scheduled deliveries have been completed.  The return/exchange period for a member with Elite Plus status is 45 days.
    I would like to see about potentially adding your Pacific Sales purchase to your My Best Buy™ account, but I will need some additional information from you first.  To gather the information that I need, I will be sending you a private message.  You can check your private messages by logging into the forum and clicking on the little yellow envelope at the top of the page.
    My Best Buy™ - Program Terms
    I hope that you have a wonderful day, and thank you for being a My Best Buy™ member.

  • Multiple insert transaction for image uploads

    Hello !
    I can't figure it out how to connect multiple insert transactions on one page?
    For example - I want to upload images from page with different categories(have menu list) and insert by the one button all the images at once.
    image 1, cat 1
    image 2, cat 2
    image 3, cat 3
    button to insert
    Any Ideas? Where to start from?
    Thanks, Nick.
    Please help ! Maybe link for some tutorials?

    Hi Nick,
    What you are asking for is very possible to make with ADDT but if you are totally unfamiliar with ADDT you should probably go over the manual to go over the many functions that ADDT offers. You can find the manual two ways.
    1. After you have created your site and created one blank page you can open the page to have the Developer Toolbox Tab un-greyed out. Then you can click on the last icon (Control Panel) and press the help button.
    That will open up the manual.
    2. Go to: http://help.adobe.com/en_US/Dreamweaver/10.0_ADDT/help.html?content=MXK3_052000_MX_K3_con trol_panel.htm
    Same place the help button takes you.
    Yes, Waleed is having hosting issues that I think he is sorting out.

  • Is it possible to move the anchor point for an inline object?

    I have noticed that sometimes the anchor point will get inserted in the middle of a word resulting in the spellchecker marking the word as misspelled.
    I can't seem to find any information in the documentation about moving an anchor point. Is it not possible?
    Thanks

    Krisler,
    Select your Inline graphic. Then click on the center of the graphic and drag the mouse's pointer into the text. When you get your pointer into the text you will see the insertion cursor (vertical bar) just at the tip of the mouse arrow. When you let go of the mouse button the insertion point for the graphic will be where the insertion bar was at that time. The key point is to concentrate on the position of your arrow tip as you attempt to reposition the insertion point.
    Jerry

  • How do you change size of text cursor or 'insertion point' in adobe cc for mac?

    how do you change size of text cursor or 'insertion point' in adobe ID cc for mac?  I have looked everywhere.  It's possible in Windows and Word but not in Mac.  Please help.  I spend half my time trying to find that blinking upright bar.

    Thanks for your note but it’s still a skinny rod that seems to disappear.  Why can’t it become a little thicker so it doesn’t disappear no matter what size I have set the screen?  My poor old eyes aren’t what they used to be.  I do appreciate your answering and I’ll enlarge the screen so the blankety-blankety blinking rod is at least visible.  Nancy
    how do you change size of text cursor or 'insertion point' in adobe cc for mac?
    created by Peter Spier in InDesign - View the full discussion
    Cursor size is governed by the type size and will be be larger or smaller on screen depending on how close you are zoomed in.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6729964#6729964
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in InDesign by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • What's the best point for inserting a "post rendering" FX?

    Hi, I extended a Canvas3D and then I override the method "postSwap()", but my odd-even line effect is flickering a lot, what could be another good point for inserting this process?
    public void postSwap() {
        Graphics2D g2 = (Graphics2D)this.getGraphics();
        Map map = new HashMap();
        map.put(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_OFF);
        g2.addRenderingHints(map);
        g2.setColor(WipideaApplet.BCK2);
        int h = this.getHeight(), w = this.getWidth();
        for (int i=0;i<h;i++) {
            if (i%2==0)
                g2.drawLine(0, i, w, i);
    }

    postRendering()?
    works for me and does not flick... i draw an image on it, so i guess it should work for you

  • How do I let Apple know they need to include an option for controlling the insertion point cursor in system preferences?

    As described above.
    I have spent far too much time investigating this issue! All I would like to do is have the insertion point cursor (the 'I' shaped text thing) not dissapear when navigating text in a word document with the arrow keys.
    Some forums say it's an apllication issue, i.e. microsoft, others say you used to be able to do it in older versions of mac os'.
    This isn't a problem for Mac programmes. Obviously it is an issue when Microsoft programmes cross over to Mac. If the computer was a PC then I could customise the blinking rate, turn it on or off etc under the control panel options. With a Mac running MS Office I have not got this option.
    So how do I go about telling Apple of my displeasure? So hopefully for future editions of OS or Office for Mac this very minor but completely infuriating problem gets ironed out?
    Cheers x

    Thank you Ralph n Kurt, very quick off the mark boys, well done
    Just checking in to inform you that today, after putting up with the issue for over a year, it has sorted itself out, MIRACLE! I don't know how but I've got a fully trackable insertion point when I navigate with my arrow keys!!
    Do you think it's the big-wigs (because I complained to both Mac n MS) tweaking my computer behind the secenes? and if so which one would've done it? My money's on the geniusii.
    Either way I am well chuffed and thanks again!
    x

  • Insertion point thickness--help for the visually impaired

    I experience difficulty in seeing the blinking 'insertion point' bar or carat.
    I have increased the size of the cursor and I beam using the preference panel controls. I can see these clearly.
    It would help if I could make the 'insertion point' thicker and increase the rate of blink. (I know its height is fixed by the point size of the font used).
    I have looked at the Mighty Mouse software which allows you to customise cursors but not the 'insertion point'.
    Grateful for help, advice, or guidance as to a way of solving this problem.
    Many thanks
    B:o)

    Malcolm,
    Thank you for your speedy reply.
    Much appreciated. Have looked at these products and they look great. Sadly they don't appear to address the 'insertion bar' point that I'm seeking to solve.
    Even so thank you for responding to my cry for help.
    Best wishes
    B:o)

  • AS: getting integer from object reference of text for insertion point

    I'm thinking in data merge that I need an integer for the insertion point. I have a handy object reference that says, "text from character 78 to character ..."
    I'm trying different ways to get that first integer, but all the backwards ways are failing to turn it into an integer. Brute force such as coercion fail to work. How would you extract "78" from a object reference? thanx, sam

    Thanks, that certainly appears to work, sam

  • I am trying to enter a split point for a file going on a dual layer disc. There are chapter markers in the file but the automtic function doesn't see them. Can I insert a point for the layer split in DVD Studio Pro 3 or 4? It doesn't appear that the autom

    I am trying to enter a split point for a file going on a dual layer disc. There are chapter markers in the file but auto function does not see them. Went back and put a small split in the timeline in fcp and exported to mpeg 2 again and auto function does not see that either? Manual msays to manualy enter split poind in DVDSP but can't find any way to enter that split point in DVDSP? How can I manualy enter a split point in DVDSP 3 or 4?
    Elizabeth/Roger Cook Films

    This is definitely not the behavior I see.  When I left click it adds a marker,
    When I right click, I see the following
    Do you have any OS hacks installed on your computer or have you changed the mouse behavior in system preferences:  mouse?  If not, I'd suggest you run digital rebellions preference manager and reset your dvdsp preferences. 
    https://discussions.apple.com/docs/DOC-2491

  • Inserting table background images [was: CS4 DW]

    Dear all,
    I've have trouble inserting the background images in a cell of a table. When I was using CS3 I had the options of selecting BG color or image, as well as choosing the border color.
    Right now in CS4 I can't even insert one in a cell, only color bg, and also editing the font size, color, type..
    Can anyone advise?
    Z

    CSS code uses a different syntax than HTML code.
    With CSS you can use a background-color: #FFF or a background-image (URL).  This can point to an absolute URL:
    background: url (http:yoursite.com/images/bg-image.jpg)
    or to an image in your  DW local site folder:
    background: url (some-folder-in-your-local-site/image.jpg)
    For more  HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How can i insert the insertion point in each paragraph first

    Hi all
    Please find the below script, this script place the insertion point in end of the each paragraph, but i need to place the insertion point in first letter of the each paragraph. Please help.
    var myDoc=app.documents.item(0)
    var myLib=app.libraries.item(0)
    app.findTextPreferences=null;
    app.changeTextPreferences=null;
    app.findChangeTextOptions.caseSensitive=false;
    app.findChangeTextOptions.includeFootnotes=false;
    app.findTextPreferences.appliedParagraphStyle="TX"
    app.findTextPreferences.findWhat="^p"
    var myFinds=myDoc.findText()
    for(i=0; i<myFinds.length; i++)
    var myIcon=myLib.assets.item("Para").placeAsset(myFinds[i].insertionPoints[0])[0]
    myIcon.appliedObjectStyle=myDoc.objectStyles.item("Para No")
    Thanks & Regards
    Nithin

    @Nithin – inserting the anchor by placing the asset is changing the position of the next anchor, because the script's for-loop is running from the first found instance to the last found one.
    If you go through all the found instances from back to forth would be one solution.
    var myDoc=app.documents.item(0)
    var myLib=app.libraries.item(0)
    app.findGrepPreferences=null;
    app.changeGrepPreferences=null;
    app.findChangeGrepOptions.includeFootnotes=false;
    app.findGrepPreferences.appliedParagraphStyle="TX"
    app.findGrepPreferences.findWhat=".+\\r"
    var myFinds=myDoc.findGrep()
    for(i=myFinds.length-1; i>=0; i--)
    var myIcon=myLib.assets.item("Para").placeAsset(myFinds[i].insertionPoints[0])[0]
    myIcon.appliedObjectStyle=myDoc.objectStyles.item("Para No")
    Another one would be doing the search from back to forth and not changing the for-loop:
    var myFinds=myDoc.findGrep(true);
    Array of Text findGrep ([reverseOrder: bool])
    Finds text that matches the find what value.
    Uwe

  • Linking FM 9 "At Insertion Point" graphics to an RH 8 project

    Using Technical Communication Suite 2, I have built a structured FM 9 book in order to generate a RH 8 help system. This is a software user guide and I cannot avoid using inline graphics in some body elements. The book only has regular .fm documents (one document per topic), each document has English and French conditions, and I have used the Link command to link the book to a Robohelp project. If I save my FM book as a PDF, everything is perfect, which indicates there are no issues with either the EDD or the EDD_TPL files. In Robohelp, I use an .isf file for modifying RHMapping.css; everything but the following works fine.
    The problem is that upon first linking the book when I create the RH project, RH insists on reading all the inline graphics (set as "At Insertion Point" in FM) as right-aligned paragraphs. There is nothing in my _TPL template that calls for right-aligning anything. Strange thing is that, if I then delete an image in FM and re-insert it, save the file, update the book and then update the RH project, the image is positioned properly in the body element. This would indicate to me that RH 8 is capable of handling inline graphics (like it always has). Needless to say however, that doing this for around 500 inline graphics would be an onerous solution.
    But there is something else.  Deleting and re-inserting the graphic in FM also changes the enclosing element's language condition to "As Is", which is an even greater problem, because I then end up with improper condition-based generation of topics. If I then set the element's condition to what I want it to be, the graphic is right-aligned again in RH.
    I've been raking my brains for a while now and tried all kinds of kludges, in and out of my EDD - to no avail. If anyone else is currently struggling with, or has found a solution to, this problem, I would greatly appreciate hearing from you.
    Thanks

    Hi Mark,
    I looked at the HTML and I see the problem, but didn't see anything specifically controlling this in the CSS. (I don't have much experience with CSS.)
    BTW: I have used your website and Peter Grainge's for help with Help. Thank you!!!
    The issue is:
    There is a line of text in a Frame file (Lettered ptag). In the line of text, there is an anchored frame set to "At Insertion Point." Looks like this:
    3. Click <image in anchored frame> (Add Attachment).
    When the file is linked to RH, it is creates two <p> sections for the text and between those a separate <div> section aligned to the right for the image. This is the HTML:
    <li type="a"><p class="Lettered"><?rh-cbt_start condition="Online, Print, Smart" ?>Click <?rh-cbt_end ?></p>
    <?rh-cbt_start condition="Online, Print, Smart" ?><div align="right">
      <img alt="add_attachments.png" id="image9" src="add_attachments.png"
        style="margin-bottom: -3.000pt; margin-left: 1.500pt; margin-right: 0.882pt;"
        width="18" height="21" border="0" />
    </div><?rh-cbt_end ?>
    <p class="Lettered"><?rh-cbt_start condition="Online, Print, Smart" ?>&#160;<?rh-cbt_end ?><?rh-cbt_start condition="Online, Print, Smart" ?>(Add Attachment).<?rh-cbt_end ?></p></li>
    Appreciate any ideas or CSS suggestions to sort this out.
    Thanks!

  • Data Merge Remove Blank Lines for Images?

    I'm trying to use data merge to generate these labels:
    I have a spreadsheet with 20 or so products. Each product can have up to 6 of about 18 icons. The  problem is, the remove blank lines feature doesn't seem to work for image placeholders. Any ideas how to get around this?
    Any suggestions would be greatly appreciated.

    I think I know what the OP wants to do - that is, where no logo is applicable, then all the logos shift to the left... or right... or remain centered.
    I've tackled this before and have an answer... even have a tutorial for it on my blog. Go to http://colecandoo.wordpress.com/2012/02/19/going-beyond-stencil-letters/ and then go to 4: SCRABBLE LETTERS and have a read of that. There is a PDF to download which has attachments inside of the indesign file and assets used to make the tutorial.
    The key to getting the images to disappear is fourfold.
    First, the image frames have to be inline graphics one next to the other, aligned with whichever text feature is appropriate.
    Second, the picture placement options in the merge have to be "fit frame to content"
    Third, there can't be "blank" records in the csv/txt file when there is no picture. instead, create a "blank.pdf", or download the one i've graciously decided to host on my site: http://colecandoo.files.wordpress.com/2012/08/blank.pdf
    Fourth, the PDFs going into the fields must be using the artbox to get it's measurements. I find that this can be accomplished by placing a PDF image with "show placement options" turned on, then selecting the artbox for the measurement, then clicking ok. until it is told not to, any PDF placed in any file from that point will use that artbox as a reference until it is told not to in the "show placement options".
    Again, my blog has a tutorial and sample to play with. Good luck.

Maybe you are looking for

  • Excel 2002 with BEx Analyzer NW2004s

    Hi, can I use Excel 2002 with BEx Analyzer NW2004s? I read somewhere, it is possible only with Office 2003. It's true? Thanks!

  • Passing value to bind variable of another table from one table

    hi, I have a multi select table. When one row is selected from this table (no button is clicked, only selection is done), an attribute from that selected row (say userid) should be passed to the bind variable of another table and the corresponding de

  • Not able to create stdby database through dg.

    Hi, I have tried all options to get the stdby database going through data guard,but at the end i heve come up with nothing.anyways i am able to create stdby database manually.but with data guard.i am using oracle 9.0.1 on win 2000 server and i know t

  • SVM equivalent command for veritas volume manager "VXEVAC" command

    Hi All I am working on a major migration project , where servers are heterogenous with part of servers with Veritas volume manager and rest with Solaris volume manager. Migration is quite easy on Veritas servers using "VXEVAC COMMAND " i can easily m

  • Directory on External allow others to see with password

    Hello Macbook Pro/Yosemite OSX. I have a TimeCapsule (which I use as an external HD) to store my movies and it is on our flat WIFI.  The TC is not being used for WIFI, rather we are using a WIFI/Router from the Telecom ISP.  The TC is setup in bridge