Hacking VLC The Easy Way:
OPEN THE MAGIC *in a New Window **) The Target Page will be blank, perfect for testing.Info:
Get a Song |
ImplementationHow to implement this into your Page:Remove any existing background Image in your Page. If you have a stylesheet add the folowing Lines to it.
body
{
background-image:url(http://ayra.ch/images/trans/trans1.bmp);
background-repeat:repeat;
}
if you already have a body {} Section, add only the contents and not a second body section. or you can replace the <body> tag with: <body style="background-image:url(http://ayra.ch/images/trans/trans1.bmp);background-repeat:repeat;"> The Server also supports https connections! |