« MBS Real Studio Plugi… |
Home |
Monkeybread Software … »
If you like to use background image for an item in Web Edition, you simply define a style and assign it. In our sample app, it's named "Style1". Then you add a page source with defining a CSS style where you define the URL for the background image. Like this:
<style type="text/css">
.Style1 {
background-image: url(http://www.monkeybreadsoftware.de/realbasic/images/testpicture_small.jpg);
}
</style>
Final webpage can look like the picture on right. Download project: webbackground.zip
07 12 11 - 11:20