Can some Please tell why when I upload a Picture in the "HTML BLOCK" and save it nothing shows up on my web page?
Can some Please tell why when I upload a Picture in the "HTML BLOCK" and save it nothing shows up on my web page? |
chuckstir, can you provide a bit more information? did you create a new block in admin? what browser did you use? and you dont upload an image to an html block, you have to provide the html source or a hyperlink from the tinymce. let me know and i will see if i can help you get this one figured out. Regards, DosDawg When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
exactly as what DosDwag says.. you have to write the perfect HTML source for the image inserting.. and also you must make sure you have your image path given rightly.. |
If you tried using just the Image Insert button on a block, try this: Open the block with the html button, write your code directly <img src="http://www.mysite.com/media/images/mypic.jpg"> use the precise url that it will be coming from as sometimes just using /media/images/mypic.jpg will not display. Save your html code and the pic should appear in your block. Now you can edit it normally and add your alt message, etc. This works for me 100% of the time when adding images inside of blocks. The html edit block is a lot more powerful and allows you to insert nice tables and other items using standard html formatting. |