Preventing html text from downloading before image

Hi. I am so NEW to this. I just created my first web site
ever! It's mine.
Problem: If anyone goes to see the site for the first time
and clicks on the links--my html text downloads before my images,
and this looks weird for a second. What can I do to fix that?
Anything simple? My site is:
http://www.lolabernabe.com
Thanks so much for your help. I will miss this forum after
Adobe changes it!
L.

"manhattangirl" <[email protected]> wrote in
message
news:gntn65$bts$[email protected]..
> Hi. I am so NEW to this. I just created my first web
site ever! It's mine.
>
> Problem: If anyone goes to see the site for the first
time and clicks on
> the
> links--my html text downloads before my images, and this
looks weird for a
> second. What can I do to fix that? Anything simple?
>
> Thanks so much for your help. I will miss this forum
after Adobe changes
> it!
>
> L.
>
Hi L
This is a normal part of the process. The html text is
smaller in size than
your images, so loads much quicker.
Even if there were some way to hold back the display of the
text until the
images are downloaded, I would suggest that you wouldnt
really want to do
that.
Imagine someone coming to your newly created web site
(congratulations!),
and they see nothing on the page.
Many people would think that either the site is too slow and
might not hang
around. Its much better for them to see something happening
on the page
straight away.
My advice would be to learn how to optimise your images to
get them to
download as quickly as they can, without destroying too much
quality of the
image. If your images are really large, in physical size,
perhaps you could
consider slicing them into a couple of sections, so that it
doesnt take as
long for something to appear on the page.
Regards
Fiona

Similar Messages

  • How do I prevent my iphone from downloading my entire email address book from my computer when I do my "updates" .  My contact list is transfered to my iphone and then I have the laborous task of manuely deleting the unwanted unnecessary "contacts" now.

    How do I prevent my iphone from downloading my entire computer email address book when I "update" my phone by plugging it into my computer and do the update procedure.  I am having my phone "contacts" swamped with the entire contacts in my email on my computer and then I am having to manually delete them each time I update my phone...? thanks for any assistance on this...mm

    Thank you for your rapid...excellent answer!!  I feel abit foolish...but I am in a learning process and you are a wise teacher! thanks...mm

  • Is it possible to hide certain parts of html text from the internal bc sit search

    Is it possible to hide certain parts of html text from the internal bc site search, for example on each page I have the following text:
    We use cookies to ensure we give you the best experience on our website.
    If you continue to use our website we assume that you are happy to receive these cookies. Find out more. close
    The above snippet of text shows on each result snippet, I really would like to hide this as not relevant to keyword search

    Hmm, that is a good question. The one thing that immediately comes to mind would be to use javascript to output the text ("We use cookies to ensure we give you the best experience on our website. If you continue to use our website we assume that you are happy to receive these cookies. Find out more. close"
    ) on the pages.

  • Applocker Policy Preventing Apps From Downloading During Imaging

    Hi all! I have run into an issue while deploying Windows 8.1 Enterprise using MDT 2013 with applocker policies applied. During testing I have had no issues with the default provisioned Store Apps but I have recently configured an applocker policy that will
    prevent any apps from being installed other than those provided by Windows. When I test the policy on a running computer it appears that everything is working correctly - any of the original provisioned apps can be run or re-installed from the Store and any
    other apps will not install.
    With this policy applied when a machine images and joins the domain none of the provisioned apps will successfully download and install but instead they get an x in the lower right-hand corner. I have verified that the Applocker policy is the culprit by
    disabling it and imaging a new computer which successfully installed the default apps. What is going on here? If the policy seems to work on a computer during normal operation why does it prevent the apps from initially downloading? Is this a bug in the way
    Applocker works?
    The policy is configured as such:
    Executable Rules - Enforced Audit Only - Created default rules
    Packaged App Rules - Enforced - Auto-created rules based on a machine with default configured apps
    One workaround I am considering is to make sure the Applocker policy doesn't apply in the staging OU so the apps will download and be in a working state. These computers could then be moved to an OU with the Applocker policy linked so that it will begin
    to prevent the installation of other apps. This is not a desirable method but could be a stop-gap until this bug is worked out.
    Please let me know if there is any other info I can provide to make this issue clearer. Thanks!

    Mr_bigworlds,
    Thanks for the reply. I understand that this sounds like a Group Policy issue, but please understand that this policy seems to work as expected for a computer that is up and running but causes issues for a machine being deployed. This leads me to believe
    that there is a component of the OS responsible for downloading and installing the packaged apps that is not compatible with the Applocker GPO settings. This is the reason I decided to post in the OS deployment forum. I will gladly try the GPO forum as well.

  • How do prevent HTML snippets from being listed on search engines?

    I just created a new website using iWeb 3.0.1. On a couple of my pages I embedded flash music players and video players using the HTML Snippet widget. I did a quick search of my website on google and noticed that the HTML widgets were showing in the results as separate pages. I then clicked on these HTML Snippet pages and up came the widget on a separate page by itself. How do I prevent search engines from listing any HTML Snippets on my iWeb site as separate pages?
    Thanks
    athafran

    Paste this in the HTML Snippet.
    In the <body> ... </body> part you paste the code you currently use for your Snippet.
    I haven't tried it, the noindex part, but the code itself is accepted by iWeb.
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="robots" content="noindex,nofollow">
    <meta name="description" content="instructions for excluding search engine robots">
    <title>Search Engine exclusion</title>
    </head>
    <body>
    Here your current code.
    </body>

  • Acquiring HTML Text From HTML Page

    Just wanting to make a simple html editor. I read the documentation, and yes I know that not all pages form to the specifiecations, but I just want to know how to get all that yummie HTML into text rather than serving up a webpage. I am using the JEditorPane, and I think this answer may lay in the javax.swing.text.*; packages.

    Just trying to make a code editor by allowing the loading of an html page as a text file. Assuming you have the HTML source and now you wish to get the plain text from the HTML source,the following piece of code can help you:
    private String getPlainText(String htmlText)
    String str=null;
    JTextPane text=new JTextPane();
    text.setContentType("text/html");
    text.setText(htmlText);
    try{
      str=text.getDocument().getText(0,text.getDocument().getLength());
    }catch(BadLocationException){e.printStackTrace();}
    return str;
    }

  • Firefox is preventing some files from downloading off the internet

    Today I had to go to the Dell website to update some drivers for my laptop. Every time I downloaded the driver file from the site to the download manager and then clicked on it to run, I would get a message that there was no file to download. The tech from Dell then had me download Google Chrome and the downloads went smoothly without a hitch. Something in Firefox is preventing the Dell files from downloading. I need instruction on how to correct this problem. I am also wondering why when I go to download files using firefox I do not get an option to run the file instead of save it. II only get the option to save it and then have to click on it from the download manager to run it. I would like to change this as well if possible
    Thanks,
    Maria

    It is possible that you run into this maximum (the default value is 20):
    * http://kb.mozillazine.org/dom.popup_maximum
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • Subtracting Text From A Background Image

    Hello!
    I have a banner, and some text. I would like to subtract the text from the banner to create a 'cut-out' effect. What's the easiest way to do this on photoshop?
    Thanks.
    Martin

    Since you haven't included the Layers panel in the screenshot, I'll guess that all you need to do is adjust the the text layer's Blending Options: set Fill to 0 % and Knockout to something other than "None" (see Help for info about the options). If that doesn't help, let us see the Layers panel.

  • Can I prevent iPhoto 11 from downloading my Flickr photos?

    I'm very pleased to see that uploading photos to Flicker via iPhoto 11 works an awful lot better than it did with iPhoto 9. I still don't like the fact that it's synced - I would prefer it to just upload - but I think I can live with it.
    What I can't live with, is iPhoto downloading photos from Flickr that I uploaded by other means in the past (ie via the website and Uploadr on a Windows PC). I noticed it was doing this by hitting the right arrow key while viewing the last photo in the Photos view and all these random old photos (which I haven't imported into iPhoto yet) popped up. When I view the information for these photos all that displays is one sentence: "This photo was downloaded from your Flickr account." (None of the metadata I manually entered on Flickr has been downloaded with the image.)
    How do I stop this from happening? I already have the photos iPhoto is downloading from Flickr elsewhere on my SSD. SSD space is valuable so I don't want duplicates of these photos.
    I tried deleting one of the offending photos in iPhoto and it disappeared from Flickr. I tried moving the original files out of the iPhoto package file and they don't seem to disappear from Flickr but they show up in iPhoto as errors. Rebuilding the library does not clear these errors.
    Only 2 of the 121 sets I uploaded to Flickr before I started using iPhoto have been downloaded so far and my guess is that's because I opened the sets in iPhoto (to see what would happen). Can anyone confirm if this is correct? If I avoid opening any more old Flickr sets in iPhoto will that avoid the photos being downloaded to my SSD?
    Otherwise, if iPhoto is slowly but surely going to download all my old Flickr photos, I will end up with about 7-9GB of duplicated files which I absolutely do not want.
    If I want to stop syncing because of this issue, is there a way to remove the conncetion between iPhoto 11 and Flickr without losing any photos from Flickr? Including both photos I have uploaded without iPhoto (2006-2012) and with iPhoto (2012 onwards).
    Many many thanks in advance for your help!
    Bronwen

    Welp, evidently I just like the sound of my own voice so here's one last post on the topic.
    This whole thing was seriously driving me crazy so here's what I've done:
    Went to http://www.flickr.com/account/sharing/ ---> Account links ---> edit
    Next to "iPhoto OS X" clicked "Remove permission?" & confirmed at the next step
    My understanding is that because I've revoked permission on Flickr's side, iPhoto doesn't have the power to wipe anything from Flickr now. I think this means I can also remove the account on iPhotos's side, and maybe even those duplicate photos it downloaded, but I'm not brave enough to test either of those out yet.
    Moving forward, I think I'm going to use Flickery (http://www.flickeryapp.com) to upload my photos to Flickr instead: this means I can edit everything in iPhoto, add all the titles/descriptions/tags in iPhoto, then just do a one way upload using Flickery instead of a two way sync from iPhoto.

  • How does one Create Bootable DVD from downloaded iso image in Windows?

    I have a completely empty system I want to load Solaris Express on. I have access to web on a Windows XP machine and have downloaded the Solaris iso image. Using WindowsXP facilities simply copies the iso image as an intact iso image file and resulting disc is not bootable. Windows knowledge base very conveniently says that what happened to me is what happens. No obvious referral to how to do it....
    A) So for a non-Windows savy person who does not want to become Windows savy (That is why I downloaded Solaris!) Where is a set of instructions on how to (inside Windows XP) "extract" an iso image to a CD / DVD disk so it will be bootable?
    B) It sure would be nice if Solaris were able to be loaded onto a USB Flash drive and booted at will from any USB computer. Just plug it in and boot. Has this been done?
    C) Getting a physical disk by snail mail from Sun is very slow for me.... (3 weeks and still watching the mail box...)

    A) So for a non-Windows savy person who does not want to become Windows savy (That is why I downloaded Solaris!) Where is a set > of instructions on how to (inside Windows XP) "extract" an iso image to a CD / DVD disk so it will be bootable?http://www.sun.com/software/solaris/download_instruction.xml
    You probably copied the .iso file as one single very large file onto media. Instead, you can use a utility such as Roxio DVD Creator or Nero (or freeware like cdrecord) , and select the option to burn an image that already exists. No special boot options are needed, because the ISO image already contains the boot information needed.
    B) It sure would be nice if Solaris were able to be loaded onto a USB Flash drive and booted at will from any USB computer. Just plug > it in and boot. Has this been done?With the Newboot project introduced into Solaris Express, I believe it is now possible. I'm not a USB expert, though, so cannot say for sure.
    C) Getting a physical disk by snail mail from Sun is very slow for me.... (3 weeks and still watching the mail box...)I can't comment on that.
    -- Alan

  • Prevent lower text from moving when accordion panels open

    I tried out the Accordion Panel from Project Seven which is
    really nice and works well. My only issue right now is that I would
    like to prevent the rest of the text outside and below this widget
    within the same column from moving. When any panel opens it causes
    the contents of the entire column to shift down thus causing the
    page to shift down as well.
    I have tried using a new div for the content below the panels
    and also a new table below but can't seem to figure out how to keep
    the content from shifting. Curently I have a table cell nested and
    have tried with CSS to keep it from moving but that is not working
    either.
    Thanks in advance for any help with this.
    Here is the code for the column in question:

    no takers on this one? Does anyone know how I could fix this
    with divs? Is it possible to put this accordion into a separate div
    and create another below it that would not move? Like on the new
    apple site...They have some really awesome accordion style navs on
    the sides that do not throw the rest of the page off when they open
    or close.
    Thanks.

  • How can I prevent my daughter from downloading apps without my permission?

    I have a very secure password and there is no possibility that she could know what it is. She is only 7 yrs. old but has a photograpic memory so I've always made sure not to let her see it when I purchase an app. Last night she purchased two apps and I can't figure out how. Anytime I purchase or even update an app, I'm asked for my Apple ID so I know it's not being stored where she could have access to it.Is there a way to block what she can purchase? PLEASE help!!

    Edit > Preferences > Store > Automatic Downloads. Disable those you don't want.
    You'll probably still get a count of available updates unless you first update those that are outstanding now (iTunes would otherwise remember the total) and then remove the apps from your iTunes library.
    Personally I prefer to keep a complete copy of my media and apps, and a backup as well. Should you need to restore your device it will be much quicker to do so from locally held data than over a Wi-Fi connection. There is also the small risk that an app you like is subsequently removed from the store and thus no longer available to you when the time comes.
    tt2

  • How to prevent java mapping from reloading before each message?

    Hi!!!
    I've written a simple java mapping (XI 2.0): "Content Enricher" transformation
    (source system doesn't send some key information required by target system).
    It works fine.
    Then I wanted to put some parametrization data into the database.
    I added some code to load this data only once into my data structures in the memory.
    I also works fine.
    But the problem is that SAP XI uses MappingLoader/MappingResolver
    to load jar file during transformation of every message.
    In a such situation I lose all data and my code has to connect
    to the database again (what is not good because of performance).
    The question is:
    how to configure SAP XI/where to put my code
    to achieve a such behaviour: only once my code would load
    parametrization from db and then "normal" java mapping could
    use it during messages transformation without impact
    on the performance?
    Regards,
    Andrzej Filusz

    Hi!!!
    Thanks for your answer, but I'm afraid that your solution: singleton pattern doesn't solve my problem.
    When XI reload my java mapping classes, all loaded and kept data are lost. Singleton pattern can't prevent it.
    I asked SAP about this problem: in XI 3.0 the classes will only be reloaded when a cache refresh has really taken place. But they won't implement this improved behaviour in XI 2.0.
    Regards,
    Andrzej Filusz

  • Creating CD's from downloaded ISO images

    Hi
    I've downloaded the 3 ISO images for Solaris 8 2/04 (for sparc). I've unzipped the install file & tried to burn it using Nero6. Only 146KB is used on the CD..Can some-1 tell me what I'm doing wrong?

    If you are referring to the first installation-CD, this is just actually
    equivalent to boot-floopy disk to boot the PC and configure it.
    The succeeding CDs contain the actual OS installation and they
    should be euqivalent to the size of a 700MB cdrom more or less.

  • (DPS) How can I prevent web content from playing before it's in view?

    Hello
    At the moment, I have some CSS3 animation, but it plays before the page is even in view. If I turn autoplay off, it means I have to tap it once the page is up.
    Is there a way to tell InDesign to only play content once the page is open, but automatically? Can I call it on an event some how?
    Thanks

    Moved to DPS.
    Please post any further DPS questions here.
    Set the delay on the animation to .125 seconds.
    Bob

Maybe you are looking for