![]() Previous Lessons
Lesson #2
Lesson #3
Lesson #4
Lesson #5
Lesson #6
|
Note from HTML Graphics
There are three types of images (graphics) that can be used on the Internet. They are .png, .gif, and .jpg (file extensions). Since images on web pages are not embedded into the page. Images must be in the same folder as your html pages or within a sub folder of your web site (with directions for the browser to locate the image(s) to be displayed). Lesson#7
: Using a Image as a web page background
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#3333FF" alink="#FF0000" background="background.gif"> When you add a image to the background of a webpage
the image will tile to fill the background.
Click Here To get the image not to tile, you need a much larger graphic that will fill the screen either vertically or horizontally. Remember: Images must be in the same folder
as your html pages or within a sub folder of your web site (with directions
for the browser to locate the image(s) to be displayed). It is very common
for new webmasters to have broken images within thier sites. Easy to fix
because the problem is ALWAYS one of two things.
|
|
|
|
|
|