thx
actualy there is one instance:
Code:
<div id="map" style="width: 100%; height: 480px; padding:-5px;" class="r_box"></div>
which needs to be replaced by:
Code:
<div id="map" style="width: 100%; height: 480px; padding:-5px; color:#000000;" class="r_box"></div>
and 2 instances
Code:
<div id="map" style="width: 600; height: 300px; padding:-5px;" class="r_box"></div>
which need to be replaced by
Code:
<div id="map" style="width: 600; height: 300px; padding:-5px; color:#000000;" class="r_box"></div>
thank you for the help
Your style="color=#ff0000" did not work (at least not for me

)
see fixed version above
Is it possible to expand the text input to lets say 100 chars and automaticly insert a break after about 50 chars (end of the word) or for long words (eg spam inserts with more then 50 chars) a br inside the long word ??