Ok SP gurus, I am in a bind and would like to pick some brains. I am using SP2010 and trying to insert background images, not inserting a basic photo in line with text, but background images. I am using a simple template and layout with two webparts (left and right). The main one I can concerned with is my left webpart that is currently set as a Content Editor webpart. At the moment, I have a photo inserted, but it is below all of my text. I have been reading around for helpful tips for inserting a "background-image", but I am having no success.
I have no HTML or CSS experience, so lets call me a beginner. After reading through the current coding, I can understand how and why the information appears as it has. If I need to add text using either of the different types of coding, that is no problem. I can even add color, but no image. I have images loaded on my SP image page that I can chose from. How would I be able to insert an image with text on top of it? That is where I am trying to go. In referencing a url on my own site (to point to the photo I need), who does this work?
To give you a gist of what I am working with, here is some script that I would like to put a background image under:
<DIV style="MARGIN-BOTTOM: 20px; TEXT-ALIGN: justify">
<P class="siopub_title ms-pageTitle">RIMC Pretoria</P>
<P><FONT face=Verdana><STRONG>Thanks for visiting the SharePoint team site for the our company! This online community serves as a central source and repository ....</STRONG></FONT></P></DIV>
I would like to add and image, but this is the code I have:
from
background-image: url("myimage.gif")
to
background-image: url(
... with no success. It never finds the image. After a few variations of this, the script will disappear all together. I am using the Rich Text Editor to make the change.
Any help will be absolutely appreciated. I find that hardly any website using SP has an image background, but there seems to be quite a bit of information on adding this. Weird. Thanks in advance.
I have no HTML or CSS experience, so lets call me a beginner. After reading through the current coding, I can understand how and why the information appears as it has. If I need to add text using either of the different types of coding, that is no problem. I can even add color, but no image. I have images loaded on my SP image page that I can chose from. How would I be able to insert an image with text on top of it? That is where I am trying to go. In referencing a url on my own site (to point to the photo I need), who does this work?
To give you a gist of what I am working with, here is some script that I would like to put a background image under:
<DIV style="MARGIN-BOTTOM: 20px; TEXT-ALIGN: justify">
<P class="siopub_title ms-pageTitle">RIMC Pretoria</P>
<P><FONT face=Verdana><STRONG>Thanks for visiting the SharePoint team site for the our company! This online community serves as a central source and repository ....</STRONG></FONT></P></DIV>
I would like to add and image, but this is the code I have:
from
background-image: url("myimage.gif")
to
background-image: url(
... with no success. It never finds the image. After a few variations of this, the script will disappear all together. I am using the Rich Text Editor to make the change.
Any help will be absolutely appreciated. I find that hardly any website using SP has an image background, but there seems to be quite a bit of information on adding this. Weird. Thanks in advance.