Samerin
Joined: 27 Oct 2006 Posts: 1
|
Posted: Fri Oct 27, 2006 6:39 pm Post subject: Images in main category of Cool Menu... |
|
|
Hello,
I am using CoolMenuPro/COOLBuilder and trying to use an image for the main category level.
When I am in the Object Inspector, for the Code, I type in:
<img src="images/button.gif" width="98" height="20" />. Then, in the code view, it shows:
{code:"<img src="images/button.gif" width="98" height="20" />", …..
This results in the menu not being displayed on the browser.
To work correctly, I have to change the code to be:
{code:’<img src="images/button.gif" width="98" height="20" />’, ….
The problem is that the COOLBuilder places double quotes around the img tag and it needs to be a single quote.
What am I supposed to type in for the 'Code' in the Object Inspector? for this to be created in the code view correclty?
Thanks!! |
|