Editing Text from a Template

I downloaded a template from TemplatesBox.com. Its a really
nice template that has text already there to show where your text
should be. I know how to add my own text box and everything but I
cannot find how to get rid of the orginal text. Its not in the
library anywhere or in the Timeline. How do I edit or delete those
old text boxes?

Hi,
Its probably external text which is loaded in so you will not
see it anywhere. You will see a text file which you can edit and
place your new text inside.
Hope this helps
Cheers
Alan

Similar Messages

  • Editing text from pdf file

    how to edit text from pdf file?

    Adobe Reader does not allow editing the text of a PDF document. You will need to get Acrobat on your Windows or Mac to do that.

  • How to insert a widget in a editable region from a template

    Hi there,
    ok so basically I am trying to create a HTML page from a template i have already designed.
    when I try to insert a widget (Lightbox Gallery) in the editable region I get the following error.
    "the widget requires code that must be inserted into the head of the document. insertion cannot happen because this document is read only"
    I saw a previous thread (http://forums.adobe.com/thread/901299) that had the same problem with a solution but cant seem to make sense of it.
    Not exactly sure where and what to paste in the header of the HTML page.
    Any help will be much appreciated.
    Thanks

    Hi Murray,
    ha funny you would say that is the exact answer you would give me seeing you posted it
    I understand the logic behind it though not sure what i need to copy and where.
    Basically i craeted a "dummy page" and inserted the widget-no problem there.
    next step- what code do i copy from the dummy page and where do i paste it? in the template or HTML page.
    Dummy HTML with widget code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="file:///C|/Users/Ashley/AppData/Roaming/Adobe/Dreamweaver CS5/en_US/Configuration/Temp/Assets/eamA1E8.tmp/scripts/jquery.js" type="text/javascript"></script>
    <script src="file:///C|/Users/Ashley/AppData/Roaming/Adobe/Dreamweaver CS5/en_US/Configuration/Temp/Assets/eamA1E8.tmp/scripts/lightbox.js" type="text/javascript"></script>
    <link href="file:///C|/Users/Ashley/AppData/Roaming/Adobe/Dreamweaver CS5/en_US/Configuration/Temp/Assets/eamA1E8.tmp/css/lightbox.css" rel="stylesheet" type="text/css" />
    <link href="file:///C|/Users/Ashley/AppData/Roaming/Adobe/Dreamweaver CS5/en_US/Configuration/Temp/Assets/eamA1E8.tmp/css/sample_lightbox_layout.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    /* BeginOAWidget_Instance_2127022: #gallery */
                        .lbGallery {
                                  /*gallery container settings*/
                                  background-color: #CCC;
                                  padding-left: 20px; 
                                  padding-top: 20px; 
                                  padding-right: 20px; 
                                  padding-bottom: 20px; 
                                  width: 540px;
                                  height: auto;
                                  text-align:left;
                        .lbGallery ul { list-style: none; margin:0;padding:0; }
                        .lbGallery ul li { display: inline;margin:0;padding:0; }
                        .lbGallery ul li a{text-decoration:none;}
                        .lbGallery ul li a img {
                                  /*border color, width and margin for the images*/
                                  border-color: #3e3e3e;
                                  border-left-width: 10px;
                                  border-top-width: 10px;
                                  border-right-width: 10px;
                                  border-bottom-width: 20px;
                                  margin-left:5px;
                                  margin-right:5px;
                                  margin-top:5px;
                                  margin-bottom:5px:
                        .lbGallery ul li a:hover img {
                                  /*background color on hover*/
                                  border-color: #ffffff;
                                  border-left-width: 10px;
                                  border-top-width: 10px;
                                  border-right-width: 10px;
                                  border-bottom-width: 20px;
                        #lightbox-container-image-box {
                                  border-top: 0px none #ffffff;
                                  border-right: 0px none #ffffff;
                                  border-bottom: 0px none #ffffff;
                                  border-left: 0px none #ffffff;
                        #lightbox-container-image-data-box {
                                  border-top: 0px;
                                  border-right: 0px none #ffffff;
                                  border-bottom: 0px none #ffffff;
                                  border-left: 0px none #ffffff;
    /* EndOAWidget_Instance_2127022 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2127022" binding="#gallery" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <div id="gallery" class="lbGallery">
      <ul>
        <li> <a href="/images/lightboxdemo1.jpg" title=""><img src="/images/lightboxdemo_thumb1.jpg" width="72" height="72" alt="Flower" /></a> </li>
        <li> <a href="/images/lightboxdemo2.jpg" title=""><img src="/images/lightboxdemo_thumb2.jpg" width="72" height="72" alt="Tree" /></a> </li>
        <li> <a href="/images/lightboxdemo3.jpg" title=""><img src="/images/lightboxdemo_thumb3.jpg" width="72" height="72" alt="" /></a> </li>
        <li> <a href="/images/lightboxdemo4.jpg" title=""><img src="/images/lightboxdemo_thumb4.jpg" width="72" height="72" alt="" /></a> </li>
        <li> <a href="/images/lightboxdemo5.jpg" title=""><img src="/images/lightboxdemo_thumb5.jpg" width="72" height="72" alt="" /></a> </li>
      </ul>
    </div>
    <script type="text/javascript">
    // BeginOAWidget_Instance_2127022: #gallery
                        $(function(){
                                  $('#gallery a').lightBox({
                                            imageLoading:                              '/images/lightbox/lightbox-ico-loading.gif',                    // (string) Path and the name of the loading icon
                                            imageBtnPrev:                              '/images/lightbox/lightbox-btn-prev.gif',                              // (string) Path and the name of the prev button image
                                            imageBtnNext:                              '/images/lightbox/lightbox-btn-next.gif',                              // (string) Path and the name of the next button image
                                            imageBtnClose:                              '/images/lightbox/lightbox-btn-close.gif',                    // (string) Path and the name of the close btn
                                            imageBlank:                                        '/images/lightbox/lightbox-blank.gif',                              // (string) Path and the name of a blank image (one pixel)
                                            fixedNavigation:                    false,                    // (boolean) Boolean that informs if the navigation (next and prev button) will be fixed or not in the interface.
                                            containerResizeSpeed:          400,                               // Specify the resize duration of container image. These number are miliseconds. 400 is default.
                                            overlayBgColor:                     "#999999",                    // (string) Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color.
                                            overlayOpacity:                              .6,                    // (integer) Opacity value to overlay; inform: 0.X. Where X are number from 0 to 9
                                            txtImage:                                        'Image',                                        //Default text of image
                                            txtOf:                                                  'of'
    // EndOAWidget_Instance_2127022
    </script>
    </body>
    </html>
    thanks again

  • IBooks Author - can't edit text on customized template

    I've created a template and saved it to My Templates. However, when I select a layout (a chapter or section) and place it into my book, I can't edit the text. Where am I going wrong?

    I tried the above but still can't edit text.
    I'm inserting a page and then changing it to 2 Column.  It is linked to the first page.  If the first page has enough text, it overflows into the new page and I can edit it. 
    However, I want the new page to be stand alone.  So I remove the link to the first page.  The text disappears.  When I double click into either column, I can't add any text to this page.  I have to add a text box into the column, which of course isn't going to overflow into column 2.
    The strange thing is that I have another page a little further up that is also 2 Column.  It is not linked to the first page but I can type text into it.  This text will overflow from column 1 into column 2.
    Any ideas what I'm doing wrong?

  • How to remove Editable region from nested template?

    I'm trying to remove an editable region from a nested
    template while retaining it in the parent template. DW doesn't want
    to let me do this.
    Example:
    - I've created an overall template call ALLPAGES.DWT
    - In it, there's an editable region called "related links".
    - The "related links" will stay the same for all my main
    pages (welcome, news, info, etc), so I'd like to create a nested
    template called MAINPAGES.DWT where the field is locked.
    So here's what I did; I started a new page from ALLPAGES.DWT
    and then I created a template MAINPAGES.DWT from it. Now I want to
    remove the editable region "related links". According to the DW
    manual, I should be able to highlight the region and go to
    Modify > Templates > Remove Template Markup, but that
    option is greyed out!
    Apparenlty the only way of removing the editable region is to
    create a smaller editable region within it. But that's unnecessary
    and sloppy. How can I remove the region entirely?

    > This use of nested templates is very useful and very
    simple and
    > straightforward.
    > It involves no additional overheads, and introduces no
    reliability
    > problems.
    I really disagree with this.
    > I cannot understand why Murray has such a bad attitude
    to nested
    > templates.
    I spent quite a bit of time using them, tweaking them,
    understanding them,
    and watching the problems that others have had here on the
    forum. My
    compelling conclusion is that there is nothing you can do
    with nested
    templates that you cannot do more simply and with far less
    trouble by using
    other methods, some involving other kinds of template
    regions, and some
    involving simple use of Library items, or better, server-side
    includes.
    > I can only assume either that he had a bad experience on
    the road to
    > Damascus,
    > after writing his definitive book on templates
    I assure you, it's based on much more study and experience
    than you have put
    into it.
    > "Templates are wicked and sinful! Don't play with them,
    or you will go
    > blind!"
    This is not only unkind, it's completely erroneous. Far and
    away, I am the
    single most enthusiastic proponent for the use of templates
    on these boards.
    Perhaps a read of my book would help you rid yourself of your
    attitude, too.
    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
    ==================
    "Clancy" <[email protected]> wrote in message
    news:[email protected]...
    > "Dodgeit" <[email protected]> wrote:
    >
    >>I'm trying to remove an editable region from a nested
    template while
    >>retaining
    >>it in the parent template. DW doesn't want to let me
    do this.
    >>
    >> Example:
    >> - I've created an overall template call ALLPAGES.DWT
    >> - In it, there's an editable region called "related
    links".
    >> - The "related links" will stay the same for all my
    main pages (welcome,
    >> news,
    >>info, etc), so I'd like to create a nested template
    called MAINPAGES.DWT
    >>where
    >>the field is locked.
    >
    > Very simple:
    >
    > Open allpages.dwt.
    > Save as template, with name mainpages.dwt (I always do
    this immediately so
    > that
    > if I do something stupid I don't corrupt the original
    template).
    > Insert the desired content into "related links".
    > At the beginning of the content area of "related links"
    insert the magic
    > code
    > @@("")@@
    > This turns off the editable region, and there will be no
    reference to it
    > in
    > pages derived from this template.
    > Save the changes to mainpages.dwt
    > Done!
    >
    > Have a look at
    >
    >
    http://www.corybas.com/Technical/Nested.htm
    > This is derived from my template techpage.dwt, which in
    turn is ultimately
    > derived from my template basicpage.dwt.
    >
    > Basicpage.dwt defines two editable regions 'title' and
    'subtitle' at the
    > top of
    > the page. Techpage.dwt sets a fixed title for all my
    technical pages, as
    > follows:
    >
    > <p class="hdgtn" ><!-- InstanceBeginEditable
    name="Title" -->@@("")@@Roger
    > Riordan: Technical notes<!-- InstanceEndEditable
    --></p>
    > <p class="hdgstn"><!-- InstanceBeginEditable
    name="Subtitle" -->Notes<!--
    > InstanceEndEditable --></p>
    >
    > In the page Nested.htm the references to 'title'
    disappear, and the two
    > lines
    > appear as
    >
    > <p class="hdgtn" >Roger Riordan: Technical
    notes</p>
    > <p class="hdgstn"><!-- InstanceBeginEditable
    name="Subtitle" -->Nested
    > Templates<!-- InstanceEndEditable --></p>
    >
    > This use of nested templates is very useful and very
    simple and
    > straightforward.
    > It involves no additional overheads, and introduces no
    reliability
    > problems.
    >
    > I cannot understand why Murray has such a bad attitude
    to nested
    > templates. I
    > can only assume either that he had a bad experience on
    the road to
    > Damascus,
    > after writing his definitive book on templates, or that
    it says simply:
    >
    > "Templates are wicked and sinful! Don't play with them,
    or you will go
    > blind!"
    >
    >
    > Clancy

  • Edit Text from one screen to another screen

    Hi Experts,
           Here I am having two doubts in doing functionality on SMP 2.3,The below mentioned are the doubts,
                       1. In SMP 2.3 Version,When i am doing Hybrid App Designer in that  Edit Text functionality to pass the values from one screen to another screen,we want to type any text or digits in edit text keypad options is not opening in that field.If any one knows to handle that issue please let me know experts.
                       2.  In SMP 2.3 Version,When i am doing Hybrid App Designer we are taking some labels or buttons or edit box etc....,first time i am generating the hybrid app it is displaying in the mobile device what ever i give in that screen.Afterwards when i am updating second time in that screen with extra functionality labels or buttons or edit box etc...,and generating hybrid app,these time it is not displaying in mobile device which i gave not updating.If any one knows to handle that issue please let me know experts.
         For these both isssues if anybody gets solutions to handle these data please let me know and if links are there please provide it .
    Thanks & Regards,
      Lokesh Reddy G,
      9700414490.

    Hi Lokesh,
    Regarding your queries:
    1. What kind of device/simulator and OS you are testing your app? What is its version?
    Can you share the snapshots as well?
    2. What extra functionality you have added 2nd time? When you generating hybrid app 2nd time is it uploading in HWC container successfully?
    Meanwhile you can check this blog
    A workflow Application to Release A Purchase Order...
    Rgrds,
    Jitendra

  • How edit text from a MS Power Point thats now in keynote?

    how to edit text in Keynote from a file that came from MS Power Point 2010?

    A Powerpoint file imported into Keynote is converted to a Keynote file.
    All text functions are therefore  available:
    single click to insert the cursor
    double click on a word to select a word
    treble click to select a line
    typing on a selected word will change the text

  • Exporting Editable text from Freehand into Photoshop?

    Anybody out there know how to do this?  I use Freehand MX and would like to bring my text "live" into Photoshop to edit there if need be.  I use Photoshop CS2.

    Use 'Copy Special' and Paste.
    1. Insert FreeHand text tool in text block and drag to highlight the text.
    2. Edit>Special>Copy Special>Unformatted Text.
    3. In Photoshop, with text tool, drag to draw a new text box.
    4. Paste. Text will take on currently active Photoshop attributes of font, size, color, etc.
    I don't know of a way to get editable formatted text from FH to Photoshop. However, if you have Illustrator CS4, open the FH file there. Highlight the text and copy. In Photoshop, paste into a new text box. Font, color, and perhaps some other formatting will be preserved. I haven't used text with tabs, kerning or other text formatting attributes.

  • How to add edited text from photoshop to dreamweaver

    I edited text in photoshop to make it look nice and sparkly. I am trying to put it in a flash site but do not understand how. the context file only allows you to choose the color and type of font but nothing more such as drop shadows and such. when i go to edit the context code for the flash site what would the code for edited text in photoshop look like in dreamweaver context editor?

    I am not sure I understand? There is no Photoshop code?
    You would take the image you created in Photoshop and place it into your Dreamweaver document. Correct me if I don't understand what you are trying to do.
    Brad Lawryk
    Adobe Community Expert, Dreamweaver
    Adobe Usergroup Manager, Northern British Columbia Adobe User Group

  • Import editable text from IL to PS

    I'm sure there's a way to do this, I've just forgotten it. Can someone tell me how to get text created in IL into PS so it remains editable? This is CS5 for both apps.

    Export it as a PSD with the editable text option selected.
    Mylenium

  • Need to edit text in pdf file created in Illustrator CS6

    I need for someone else to be able to edit text in a pdf I created from Illustrator. They have full acrobat and should be able to edit it. I have tried it myself to test before sending it but it's not working. The original file was created in Illustrator CS6 and saved as a pdf (text has not been created outlines). I opened the file in acrobat and saved it out as an extended file to be able to edit the text but no luck. Need to be able to highlight existing text and change it. I have tried edit text tool but instead of a selection box around each line of text, it puts a selection box around all of the text. I can highlight the text and delete it but am unable to change it. Each individual text line needs to be editable. Is there something I need to do differently in Illustrator to get it to work correctly in Acrobat?
    If it helps- the file is a calendar and they need to be able to change the dates and events that are already there.

    This really isn't a suitable use of Acrobat. You should all be using the same editing tool (i.e. Illustrator).
    Extending files reduces the amount of editing Acrobat can do, it does not increase it.
    The tool to edit text from Illustrator would be Edit Document Text. There is no guarantee it will break up nicely into lines, it's trying to help by making paragraph text.
    Conceivably you could use a form for this (fill in the blank for dates) but really, you should be using the same tool. Not necessarily Illustrator, more Excel or specialist Calendar software.

  • Editing text file on application server

    Hello,
    I have created a utility in which I can move files from one folder to another. Now we also need a option by which I can edit text file on the server folders. Is there a function module by which I can edit text from application server ?
    Regards,
    Rajesh.

    With OPEN DATASET and READ you can load them into an internal table. Next put them on screen in lets say the text editor (enjoy SAP Controls). This is one way of doing this, other way would be:
    Upload data with OPEN DATASET into internal table, download file to local drive (cl_gui_frontendservices=>gui_download), open it with notepad (for example) edit it and save. Next upload file into your program (cl_gui_frontendservices=>gui_upload) and download it to server again (OPEN DATASET and TRANSFER).
    If available you can also use transaction CG3Z and CG3Y.

  • Handouts Editing Text Artifact

    In the edit mode of Captivate 3, Click Boxes or Animated
    slides show black text in the center of the slide. For example, a
    slide with a click box might say "Click Box (720x540) (X:0; Y:0)."
    When I publish these slides as handouts, this text also gets
    published. Doe anyone know how I can eliminate this unwanted
    editing text from the published handouts?

    Hi schlege and welcome to our community
    When you prepare to publish, try DE-selecting the option
    labeled "Include objects and question slides"".
    Cheers... Rick

  • Photosmart 6520 unable to scan editable text

    I am unable to scan editable text from my HP Photosmart 6520 to my HP Envy Phoenix pc running Windows 8.1  64 bit.
    It is possible to scan the document to the pc as a pdf file.
    It is then possible to convert the pdf to a Word document but the text is not editable.
    Is anyone able to help me with this please?
    Note: I am able to convert pdf files sent to me via e-mail into word documents with editable text.
    This question was solved.
    View Solution.

    Many thanks for explaining this all to me so clearly.
    I will be following your advice and find suitable third party software.

  • Xdoxslt set_variable from Sub template Call

    Hi All,
    I have this question of how to store the returned text from Sub template call using xdoxslt:set_variable?
    I know i could do something like this using XSLT
    <xsl:variable name="VarSubTmp31"><xsl:call-template name="xxxx31"></xsl:call-template></xsl:variable>
    but i want to know how to retrieve the returned value into a variable using xdoxslt:set_variable.
    Appreciate your responses

    can anyone answer this question please?

Maybe you are looking for

  • How do i transfer data from my old PC to my new imac?

    Basic dilemma.  I have the apple package of software to handle Microsoft Office documents, but don't know how to get my data from the old PC to the new Mac.  Seems like it ought to be easy, but i don't know where to start

  • Help with an iPod Touch in recovery mode?

    4th generation iPod touch... So the iPod was running perfectly fine. Today I tried to update the iPod software, but it didn't work. I went online to try to figure out why, and I found that I should try updating the iTunes software, so I did. This upd

  • Keep failing converting a PDF to w word document

    It's been days that I'm having trouble converting a PDF file into a word document...A message keeps popping saying that an "error has occurred which stopped the processing of the PDF. 

  • How to load html file based on locale?

    Based on the browser langugae settings / regional settings (locale), we need to display the one of the html pages. html content is specific to country and plain text only not using unicode. Is there is a way to load using java. It is working for .pro

  • AdvancedDataGrid / DataGrid on itemEditBeginning how to keep multi-select

    When I edit some field in DataGrid I loose all my multi-selected rows ,  is there built-in way to prevent edit events from clearing selected rows ? I understand that I can do it manually for example,  everytime I have a select event row I can save th