The forum operates in read-only mode. Please head to StackOverflow for support.
{ background-image:url("/images/back-image.jpg"); background-repeat:no-repeat; background-position:left; }
Use the above code , it will help you
use this code, and define the actual link of your background image
{ background-image:url("/images/back-image.jpg"); background-repeat:no-repeat; }
if your folder is 'test' then write you code like this
{ background-image:url("/test/images/back-image.jpg"); background-repeat:no-repeat; background-position:left; }
if the image is in the same folder as every thing, use,
{ background-image:url("back-image.jpg"); background-repeat:no-repeat; }
Rember donf use or link to stlye.css, just insert the background image code in the actual page your editing,
example, test.html .
<html> <head> <style type="text/css">body { background-image:url("/images/back-image.gif"); background-repeat:no-repeat; } </style> </head> <body> <p> text here</p> </body> </html>
i hope this is a good answer.
How do I activate my CKEditor http://kizkiza.org/
this will depend on the hosting provider you have for your wesbsite. some hosting provider have the software installed in you hosting package.
Re: Background Image
the part on the left side has not to be a picture. It's just a long gray rectangle with the url in white (letters turned).
Maybe there is a easier way to do it without any picture.
Re: Background Image
{ background-image:url("/images/back-image.jpg"); background-repeat:no-repeat; background-position:left; }Use the above code , it will help you
Background Image
use this code, and define the actual link of your background image
{ background-image:url("/images/back-image.jpg"); background-repeat:no-repeat; }if your folder is 'test' then write you code like this
{ background-image:url("/test/images/back-image.jpg"); background-repeat:no-repeat; background-position:left; }if the image is in the same folder as every thing, use,
{ background-image:url("back-image.jpg"); background-repeat:no-repeat; }Rember donf use or link to stlye.css, just insert the background image code in the actual page your editing,
example, test.html .
<html> <head> <style type="text/css">body { background-image:url("/images/back-image.gif"); background-repeat:no-repeat; } </style> </head> <body> <p> text here</p> </body> </html>i hope this is a good answer.
How do I activate my CKEditor
How do I activate my CKEditor http://kizkiza.org/
How do I activate my CKEditor
this will depend on the hosting provider you have for your wesbsite. some hosting provider have the software installed in you hosting package.