Hi: I have 3 pages that need to be linked to a style sheet. As far as I know, I can add a <Link> tag to the head section of each HTML file such as: <LINK HREF="MMMP.css" REL="stylesheet" TYPE="text/css"> Will this link correctly or am I missing code?
Also, I am to add a new white background with a .jpeg graphic fixed (no scrolling) horizontally and vertically in the center of the display and the graphic cannot tile. My experience with HTML & web design is limited and I've spent a great deal of time on this so.....I inserted the following in the .css under Header 2:
BODY {background:white url{(Review.jpg) no-repeat fixed center center}
will this work
Thanks for your speedy reply!!
Also, I am to add a new white background with a .jpeg graphic fixed (no scrolling) horizontally and vertically in the center of the display and the graphic cannot tile. My experience with HTML & web design is limited and I've spent a great deal of time on this so.....I inserted the following in the .css under Header 2:
BODY {background:white url{(Review.jpg) no-repeat fixed center center}
will this work

Thanks for your speedy reply!!
Comment