|
Tips and Tricks
1) USING IMAGES AS DESKTOP WALLPAPER If you're using Internet Explorer do the following: If you're using Netscape do the following: A more detailed way to do it is like this: - Select a background image (example: rainbow.gif), then save it into a directory on your hard drive (example, in c:\temp). Click here for detailed instructions on downloading images. - Click on START > SETTINGS > CONTROL PANEL > DISPLAY... - On the "Background" Tab, click the "Browse..." button. Navigate to the directory in which you have saved the background image (c:\temp) and select the image file (rainbow.gif) - Select the TILE option under "Picture Display" - The image should tile over your desktop, creating your desktop wallpaper. 2) USING
FUSSY BACKGROUND IMAGES But if you really must have that background, here's what you can do: A good way to display text with this sort of background image, is to have the text in tables which have a plain background colour. Example 1 - a Halloween background If you're not sure how to use Tables on your web page, here are some good tutorial sites: 1) HTML
Goodies Table Tutorials 3) MAKING A BACKGROUND STATIONARY
(only text scrolls) The following tag works this particular bit of magic: <BODY BACKGROUND="yourimage.gif" BGPROPERTIES=FIXED> However, the above tag works only with MSIE and not with Netscape or other browsers. Alternatively, you can use the following tag: <body style="background-image: url(background.gif); background-repeat: This method uses CSS (Cascading Style Sheets) and should work on nearly
every modern browser* 4) CREATE A BORDER USING ANY IMAGE <STYLE TYPE="text/css"> The reference to the image is made within the (brackets) repeat:repeat-y will make the background image tile down the left side of your page Changing it to repeat:repeat-x will make the background image tile across the top of your page See samples of how this looks: |
||||||||||||