When browsing textures, click on a texture to preview it and you will also be given the option to put it in your folder. This is most useful to store customized textures whose color you have changed, since these custom textures are normally only stored on GRSites.com temporarily. Put them in your own GRSites Folder and you keep them online indefinitely!
<script type="text/javascript" src="http://static1.grsites.com/user/folders/gabrielross/t1125/1349131.js"></script>
If you are using the raw HTML code, then you will most likely have to update it in your web pages to see the change.
This will allow you to set the background texture in the message you are writing:
If you want ALL your messages to use the background, follow these instructions:
Microsoft Outlook Express
This will allow you to set the background texture in the message you are writing:
If you want ALL your messages to use the background, follow these instructions:
Mozilla Thunderbird
Please note: if you want to use a texture that you have modified in some way (if you have changed its color, brightness, size, etc... using the appropriate functions on the web site) then the texture will only be stored temporarily on GRSites.com. The best way to link to the texture is to save it to your GRSites Folder. Once there, you can use the texture's permanent URL to link to it from your auctions.
where "file.jpg" is the name of the texture you downloaded. Also, ensure that when you upload your web pages to your web hosting server that you also upload the texture "file.jpg" into the same directory for the above command to work.
Alternatively, you can simply link to the texture using its URL which is provided when you click on the texture in the archive. Suppose that it's:
Please note: if you want to use a texture that you have modified in some way (if you have changed its color, brightness, size, etc... using the appropriate functions on the web site) then the texture will only be stored temporarily on GRSites.com. The best way to link to the texture is to save it to your GRSites Folder. Once there, you can use the texture's permanent URL to link to it from your web pages.
<EMBED SRC="sound.wav" WIDTH=344 HEIGHT=60 AUTOLOAD=TRUE AUTOSTART=false VOLUME=100 CONTROLS=Console>
Replace "sound.wav" with the URL of the sound file on your web server. This tag will create a Windows Media Player box in the web page with Play/Stop/Volume buttons like the one below:
<EMBED SRC="/sounds/18791905/aircraft/aircraft001.wav" WIDTH=344 HEIGHT=60 AUTOLOAD=TRUE AUTOSTART=false VOLUME=100 CONTROLS=Console>
To have the sound play automatically, without showing a Media Player box, use the following tag:
<EMBED SRC="sound.wav" WIDTH=0 HEIGHT=0 AUTOLOAD=TRUE AUTOSTART=false VOLUME=100 CONTROLS=Console>