Inserting an Image to Your Webpage
You can
easily add an image to your webpage that you created in Expression Web by
dragging the image from the folder list on the left hand side to the place in
your website. Your text might become mis-aligned but you can right click
on the image, choose Picture Properties. In the dialog box, choose the
Appearance tab. Now you can chose to align your image to the left or right
of the other information on your website.
Using Frontpage
Frontpage will allow this option as well, however it will use the deprecated
align attribute:
<img alt="First Data" src="images/first-data-merchant-services.gif" width="144" height="64" align="left" />
In Expression Web it will use styles to align the image:
<img alt="First Data" src="images/first-data-merchant-services.gif" style="width: 144px; height: 64px; float: left" />
Using styles will be better
of course, especially if you are striving for a compliant website.
For more information check out the video
Inserting an Image into a Webpage




Comments