Paste HTML from web sites to DW MX

I took this question from a forum but its the same im looking
for....
"Forgive me if this is an inappropriate forum for this
question, but consulting librarians seemed a good idea when queries
to more technical forums got me nowhere.... )
I suspect I'm overlooking something obvious (such as
"obviously, this can't be done," ) but I can't figure out how to
copy a url from an html document and paste it into the DW Design
View pane without losing the formating! Seems like a simple and
everyday task, but DW just renders everything as plain, unformatted
text when you paste it into the design view editor. (I've included
below the fruitless exchange I had with well-intentioned responders
at a webmaster forum, in case there's any confusion about what it
is I'm looking for....) Thanks, Petter
(earlier - unproductive - traffic on this...)
response 1:
I think you are looking for shift + ctrl + v
response 2:
It might seem a retrograde step to have a small Code View
pane open as well as the Design Pane, but there are quite a lot of
advantages.
Firstly you can paste straight into there instead, and then
click in the Design View to see the changes.
Secondly, there are some things that are easier to do in the
code window - moving Rows of a complicated Table layout (one with
Colspans) is one that I find easier.
My clarification:
Thank you both for your responses, but I think perhaps I
haven't explained myself clearly enough...
shift+ctrl+v is simply "paste as text" - it does that, and
also removes line feeds that plain old ctrl+v would retain, but it
does not preserve the format of the copied text.
Pasting directly into Code View won't help either..if you
want to paste into Code View, you must first find the source code
and paste all of it - href tags and all - into Code View.
Let me try to clarify with an example: I want to build a list
of U.S. embassy websites in South Asia. I find a list of all U.S.
embassy websites at
http://usembassy.state.gov,
and wish to paste just those in South Asia into my DW document,
retaining the labels (e.g. Afghanistan: Kabul) but also the
underlying urls. As far as I can tell, there's no way of doing this
simply with DW. You can of course view source, copy the relevant
source code into Code View and then edit out whatever you don't
need, or you can add the links one at a time in Design View. DW
will not even recognize labels that are identical with the
underlying url (e.g. "visit our webpage at www.exmaple.com") - the
tags always have to be entered manually in Code View, or via the
Property Inspector tool in Design View.
If you're trying to build a list of links harvested from many
different sources - from other html lists, from urls embedded in
text, and even from the address bar of your browser, this becomes
very cumbersome, but perhaps there is no easier way of doing it in
DW?
response 3:
Do a 'save page' to your computer. Open the saved file, cut
and paste into your new document. Also remember it is CSS styles
that define the look so grab the style sheets used in the original
page, you can see the location by looking at the code of the saved
page.
My response
Thanks, but as far as I can see, cutting and pasting from a
saved file is no different than c&p from a file on the web; DW
does not recognize the formatting in either case. And even if it
did, this would be a very cumbersome way of building a list of
links if you wanted to borrow selectively from a large assortment
of pages. I suspect what I wish to do is simply not possible in
Dreamweaver, but thanks everyone for all the suggestions!
response 4:
I'm starting to understand...
OK - well in Dreamweaver, in the Design Window, you can
select a sentence containing a phrase that is a URL link, and you
can paste it quite happily elsewhere in the Design window, and the
sentence will still contain a phrase that has the URL link behind
it.
That means that it's not a Dreamweaver problem...
You're right - if on my Mac I copy a sentence containing some
links off (say) the BBC website, and paste them into Dreamweaver, I
just get the text. The Mac clipboard states the content as "text".
Interestingly, when I copy off the Dreamweaver Design window,
the Mac clipboard states the content as text too - I must confess I
was expecting "styled text".
But I think that's the problem, or at least part of it...
In the same way, I can create links inside AppleWorks, and
cut and paste them to my heart's content within the document, but
as soon as I try to export them, or inport others, I get the same
problem.
The immediate workaround would seem to be to save the source
webpage to disc, and open it in Dreamweaver, where I feel sure you
could drag and drop from the source file to your target file. "

Browse to the site. View Source. Copy All. In DW, create a
new page.
Select Code view. Select all. Paste.
Now you have a page with the code, and you have to go after
the CSS and
images. If you are using DW8, you just have to copy the
domain from the
address field and adjust all the links from relative to
absolute.
That'll do it.
Alternatively, you (in IE/FF) browse to the site, and use
FILE | Save As...
> Web Page Complete. Then you open the resulting page in
DW.
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
==================
"RookuS" <[email protected]> wrote in
message
news:[email protected]...
>I took this question from a forum but its the same im
looking for....
>
> "Forgive me if this is an inappropriate forum for this
question, but
> consulting librarians seemed a good idea when queries to
more technical
> forums
> got me nowhere.... )
>
> I suspect I'm overlooking something obvious (such as
"obviously, this
> can't be
> done," ) but I can't figure out how to copy a url from
an html document
> and
> paste it into the DW Design View pane without losing the
formating! Seems
> like
> a simple and everyday task, but DW just renders
everything as plain,
> unformatted text when you paste it into the design view
editor. (I've
> included
> below the fruitless exchange I had with well-intentioned
responders at a
> webmaster forum, in case there's any confusion about
what it is I'm
> looking
> for....) Thanks, Petter
>
>
> (earlier - unproductive - traffic on this...)
> response 1:
>
> I think you are looking for shift + ctrl + v
>
> response 2:
>
> It might seem a retrograde step to have a small Code
View pane open as
> well as
> the Design Pane, but there are quite a lot of
advantages.
>
> Firstly you can paste straight into there instead, and
then click in the
> Design View to see the changes.
> Secondly, there are some things that are easier to do in
the code window -
> moving Rows of a complicated Table layout (one with
Colspans) is one that
> I
> find easier.
>
> My clarification:
>
> Thank you both for your responses, but I think perhaps I
haven't explained
> myself clearly enough...
>
> shift+ctrl+v is simply "paste as text" - it does that,
and also removes
> line
> feeds that plain old ctrl+v would retain, but it does
not preserve the
> format
> of the copied text.
>
> Pasting directly into Code View won't help either..if
you want to paste
> into
> Code View, you must first find the source code and paste
all of it - href
> tags
> and all - into Code View.
>
> Let me try to clarify with an example: I want to build a
list of U.S.
> embassy
> websites in South Asia. I find a list of all U.S.
embassy websites at <a
> target=_blank class=ftalternatingbarlinklarge
> href="
http://usembassy.state.gov,">http://usembassy.state.gov,</a>
and
> wish to
> paste just those in South Asia into my DW document,
retaining the labels
> (e.g.
> Afghanistan: Kabul) but also the underlying urls. As far
as I can tell,
> there's
> no way of doing this simply with DW. You can of course
view source, copy
> the
> relevant source code into Code View and then edit out
whatever you don't
> need,
> or you can add the links one at a time in Design View.
DW will not even
> recognize labels that are identical with the underlying
url (e.g. "visit
> our
> webpage at www.exmaple.com") - the tags always have to
be entered manually
> in
> Code View, or via the Property Inspector tool in Design
View.
>
> If you're trying to build a list of links harvested from
many different
> sources - from other html lists, from urls embedded in
text, and even from
> the
> address bar of your browser, this becomes very
cumbersome, but perhaps
> there is
> no easier way of doing it in DW?
>
>
> response 3:
>
> Do a 'save page' to your computer. Open the saved file,
cut and paste into
> your new document. Also remember it is CSS styles that
define the look so
> grab
> the style sheets used in the original page, you can see
the location by
> looking
> at the code of the saved page.
>
> My response
>
> Thanks, but as far as I can see, cutting and pasting
from a saved file is
> no
> different than c&p from a file on the web; DW does
not recognize the
> formatting
> in either case. And even if it did, this would be a very
cumbersome way of
> building a list of links if you wanted to borrow
selectively from a large
> assortment of pages. I suspect what I wish to do is
simply not possible in
> Dreamweaver, but thanks everyone for all the
suggestions!
>
>
> response 4:
>
> I'm starting to understand...
> OK - well in Dreamweaver, in the Design Window, you can
select a sentence
> containing a phrase that is a URL link, and you can
paste it quite happily
> elsewhere in the Design window, and the sentence will
still contain a
> phrase
> that has the URL link behind it.
> That means that it's not a Dreamweaver problem...
>
> You're right - if on my Mac I copy a sentence containing
some links off
> (say)
> the BBC website, and paste them into Dreamweaver, I just
get the text. The
> Mac
> clipboard states the content as "text".
> Interestingly, when I copy off the Dreamweaver Design
window, the Mac
> clipboard states the content as text too - I must
confess I was expecting
> "styled text".
>
> But I think that's the problem, or at least part of
it...
> In the same way, I can create links inside AppleWorks,
and cut and paste
> them
> to my heart's content within the document, but as soon
as I try to export
> them,
> or inport others, I get the same problem.
>
> The immediate workaround would seem to be to save the
source webpage to
> disc,
> and open it in Dreamweaver, where I feel sure you could
drag and drop from
> the
> source file to your target file. "
>
>
>
>

Similar Messages

  • Mozilla won't display web cam feed from web site

    Mozilla won't display web cam feed from web site: http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c4/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72DTUE8TAwjQL8h2VAQAMtzFUw!!/?ss=110803&navtype=BROWSEBYSUBJECT&cid=fsm9_029107&navid=091000000000000&pnavid=null&position=Not%2520Yet%2520Determined.Html&ttype=detailfull&pname=Chattahoochee-Oconee%2520National%2520Forest-%2520Home
    I have the latest Java software and can load the above feed in IE but not Mozilla. I can also load a similar Java feed from
    http://www.brmemc.net/brasstown/ in both IE and Mozilla.

    (Glad to see you're still lurking around here, Wyrenut.  Your posts have helped me tremendously.  And this comes form somebody who has run and internal developer's support group for quite a few years.)
    I also started having this problem after getting my TX hooked up through my home network.  I had to set up a wireless access point with only WPA security to get around having to change the WPA2 security on all my other equipment.  I applied the ESU upgrade, but that didn't seem to help with WPA2 Personal.  Previously, I could get at least half of the pages to come up through the open hotspot in the lobby of our building at work, but I haven't tried that since I applied the ESU upgrade this morning.
     I can get to the internet through the access point using a laptop, and I can see the IP address of the Palm coming through the access point on the router's admin page, and the DNS addresses of the PC and the Palm are the same.  So I think I'm through, but every page I try gets the 'Page not available' message, even if I enter the IP address of the page rather than the URL.
    Is there any other method of debugging available to see if the page is really coming back and locking up Blazer, or whether it's really not coming back at all?  Or any other suggestions? 
    Personally, I sort of liked the old Internet Explorer that counted off how many K were coming through as the page was being loaded.  At least you could tell something was happening.
    Thanks,

  • My wireless HP Deskjet 3050 printer will not print from web sites.

    My HP Deskjet 3050 J610 printer will not print from web sites - it prints ok from WORD, etc. I keep getting the error message: "An unknown error occurred while printing." This problem only arises with Firefox browser.
    The printer is connected wirelessly to a network and this occurs when I use a laptop on the network. It is also connected via cable to a desktop computer but there is no problem in printing from the desktop.
    Any assistance would be appreciated.

    That sounds as if you need to investigate to see if you were able to clear all of the paper that was causing the jam. 
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Print multiple pdf from web site

    Hello everyone!!,
    I need print multiple pdf from web site (web page) to the local printer o client printer.
    I have investigated : cfexecuted, java code, javascript, but i can't do it.
    The idea is don´t open printer dialog box for to print.
    Thanks.

    It is NOT POSSIBLE (for security reasons) to do silent printing in this way.  (you wouldn't want to visit a web site and have your printer start spewing out page after page of profanity, would you??)
    You can, however, offer the user the choice to print and then have it print.  That can easily be done by embedding JavaScript into the PDF to be printed.  If you have multiple documents, you should merge them together on the server first and then send a single document.

  • Cannot print from web sites after update to FF 7.0.1

    cannot print from web sites after update to FF 7.0.1
    Printing from my email account (Cox) is OK
    System Windows Vista

    When my wife updated Firefox to version 7.0.1 she was no longer able to print items from the web such as coupons. She can print from her email (Cox) account.
    She is running Vista.
    When I updated to Firefox 7.0.1, I did not have a problem. I am running Vista also.
    Tried using the Firefox help page but no help so far.
    I did notice that on her computer in the "Plugins" for Firefox that HP Smart Web Printing is now disabled and is not compatible with Firefox 7.0.1. She had no problems until she did the update.

  • PFF Files from Web Site

    PFD files will not open from web sites using Win 7, Win EX 8 anb Adobe 11

    See if anything in here helps: http://helpx.adobe.com/acrobat/kb/cant-view-pdf-web.html

  • Since I downloaded version 4 of Firefox, I'm having the following problems: Extremely slow at loading all web sites, can't view PDF files from web sites, and lots of unresponsive script messages. How can I fix this?

    I downloaded version 4 of Firefox this week and have been having problems since. Firefox is now extremely slow at loading all web sites. Trying to view PDF files from web sites crashes Firefox. I'm getting lots of unresponsive script messages. How can I fix this?

    I downloaded version 4 of Firefox this week and have been having problems since. Firefox is now extremely slow at loading all web sites. Trying to view PDF files from web sites crashes Firefox. I'm getting lots of unresponsive script messages. How can I fix this?

  • Cannot start mwa audio streaming from web site

    Dear all,
    I found that i cannot open a wma audio streaming from web sit. Safari popup a error message that the mime audio type is not available. Although I've already installed flip4mac and Media Player 9, both Safari/Firefox cannot playing such audio stream. Is it a plug-ins issue and how can I to check and resolve this? Please help.
    Eric

    Jeremy Williams wrote:
    > I am looking for a free, or not-so-free script or
    Dreamweaver extention that
    > will enable me to progressively stream mp3 music on my
    web pages, but one that
    > does not start playing unless you press a play button.
    Also, it would be nice
    > if it had other control buttons.
    >
    > If anyone is aware of anything like this, I sure would
    appreciate it!
    > Thank you in advance!!
    >
    This one is cool ($34):
    http://www.coffeecup.com/web-jukebox/
    (Warning, song starts playing when you browse there)
    Bonnie
    in California
    8 ^ )

  • I have Madonna music application but I can,t download  songs cos I have message unable to download from web site 5. Please tell  me how I download  song

    When I want to download a song from Madonna music application that I have it  there is a message :unable to download song from web site 5 so please tell me how I download  songs and thanks in advance

    Are you able to connect to other Internet services, such as email, web sites, etc? Has downloading music from the app ever worked for you? If so, then the problem may be with the servers supporting that app. I'd suggest just waiting a few hours or perhaps until tomorrow and see if the problem clears up. If not, the "support" for that app is unhelpful so I can only offer generic suggestions, but you can try restarting your iPad and if that doesn't help removing and reinstalling the app.
    Regards.

  • Using AMP to download and save FLV files from web sites?

    I thought I had heard months ago that this new media player was going to allow you to download and save the FLV files from web sites like YouTube and others, where a direct download while possible, isn't the easiest thing to currently do. But I don't really see any way in this new media player to download and save files from web sites....it's plenty willing to play them if they're already saved on your hard drive, but I thought one of the reasons for Adobe building this was to make it easier to get them in the first place?

    I'd have to agree. This is one of the most useless products I have seen from a company of this standard. Why they continue to provide this product as an example of what can be done with AIR, is bewildering.  Myself and others have posted over and over again that the player deletes the saved movies at some random time, an hour or two hours after they appear to be saved.
    What is the point of having a 'saved' icon the CD ICON if that movie will be deleted   FOR NO BLOODY reason.  I just wasted 400 mb of my quota dowloading moves 3 times...!! just to realise that the application deletes them from the VERY CACHE that it copies them to.
    Adobe, if this is what I can expect while trying to view the tutorials for FLEX what will the development experience be like. Myself and others are fed up with posting this bug to Adobe, just to be ignored. How much stress to do you want on your servers before you WAKE UP.
    I have been in 4 meetings over the last 2 weeks and everyone has remarked about the 'experience' trying to view these tutorials.
    Wake up to yourself. If you want to charge $500 for FLEX then atleast fix this crappy player.
    PS. I note that this player is supposedly built with Flex and that the list control truncates rather than wraps, in addition, no 'tool tips',  dates are not localised, the video keeps unpausing itself each time I return from the downloads page, no settings for where files should be cached. Occasionally the underlining (grey) window bar appears over the top of the flash window edge.  I've used the application for an hour or so...
    Where is the alternative... I'll be glad when Adobe get some real competition.. so that they pay attention to input.  A big wastefull site if all support does is read and ignore posts.!!!!!!!!!!!!

  • Windows 9 automatically downloaded itself to my computer.  Now I can not look at PDFs from web sites

    Windows 9 automatically downloaded itself to my computer.  Now I cannot look at PDFs from web sites which I have gone paperless with ie utilities, bank statements.  How can this be  fixed?

    I'm guessing that you are referring to Internet Explorer 9, not Windows 9.  Reinstall Adobe Reader on your system, it should put the plug ins you need to view pdf documents on Internet Exporer 9.

  • Opening file from web site in JavaScript

    I have some JavaScript I've written (Windows PC platform with PS CS3) that opens a legal notice (jpg file) which runs from the File | Scripts menu and places the legal notice jpg on the bottom of the currently open Photoshop document. It opens and works well when the jpg file is on the local drive (c:) or network (//MachineName) but won't open if I try to open it from a web site (see example below). I'm getting "Error 12233: Expected a reference to an existing File/Folder". Is there any work around for this?
    This works...
    // Open legal notice document
    var legalDoc = open(File("C:/Droke/EpLegalNotice/EpLegalNotice_US_Black.jpg"))
    This doesn't work (and I know the file is there because I can paste the following URL into the browser and it displays the image)...
    // Open legal notice document
    var legalDoc = open(File("http://www.somesite.com/EpLegalNotice/EpLegalNotice_US_Black.jpg"))

    tobycraftse wrote:
    > Is there some site I cannot rip the swf file?
    >
    > most of the commercial site with flash, when I look into
    HTML source code,
    > they don't include link to swf file directly.
    >
    > some site include javascript like -
    AC_RunActiveContent.js
    >
    > any way to rip those flash swf files?
    >
    There must be something else in these sites, and yet, you can
    get SWF from any site,
    even the most tricky one but it require skills which
    obviously you don't have because
    if you did you would know that AC_RunActiveContent.js does
    not hide SWF files.
    It's purposes is for something totally different.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • How to Generate a Report Based on User's Parameters from Web Site

    Hi, all,
    I am trying to use Oracle Developer 6.0 Report Builder to generate report based on what user types in from the web site. Since I am a novice, I am wondering if anybody would help me with the following questions:
    1. How can I create a report based on user's parameters?
    Assuming that I have 2 text fields EMPNO and DEPT on the web site, after user types in some value, how can I pass these parameters into my query, can I do something like:
    select ENAME, JOB, EADDRESS from EMP
    where EMPNO =
    some_reference_of_parameters_from_user
    or is there any other way to achieve this functionality?
    2. How can I pass a PDF format report back to user after the report is generated?
    Any help is greately appreciated!!
    Best regards.
    Judy

    Hello,
    In the Report Builder, create two user parameters, and set the parameter name, datatype, width, and default values to what you want. Modify the query and put in a where clause (e.g., where deptno = :p_deptno). When you request the report with PARAMFORM=YES on the URL, it'll generate a default parameter form in HTML and allow the user to enter in the selected parameter values. Also set DESTYPE=CACHE&DESFORMAT=PDF on the URL to get the output back as PDF.
    If you upgrade to Reports 6i, you can customize the default HTML parameter form.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How do I convert an html design web site to CSS template and layout?

    Good Morning, All!
    How can I convert, apply, or change, efficiently, my html web pages into a CSS template so I don’t have to change each page every time I add something to the main page…also, I currently have two tables (I know, old-fashioned) one which holds my list of contents and links to the different sections (page) with information from the community on the website. The other table holds my text and pictures which I want to update daily. How can I change the format to a 2 column, liquid layout with a masthead area on top for logo and text with a box around it. Time was not available for me to learn all the details of my new Dreamweaver program so I did what I knew and uploaded it with all the boo-boos, inactive links and non-existant pages.
    Now I have the time to focus and want to get it done better so that it is easy to update with new text and features daily. (I am converting my printed newspaper to an online version after 17 plus years and trying to learn the new Adobe Premium Design Suite CS5 programs. What a trip this is at 61-years-old!
    My community and readership are looking forward to the web site according to a survey I took. They are very tolerant about my boo-boos while I learn the new software for the web design. I’ve let them know, through my newspaper and personally (I am very active in the community), that online is where I am going and all that I’ve spoken to, or who have sent emails, are very supportive and look forward to getting their news from my web site newspaper.)
    I am seeking some guidance...I know a little about a lot, but not a lot about anything...even though I've been working with computers since 1983.
    I thank you all in advance for whatever help you can give.
    Donna

    That's a good start.  You will want to fix these things -
    * change this -
    Don Lawton. Used with permission. <div></p>
    to this -
    Don Lawton. Used with permission.</p>
    * change this -
    </center>
    </P>
    <div align="center"><a href="mailto:
    to this -
    </center>
    <div align="center"><a href="mailto:
    * change this -
    <p>
      <center>
        <b><font size="+1">Webmistress: Donna Lee Hanlon<br />
          c/o www.Nahant.com &middot; PO Box 88 &middot; Nahant, MA 01908<br />
          Copyright 2002-12</font></b>
      </center>
    </p>
    to this -
    <p style="text-align:center;">
        <b><font size="+1">Webmistress: Donna Lee Hanlon<br />
          c/o www.Nahant.com &middot; PO Box 88 &middot; Nahant, MA 01908<br />
          Copyright 2002-12</font></b>
    </p>
    And now you will have a page that contains completely valid HTML.

  • I can no longer print from web sites using Firefox, but can using Internet Explorer

    For the past several weeks, when I try to print from a web site, it eventually times out. I have uninstalled and reinstalled the current version of Firefox, to no avail. I really don't want to switch to Internet Explorer, but will have to, if this problem is not solved.
    My operating system is VISTA.
    FRN

    See these two support articles.
    https://support.mozilla.org/en-US/kb/how-print-websites <br />
    https://support.mozilla.org/en-US/kb/fix-printing-problems-firefox

Maybe you are looking for