Full Screen Background HTML in iWeb...not working

So I've been doing some research on how to add a full screen adaptive photo in iWeb and I came across this ...
https://discussions.apple.com/thread/3183484
The problem is I open an HTML snippet in my iweb page, paste the code, and nothing happens.
I realize I have to direct to where I want to pull the image from but, TBH, I'm a noob and can't figure this out.  I've tried adding the image I want to my server via TRANSMIT (how I upload my website when I'm done designing) but everything I've tried doesn't work.
I'm not sure WHERE and what code to type into the HTML code given in the above link and I'm getting really frustrated.
the website I'm doing is
www.dallasanddoll.com
ANY help is appreciated....

Imagination is very important. You have to imagine that things happen.
You paste the code in a HTML Snippet and then publish the page to see the effect.
Also, you have to put the background image on the server yourself, or use one published by iWeb.
In both cases you have to determine the path to the image and use it in the code where it says '../images/beach.jpg' :
http://dl.dropboxusercontent.com/u/3563737/Lycos/Beach.html
So, for instance, if you want to use this image (without the decoration) use :
../images/Dallas-And-Doll-INDEX2.jpg
or
/images/Dallas-And-Doll-INDEX2.jpg

Similar Messages

  • Full screen auto-hide feature does not work with Adobe Acrobat Reader add-on 11.0.0.379 in Firefox 17.01.

    "Full screen" menu item and its keyboard short cut F11 stop working with Acrobat Reader. The Firefox top edge border does not hide once you have moved around in the Acrobat document. Therefore it is not possible to display PDF documents in a true full screen mode within Firefox. The auto-hide full screen mode works nicely with other Firefox windows, so apparently the Acrobat Reader add-on breaks the feature. Windows 7 64-bit.

    From the JS API Reference of the print method:
    Non-interactive printing can only be executed during batch, console, and menu
    events.
    Outside of batch, console, and menu events, the values of bUI and of interactive are ignored
    and a print dialog box will always be presented.

  • Fb full screen caller I'd is not working

    Hi experts,
    I was downladed the fb full screen caller I'd app and while sync it contacts it showing the error msg .
    Success
    SECURITY WARNING: Please treat the URL above as you would your password and do not share it with anyone.
    Please help me in resolving this issue
    Solved!
    Go to Solution.

    karthikm wrote:
    I was downladed the fb full screen caller I'd app and while sync it contacts it showing the error msg .
    Success
    SECURITY WARNING: Please treat the URL above as you would your password and do not share it with anyone.
    Hi karthikm
    When you got this error message ? 
    The message shows  " SUCCESS " . I think you should contact the vendor of that particular application through his support email . Have you tried to contact that vendor to know about this error ?
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Html snippet is not working on iweb 9. i can't write a code, Html snippet is not working on iweb 9. i can't write a code

    Html snippet is not working on iweb 9. i can't write a code, Html snippet is not working on iweb 9. i can't write a code

    You don't get this window when you insert an HTML snippet on the page?
    Click to view full size
    If you don't try the following:
    delete the iWeb preference files, com.apple.iWeb.plist and com.apple.iWeb.plist.lockfile, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    Click to view full size
    launch iWeb and try again.
    OT

  • Flash player file working in HTML but same HTML code is not working in JDEV

    Hello,
    I have a flash player file which is working just fine in a plain HTML. But not working at all in Jdeveloper's .jspx file. I have no idea what is the issue. Please help.
    Below is the code snippet. There is no way I can format the code snippet for more visual clarity in this editor. So I have to live with all minified code when it displays on the posting. Sorry :(.
    Thanks, Ruchir
    <html version="-//W3C//DTD HTML 4.01 Transitional//EN">
    <link href="css/jdeveloper.css" rel="stylesheet" media="screen"/>
    <link href="css/oracle.css" rel="stylesheet" media="screen"/>
    <body bgcolor="Black">
    <br> </br>
    <table align="left">
    <tr>
    <td>
    <object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" ID="IncrediFlash" Width="560" Height="270">
    <param name="movie" value="cxs.swf?317338960"/>
    <param name="bgcolor" value="#000000"/>
    <!--<embed name="IncrediFlash" src="cxs.swf?317338960" bgcolor="#000000" width="560" height="270" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">-->
    </object>
    </td>
    </tr>
    </table>
    </body>
    </html>

    Don't have an answer for you, but you can put tags around your code so it's more readable... just use left-bracket code right-bracket and left-bracket code slash right-bracket around your code like this:
    <html version="-//W3C//DTD HTML 4.01 Transitional//EN"> 
    <link href="css/jdeveloper.css" rel="stylesheet" media="screen"/> 
    <link href="css/oracle.css" rel="stylesheet" media="screen"/> 
    <body bgcolor="Black">
    <table align="left"> <tr> <td>
    <object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
    ID="IncrediFlash"
    Width="560" Height="270">
    <param name="movie" value="cxs.swf?317338960"/>
    <param name="bgcolor" value="#000000"/>
    <!--<embed name="IncrediFlash"
    src="cxs.swf?317338960"
    bgcolor="#000000"
    width="560" height="270" type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer">-->
    </object> </td> </tr>
    </table>
    </body>
    </html>John

  • Responsive Full Screen Background image - How?

    Hi,
    I would be very grateful for any guidance on the CSS/HTML code that I need to use for inserting a static, 'responsive',  full screen, background image on  a website.
    Best wishes
    Simon

    Depending on what kind of browser support you want to include, this can be a single line of css code...
    background-size:cover;
    ...which takes care of all modern browsers back to IE9. Or, if you want to support older browsers (IE8 and lower), a more involved javascript would be required...
    http://papermashup.com/jquery-scalable-fullscreen-background-image/

  • Full screen background slide show

    Trying to create a full screen background slideshow (workarround).
    But when I create a widget slideshow 1920px pinned to the background everything is working fine until a change some settings.
    Like No counter. Muse then adapt the size of the widget to far more smaller?
    More people this problem?
    René

    Here's a similar thread that should most likely answer any queries you may have in regards to getting a full screen background slide show working using a jQuery plugin - http://forums.adobe.com/message/5330925.
    Thanks,
    Vinayak

  • When I open iTunes it will automatically go to full screen mode. I can't work out how to turn this off. Only iTunes opens to full screen mode.

    When I open iTunes it will automatically go to full screen mode. I can't work out how to turn this off. Only iTunes opens to full screen mode.

    Go to System Preferences (under the Apple logo in the menu bar).  Choose "General".  Click "Always close windows when quitting an application".
    That should fix it.

  • Since I installed Lion on my macbook the LED light does not pulse when I close the screen - the sleep function does not work.

    Since I installed Lion on my macbook the LED light does not pulse when I close the screen - the sleep function does not work neither when chosen after pressing the button nor chosen in the apple menu..

    I have had the same problem but on another forum it was suggested that disabling internet sharing would solve this. This fix seems to work on my machine - why it works I do not understand

  • ITunes 10.4 full screen with Win7-64bit doesn't work correctly.

    iTunes 10.4 full screen with Win7-64 doesn't work correctly. I have the Windows taskbar on the left side of my screen. Maximized iTunes is panned to the left.

    Same issue here. When the Windows taskbar is position on the top of the screen and then the iTunes windows is maximised, it's position is as if the Windows taskbar is at the bottom of the screen so the top of the iTunes window sits under the taskbar.
    For those wanting a workaround, hold shift and right click the iTunes icon in the taskbar/quick launch bar and click restore, at least then you can adjust it to be full screen manually.
    System:
    Windows 7 Ultimate x64
    iTunes 10.4
    ATI 5750 video card

  • Website with Full Screen Background Images

    I'm trying to create a website with full screen background images (or  possibly, a video) that will crop to the browser window. It's also  important that the image be center-justified. The Die Antwoord site does  pretty much what I'm trying to accomplish. I'd also like to know how  they can use such high resolution images. If I try to use a high res  image, the file size is enormous. Another site that uses similar  technology only with a video is the TV on the Radio site.
    I  am fairly new to Flash so please forgive me if this is a rudimentary question.  Any help will be greatly appreciated.

    Hi Bob,
    Thanks for your reply.
    What I'm concerned about is the crispness of my full-page images. Am I right in assuming with a PDF folio, static images won't be as crisp? Is there a way to maintain its sharpness?
    M

  • My iphone 6plus not working not charge but when i run it the first time working half an hour  when you attempt to run it again light up thr screen and showws the apple logo and after the pice screen illuminates red and does not work what do i do now

    My iphone 6plus not working not charge but when i run it the first time working half an hour  when you attempt to run it again light up thr screen and showws the apple logo and after the pice screen illuminates red and does not work what do i do now

    Hello Nadersalah,
    It seems you're experiencing multiple issue with your iPhone. Based on the information you have provided, it appears your iPhone needs to be serviced. The following link should help you get started with the process and has links with additional information on topics such as warranty and service pricing, battery replacement, and express replacement service.
    iPhone Repair and Service - Apple Support
    Thank you for contributing to Apple Support Communities.
    Cheers,
    Bobby_D

  • My trackpad will swipe left between full-screen apps, but it will not swipe right

    My Trackpad on my imac will swipe left between full-screen apps, but it will not swipe right. How do I fix this?
    -m

    Hi there!
    I am searching this forum to find somebody that has noticed this weird behaviour. The closest I came so far is your post.
    So let me explain a little easier... The problem I think you mean is:
    When switching bewtween applications using CMD+TAB it does switch to the space an app is open BUT the app switched to is behind all the other windows on that space. Is that correct?
    This problem is also bugging me alot because I am used to to switch fastly between apps and this just renders the whole process useless. The best workaround I found so far is to stop using spaces (or Mission Control) and keep all the apps in one space to prevent this from happening.
    I really hope Apple aknowledges this bug very soon because this LION deal is a complete mess. Tons of bugs. No fixes.

  • My iPhone 5 is overheaded while charging and the screen is black and is not working. What should i do?

    My iPhone 5 is overheaded while charging and the screen is black and is not working. What should i do?

    Sounds like a battery failure.  Your phone is under warranty.  Bring it back to Apple

  • Is there a photo album app that let's you add a photo to an album from the full-screen view of a photo, not the just thumbnail view?

    Is there a photo album app that let's you add a photo to an album from the full-screen view of a photo, not the just the thumbnail view?

    ...It's just really annoying to try to organize photos into an album when you can't see the full screen version of the photo... especially if you have several similar-looking photos, and you can't tell the one you want from looking at 40 thumbnails on an iPhone screen.

Maybe you are looking for

  • HP LaserJet CM1015 MFP All-In-One problem

    HP LaserJet CM1015 MFP All-In-One Printer gives a couple of vertical lines 1,5 inch from the right side (facing the printed paper), across the whole length of the paper. Same for different kinds of paper. Lines are more visible in colorpages. Same pr

  • Any danes who can explain what this is about.

    Got this message from controlling the disc.... Kontrollerer enheden "Macintosh HD" Kontrollerer HFS Plus-enhed. Kontrollerer Extents Overflow-arkiv. Kontrollerer katalogarkiv. Kontrollerer arkiver med mange forbindelser. Kontrollerer kataloghierarkie

  • How to install adobe reader if it doesn't accept my password?

    how to install adobe reader if it doesn't accept my password?

  • GP and VC problem with input parameters

    Hi I have a problem with my GP dynamic approvals.. I am trying to pass the parameters from one level to another level in GP using Visual COmposer screen with input and output parameters. When I see in NWA, I can see the ouput parameters of Screen1 is

  • Standard Copy of a contract/po webdynpro issue

    Hello all gurus, in SRM 7, my requirement is to check when a new document (contract or purchase order) satisfies certain conditions w.r.t. the user that is currently trying to access it; the user should belong to the same purchase unit of the documen