Re: More organization when publishing files to website | | Hi, not quite the same but you can do this by uploading your images to the server. Lets say to a folder called images. Then link your page images to this folder . with this bit of code in a html box. Just make the html box the same size as your image for a guide of the space it will take up on your BV web page.
<IMG SRC="images/myimage.jpg" ALT="my image discription">
Your pages will also publish much quicker this way.
|