top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

I am trying to upload my website all images. Say count is X. How can i load them correctly ?

+1 vote
416 views
I am trying to upload my website all images. Say count is X. How can i load them correctly ?
posted May 9, 2014 by Upma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

They are a few reasons that this could happen. The most common are:

  1. You're attempting to use a .bmp or .tif or other non-supported file format. You can only use .gif and .jpg on the web. You must convert files that are not .gif or .jpg into a .gif or .jpg with your image/graphics program.
  2. You've forgotten to upload the graphic files. Double-Check.
  3. You've incorrectly linked to the images. When you are starting out, try just using the file name in the image tag. If you have cat.jpg, use
    img src="cat.jpg">.
  4. Image file names are case-sensitive. If your file is called CaT.JpG, you cannot type cat.jpg, you must type CaT.JpG exactly in the src.
  5. If all of the above fail, re-upload the image in BINARY mode. You may have accidentally uploaded the image in ASCII mode.
answer May 13, 2014 by Pushpak Chauhan
Similar Questions
+2 votes

I am trying to figure out how to get my sever to come back up to operation on a power failure. Right now it comes up and gives me three choices. I don't want the bloody choices I just want it to straight reboot so can run it headless!

Any help appreciated.

+1 vote

My source having 10 records but how can i load 20 records in target, i am not bother about duplicates. How I can do it?

+2 votes

I am snipping RRC messages to a loop back address after encoding. And captured them using tcpdump. Now I want see all RRC messages using wireshark. But wireshark is interpreting all RRC messages as DL_CCCH message. How to make wireshark to select appropriate RRC dissector?

...