Can I have more than one background image. Or is it just normal image for second one.
I want to put a much smaller image in the center under the paragraph text now, must I make another section in css saying body{ } or do I just make it a normal image to put on page. But I want it under the paragraph text in the center.
Get confused what is a background image and what isnt as my first large image is like a banner ontop of the page going across rectangularly. That image I put under background-image:url (........)
I put the following code in:
img.x {z-index:0; left:280px; postion:absolute; top:400px; width:430px; height:500px; background-image:url ("../spencer/Pictures/girltemp1.png")}
<img class="x"; src="../Pictures/girltemp1.png; alt="girlfriend1.png"; alt="girltemp1.png"; id="girltemp1">Then the contents</p>
Everthingh is positioned etc, but the image still wont display, just a large x box, but no actual image.
I put the following code in:
img.x {z-index:0; left:280px; postion:absolute; top:400px; width:430px; height:500px; background-image:url ("../spencer/Pictures/girltemp1.png")}
<img class="x"; src="../Pictures/girltemp1.png; alt="girlfriend1.png"; alt="girltemp1.png"; id="girltemp1">Then the contents</p>
Everthingh is positioned etc, but the image still wont display, just a large x box, but no actual image.
Bookmarks