I am trying to change the look and feel of Rho on a ET1. the help-file offers the sample lines below on how to add an address-bar but I am not sure where they go. I copied them to the config.xml file but I get syntax errors. does anyone have a sample config file that they have added the address bar?
thanks,
afshin
<!--
The following example shows the address bar, sets the left and top coordinates to 50, and the width to 100.
-->
<META HTTP-Equiv="AddressBar" Content="visibility:visible">
<META HTTP-Equiv="AddressBar" Content="left:50">
<META HTTP-Equiv="AddressBar" Content="top:50">
<META HTTP-Equiv="AddressBar" Content="width:100">
Hi,
Those are meta tags, all meta tags go in your HTML content. I'd suggest you read the quick start guide in the help file first.
Thanks,
Darryn.
Points: 0
You voted ‘up’
Afshin,
This code needs to be put in the first displayed page. Another option is to use the DebugButtons in the config.xml file.
DebugButtonsEnabled
1 - Enabled
Points: 0
You voted ‘up’
Log in to post comments