Images

Introduction

Images can be included in web pages in a number of ways. Traditionally, images are included in web pages using img tags, more recently, with the introduction of XHTML and CSS, images can also be used as a Div backdrop.

Using img elements

img elements are the oldest, and most compatible way to include images in your web site. They are also the simplest. To add an image to your web page, you can choose any image in your project from the Images in project sub menu in the Media menu. This will insert an img into the selected element.



Using images in Div elements

Images in Divs can be easily used using the Inspector, simply choose an existing image from the background-image attribute area in the Fill section.



You can of course type in an alternative image from either your project or a full HTTP URL such as:

url(http://www.dogbreedinfo.com/images17/NorthernInuitDogFreya14wks.JPG)