Sections

Resources

Adding Images

Beginning Tag

Ending Tag Description & Example

<img scr="imagename">

none

Embedded image .

Within the image tag there are 3 components:

  • alt tag for text description of graphic image (useful for ADA compliance)
  • width of image
  • height of image

 

Code View for Image on the Right:

<img src="http://www3.baylor.edu/BBR/bbcms/34516.jpg" alt="Laura Henry" width="144" height="198" >

Please note that the link is absolute.

  • http:// is required so the server knows you are linking to an outside address.
  • Server is www3
  • Domain is baylor.edu
  • BBR is the departmental folder
  • bbcms refers to the folder containing the image. 
  • 34516.jpg is the image name
Laura Henry

Return to: Baylor Business Content Management System | Top of Page