I want attach a picture in back grounds in right to left skins, please help me

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
8/13/2007 1:20:08 AM
Gravatar
Total Posts 51
Share our knowledge,Take world in our hands.

I want attach a picture in back grounds in right to left skins, please help me

hi friends

I want attach pictures in background of 'HTML content' and site in left to right skins.

which CSS file must change for this work?

thank.

8/13/2007 6:42:45 AM
Gravatar
Total Posts 18439

Re: I want attach a picture in back grounds in right to left skins, please help me

Hi A.Samarian,

Put the image file in the same folder as the skin. I would put anything about images in styleimages.css

I don't know a good way to put a backround image in ALL Htm Content Modules without also putting it in the backround of other modules.

If you put the background image on the

.modulecontent{background-image: url('website_background.jpg'); }

this will put the image in the backround of all modules not just the Html Content module.

If you want to put an image in the backround of 1 Html Module then open it in the editor and click the View Source button in the editor toolbar, add a div with a custom css class.

<div class='mycustomclass'>

put content inside here

</div>

.mycustomclass{background-image: url('website_background.jpg'); }

Hope it helps,

Joe

8/13/2007 2:12:27 PM
Gravatar
Total Posts 51
Share our knowledge,Take world in our hands.

Re: I want attach a picture in back grounds in right to left skins, please help me

Hi,

Thanks for  help.

You must sign in to post in the forums. This thread is closed to new posts.