The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
The above code references the external .js file "expando.js", which you need to download (right click, and select "Save As").
Where I need to save it? In BlueVoda?
Third part:
Where I need to make these changes?:
<p>
<img class="expando" border="0" src="amster2.jpg" width="100" height="75">
Great answer, Chris! DD does a pretty bad job of explaining how to make things work. I'm sure there are others who would like to see this link made permanently available.
Sorry Chris for the stupidity,but I still have question besides your perfect explanation.
1st click on the file marked expando.js & cut and paste it into note pad. (or use the one bellow) Now save this as expando.js After you have saved this, click on your file publisher in BV & add this file to your page.How?(BV,Publish button and publish) or drag&drop expando.js on the page and then publish.
Now place the code below in a html box on the front of your BV pageHow I can do the html box?(BV,insert,advanced,html)replacing the part in blue for your image & the parts in red for the size of the thumbnail you want. Repeat this last part for more images. If the images are all in the same directory, you can just use the last part. IE: cat.png
1. The expando.js is a file that the html code calls; upload it to the same folder where your page is on the server (e.g., public_html). Use the FTP Manager tool for that.
2. You're correct with the html box. Place it on the page where you want it to appear and size it appropriately. This will likely take some experimenting.
Keep in mind that expando may not work in Preview mode (but then again, it might); you may have to actually publish to see the results.
Hi, if you use the expando.js on your page Via your file publisher, it will work in preview. This saves having to publish everything & will enable testing in preview.
Size the html box the same as you set the dimensions of the thumbnail for ease of placement. But not essential as the size is determined in the code.
Ok,
I did some changes and 2 pic working fine,http://www.vawoodworks.com/portfolio.html I just need to resize the finish size. I don't know how I did it. It was 2:30am and I cant continue. I'm so mad! I have the pic here in my comp.:C:\Documents and Settings\K&S\My Documents\BlueVoda\Images\Fireplace.jpg
Is this correct below or not? <p> <img class="expando" border="0" src="C:\Documents and Settings\K&S\My Documents\BlueVoda\Images\Fireplace.jpg" width="130" height="98"> </p>
Comment