04-27-07 12:19 PM
Load the css images in File Resource Components and put the css request to t
he image in the Html code like this (you can put the others styles in a css
file):
<head>
..
<link rel="stylesheet" href="<Component name="Web Content/cssstyle.css"/>"
type="text/css"/>
<style type="text/css">
<! --
menu {
background-image: url(<Component name="Web Content/menu.gif"/> );
}
..
-->
</style>
</head>
<body>
..
</body>
[ Post a follow-up to this message ]
|