Is it possible to embed a page I created in iweb into say perhaps a CL ad?

I noticed some craigslist ads that open up to a site page such as this:
http://miami.craigslist.org/brw/sls/1008010274.html
I would like to do this with a page I created on iweb such as this:
http://web.me.com/emailgennarino/Site/AD.html
If this is not possible with iweb what do I need to do to make this happen?

If you look at that Craig's List posting you linked to it is an image. So you would need to make a jpg image of your iWeb page and link it to the ad using the add photos section of your ad.. An easy way to make a jpg/gif/pdf file of a web page is to use Paparazzi@.
You could post a link to the web page but adding a jpg version would be better IMO.
OT

Similar Messages

  • Every page I create in iWeb becomes a tab. How do I 'collapse' some of the tabs under one of the other pages?

    Every page I create in iWeb becomes a tab. How do I 'collapse' some of the tabs under one of the other pages?

    Just for future reference, iWeb has its own forum, in the iLife section, at  https://discussions.apple.com/community/ilife/iweb 

  • Linking to a page not created by iWeb?

    Good day everyone -
    Just a quick question, is there a way to link to a webpage not created by iWeb. I don't currently own iWeb, but it is coming with my new MBPro. I really like the way Adobe Lightroom creates SWF pages for gallery use, can I create a link inside iWeb to direct visitors to a webpage created with another software program? Thanks in advance everyone.

    Yep, it's a piece of cake. The lLink connection inside the software's inspector allows you to link internally or externally.
    I have several such connections on my pages, for example see:
    http://www.NWBpool.com
    links to:
    http://www.MackenzieProductions.com
    The first is iWeb. The second is not.
    RM
    Power Book G4   Mac OS X (10.4.2)  

  • Is it possible to widen the page view when drafting iWeb pages?

    I'm drafting web pages via iWeb and figured out how to make the page content wider (in page layout/content width), but would like to be able to have a view of the entire page while I'm rearranging the text and images on the webpage. I cannot figure out how to be able to view the page without having to scroll left and right. Is it possible to see what the finished product looks like in its entirety before and/or after publishing to iWeb???

    iLyzzard wrote:
    Seems like my iMac with a 21.5 monitor should do the job. The webpages look great online, but how can I widen my draft-view so I don't have to keep guessing as to alignment of my text and images? Please advise.
    I'm not really understanding your question since the way things look in iWeb is pretty much the way they look online.
    In what way do your iWeb pages not look like what you see online?
    This is really a feature in iWeb (and one which costs iWeb excessive code if anything): to be able to provide a WYSIWYG canvas on which to build.

  • Is it possible to embed DAQmx in Installer(created by Application Builder)?

    The good thing of Installer (created by application Builder) is that it also integrates LabView Runtime Engine along with supports like Serial port support, Port I/O support etc. Due to which one can install the application developed by Labview on any system wheather that contains Labview or not, as the engine required by that application also gets installed.
    But problem with my application is that it uses DAQmx related stuff, so I have to install DAQmx 8.0 prior to running my application installer on any system. Is it possible that the DAQmx related stuff required by my application also gets install through same installer as it installs LabView Runtime Engine, so that the distribution of my application donot require the complete installation of DAQmx.

    You need to use LV 8.0.  You can add NIDAQ to your installer in LV 8.0.  In previous versions I do not think it is possible.
    see: http://zone.ni.com/devzone/conceptd.nsf/webmain/5ADBC06AC32E508A8625706E0062EBD1
    Matt
    Matthew Fitzsimons
    Certified LabVIEW Architect
    LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison

  • Placing the nth page of an ID document into a image frame.

    In the desktop version of IDCS3 it is possible to place a page from another InDesign document into a image frame. For multi page documents you can select the page to import in the place dialog if the "Show Import Options" check box is ticked.
    I would like to replicate this in a javascript I am working on, but the place options to do this elude me.
    For multi page pdf placement this can be achieved by using the
    > app.pdfPlacePreferences.pageNumber
    option. Is there an equivalent for InDesign documents?
    Thanks in Advance.
    Mike.

    It's answered in full here!
    http://www.adobeforums.com/webx/.3c058188

  • Is it possible to embed an editable PDF form into an html page?

    I have PDF form (editable) that I want users to be able to login and fill out. Once filled out they would click a "submit" button and the PDF would be stored on the database. Is this possible to use a PDF - without creating a custom form from within Bc? Thanks!

    It's not possible, you *may* be able to get the PDF embedded via an iframe but you certainly wouldn't be able to save the information, at least on the server.

  • Is it possible to embed some JavaScript code WITHIN a QT movie?

    Hi,
    This may be a job for QuickTimeKirk, as I've seen (s)he seems quite knowledgeable about QuickTime secrets...
    I'm using a blog service which does not allow the calling of external JavaScript files. Furthermore, testing STAMPot from my excellent fellow compatriot *Francis Gorge* (http://www.qtbridge.com/stampot/stampot.html) did not help me enough because the posts on my blog are contained within tables over which I have little control. In particular, I cannot write a full HTML page description with the <head> and <body> tags, and all the references needed to link to the .js file (and others) created by STAMPot.
    So, I'm wondering if it is possible to embed the appropriate code directly within a QuickTime movie, e.g. under the form of a additional HREF track.
    What I'm trying to achieve, in the end, is to have a poster frame for my movie, and have the movie play within that same poster frame space, but WITHOUT the movie controller +(not the poster frame controller, which I know how to hide)+, and then the movie looping back to the poster frame.
    Maybe I missed something, but in the case I understood correctly what I read on the QT Dev web site, when one passes the controller="false" parameter to the +<embed src="<a class="jive-link-external-small" href="http://...&gt;">http://...> tag, the parameter only applies to the FIRST movie, which is, in fact, the poster frame. Even if the target movie was saved with the controller disabled, this is only acknowledged by QuickTime Player, NOT by the QuickTime plugin.
    Any help will be greatly appreciated!
    Thanks in advance,
    batspray

    1- You can add a frame to the end of the movie, make it an href track that points back to the poster movie. Yes. Illustrated details, here: [http://developer.apple.com/documentation/QuickTime/QT4WebPage/samplechap/speci al-24.html]
    2.- As to the larger question of JavaScript within the QT movie, No. "Starting with QuickTime 7.1.5, you can no longer issue javascript: URLs or call JavaScript functions from within a QuickTime movie. This feature was removed from QuickTime for security reasons." See this official notice: [http://developer.apple.com/documentation/quicktime/Conceptual/QTScriptingJavaScript/bQTScripting_JavaScri_Document/chapter_1000_section1.html].

  • Is it possible to Embed a PDF and command by a button within a PDF document

    Is it possible to embed a fillable PDF form onto a PDF document and using the button to open the embedded file?
    I am using XI Pro.
    Thanks.
    Jj

    Files cannot be "embedded" in a PDF.
    Attach the form PDF to the not-a-form PDF.
    Create the Button field on the not-a-form PDF.
    For the Button's Action select "Go to a page view".
    You'd open the attached form PDF.
    The  Action wll look like:
    Mouse Up
        Go to a page in another document
               File: PDF attachment
               Page: 1
               Zoom level: Fit Page
    The default "Open" for the attached PDF is "Window set by user preference".
    You can edit this to select either "New Window" or "Existing Window".
    Be well...

  • Is it possible to embed video in keynote presentation when exporting to .pdf?

    Is it possible to embed video in keynote presentation when exporting to .pdf?

    You can place the video in Keynote but it will be exported as a still.Adobe Acrobat Pro is needed to embed video in a PDF page.

  • Embed multi page image file

    Is it possible to embed a 2 page imge file into a Livecycle Form or would you have to split the image file into 2 pages and embed each one?

    Hi,
    you cant use multipage images (like *.tiff) in XFA forms.
    The image field widged simply doesn't support those kind if images.

  • Is it possible to change the page of a linked PDF without relinking?

    Is it possible to change the page of a linked PDF without relinking and going through the import options?
    I'm trying to import seveeral pages of the same PDF. The process would be quickest if I could import it once, then duplicate the image box a number of times, then just change the page number each image box is linking to.
    At the moment I'm having to relink (or place), then go through Import Options, then choose the page - it's a long process that feels like it should be quicker.
    Any ideas?
    Thanks

    The short answer is no, that's not possible, but it IS possible to import multiple pages at one time.
    My favorite script for this is from Scott Zanelli: InDesignSecrets » Blog Archive » Zanelli Releases MultiPageImporter for Importing both PDF and INDD Files, but there's also a sample script included with ID.

  • Is it possible to embed keywords assigned in Lightroom 4 into DNG files?

    Keywords I assign to photos in Lightroom do not show up as "tags" when I view the photo's properties in Windows Live Photo Gallery. Is it possible to embed keywords assigned in Lightroom to the properties of the photo file?

    Thanks very much for your response. Ctrl-S saved the keywords to the DNG file properties. However, my original question was wrong. I should have asked how to save the keywords assigned in Lightroom to the properties of a TIFF file. Ctrl-S in Lightroom does not seem to embed keywords assigned to a TIFF file. When I check the properties of a TIFF file in Windows Live Photo Gallery after I have assigned keywords in Lightroom, the keywords assigned in Lightroom do not appear as "tags." Do you have any additional suggestions?

  • HT5361 Is it possible to embed raw latex into a mail message to display an equation?

    Hi,
    Is it possible to embed raw latex (or any other meta data format like HTML) into a mail message? I would really like to be able to send equations directly without converting them to PDF or GIF first.
    Thanks,
    Joe

    I just borrowed a quadratic equation from the MathML Wikipedia site and grafted it into an HTML document. It imaged fine in Safari 7. It should be noted that neither the latest Google Chrome or FIrefox rendered the same content accurately.
    Laying out your entire email message (including MathML) in HTML can be tedious. Once it is displayed in the browser, each use of the command+I will put the browser content in a new Mail compose window. So, you cannot add an equation to existing Mail composition. Select, copy and paste (or paste and match style) will not work either.
    Depending on the importance you place on email equations, at one time, Design Science (MathType) claimed compatibility with Apple Mail (4.5) where you could input your equation in MathType and it could then be placed within the email. The mail recipient would not need a copy of MathType installed for this to work. MathType even allows you to key your equation in with LaTeX syntax to generate the equation.
    You could check with them about functionality (or restrictions) with Mail 6 and 7 on OS X, as it might provide a more productive way to achieve your goals.

  • Is it possible to export the page activity report to a pdf file?

    Is it possible to export the page activity report to a pdf file?and is there any api or samples to be reference

    Do you mean audit history?   One method would be similar to the following sample that you could extend to create a PDF from the data returned:
    http://www.eyelock.net/blog/archives/533
    BUT the method used above via JCR Query is an implementation detail.  For future proofing, you should use the ReplicationStatus status = page.adaptTo(ReplicationStatus.class in your code to get the audit logs for a particular page, rather than a straight JCR query. (recommended by Jörg Hoh @ http://forums.adobe.com/message/5253760).

Maybe you are looking for

  • Private inner classes, should this compile:

    class Outer &nbsp&nbsp&nbsp&nbspclass InnerA; &nbsp&nbsp&nbsp&nbspclass InnerB; &nbsp&nbsp&nbsp&nbspclass InnerA &nbsp&nbsp&nbsp&nbsp{ &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspInnerB* m_inner; &nbsp&nbsp&nbsp&nbsp}; &nbsp&nbsp&nbsp&nbspclass InnerB &n

  • Pacman is broken. Yay.

    Well, I wish I could give more info, but I haven't used arch for awhile now since pacman broke to the point it's not even recognized as a system command.  It all started when I upgraded pacman.   Probably been over a month.  I can't remember.   I do

  • Send a pages from my macbook pro to my ipad2?

    i just want to move the pages doc to my ipad2 from my mac book pro with lion.  how does this cloud thingy work?

  • Wich feature anyinteract with more than 1 other feature

    Hi, I have a simple spatial query that show information from other layer SELECT A.NAME, B.NAME FROM LAYERA A, LAYERB B WHERE SDO_ANYINTERACT(A.SHAPE, B.SHAPE) = 'TRUE'; My question is: I need to show the name of features of the layer LAYERA that have

  • I would like to erase my ipod touch and then resync it with my existing itunes library, is this possible?

    I have a ipod touch that has a different library on it from an old (no longer usable) computer. I have another itunes library on my laptop that is very similiar but not exactly the same as the one on the ipod. Can I erase the ipod and sync it to the