hello, many FCKeditor user have a problem in adding a background image to there pages, but i have seen improper ways posted here and i thought i can help with this.
before we proceed,
open your file using FCKeditor,
Then click 'source' to go to the source code,
then look for <head> code here</head>
then post this code to replace 'code here'
open your file using FCKeditor,
Then click 'source' to go to the source code,
then look for <head> code here</head>
then post this code to replace 'code here'
adding a background Image to your web page.
hello, many FCKeditor user have a problem in adding a background image to there pages, but i have seen improper ways posted here and i thought i can help with this.
before we proceed,
open your file using FCKeditor,
Then click 'source' to go to the source code,
then look for <head> code here</head>
then post this code to replace 'code here'
<style type="text/css">body
{
background-image:url("/images/picture.jpg");
background-repeat:no-repeat;
}
</style>
make sure your image is big, because if not , your image will be small in the browser.
Then save
good luck
linking to your backgorund image
some body commented and asked how to link to any image, but i failed to review your comment but let me try to answer it here.
if your folder files arelike this
parent-folder
-website-files-folder
-images
- picture.jpg
- css
here the main point is link to the location of your prefered image that you want to use as background.
the image can be any where in the website route files .
i hope this will be good
open your file using
open your file using FCKeditor,
Then click 'source' to go to the source code,
then look for <head> code here</head>
then post this code to replace 'code here'
<style type="text/css">body
I am sure this would help.
_______________________
dany