PDA

View Full Version : How do I add this on webeasy 7.0


sphinx
03-31-2008, 06:21 PM
Hi,

I want to add these kind of buttons to my site:

http://www.buttongenerator.com/

When I download my created button, I get these files:

http://sphinx.ulmb.com/images/roflroflrofl.bmp

I just want to add it to my site using webeasy.

Also on my site, how do I make one page bigger that the other one? because when I select change page size, it changes all the other pages. How do I make it change one size only.

Thanks

WebMonkey08
03-31-2008, 08:19 PM
I tried to do that once...but could not figure that out

Support_JH
04-01-2008, 12:38 AM
First, you need to insert the button into the page. It should be in standard HTML code. Export the page to HTML from Web Easy, then paste the button HTML code into the newly-created HTML file where you want it to appear (or where the provider of the buttons tells you to put them). Save the file, then reimport it back into the Web Easy project. Make sure that any graphics for the button are saved in the proper place.

Now refresh the page, and the button should appear. Right-click over it and go to Link... Set the link type as Custom Script. A box will appear in the bottom of the window; paste the code from the script file into that box.

Bear in mind that the provider may have special instructions that modify this; if that is the case, follow those in preference to the ones I gave you.

davidrosso
04-01-2008, 12:46 AM
First, you need to insert the button into the page. It should be in standard HTML code. Export the page to HTML from Web Easy, then paste the button HTML code into the newly-created HTML file where you want it to appear (or where the provider of the buttons tells you to put them). Save the file, then reimport it back into the Web Easy project. Make sure that any graphics for the button are saved in the proper place.

Now refresh the page, and the button should appear. Right-click over it and go to Link... Set the link type as Custom Script. A box will appear in the bottom of the window; paste the code from the script file into that box.

Bear in mind that the provider may have special instructions that modify this; if that is the case, follow those in preference to the ones I gave you.


Hmm, never thought of trying something like that.