View Full Version : html effects for your pages!


pinatine
01-31-2006, 06:46 PM
personally i dont have a page but i do own a website and i have found some html effects (sometimes known as shtml (smart html)).

anyway i have some great effects that in theory should work on your page.

just paste them into the html code

now unfortunately part of the coding of vmkf changes the code when you copy it (i dont now why it just does) so i have a link to a page on my website with the code and a preview of it

click here (http://www.suttoncity.co.uk/damon/b_b.htm)

i will be adding more soon

prisoner
01-31-2006, 07:17 PM
They will not work unless you take some extra effort to get the javascript portions to work. The way the HTML is inserted includes a <br/> after every line - even if you're not inside HTML at the time. So all the Javascript has a <br/> at the end of each line which will make it invalid JS.

Gus
03-05-2006, 02:07 PM
Can you let we see the name of the effects please?

Nick
03-06-2006, 01:42 PM
They will not work unless you take some extra effort to get the javascript portions to work. The way the HTML is inserted includes a <br/> after every line - even if you're not inside HTML at the time. So all the Javascript has a <br/> at the end of each line which will make it invalid JS.

Try placing the javascript all in one line without any line breaks.

pinatine
03-06-2006, 07:31 PM
it is now fixed