Thu, 2012-02-02 15:29
Hi, i have a text in a span. Im tryig to put the text in two lines because is to long with the css. I can´t put and and it does not work with "width"
This is the menu, and the text in yellow should appear in 2 lines

Thanx for your help
Thu, 2012-02-02 15:42
#1
We can't debug an
We can't debug an image.
Please post your code.
Thu, 2012-02-02 15:57
#2
Sorry, this is the menu
Sorry, this is the menu section.
<li class="rmItem "> <a class="rmLink rmRootLink" href="http://localhost/dnn_bibliotecom/Enciclopedias.aspx"> <span class="rmText">Enciclopedias</span> </a> </li> <li class="rmItem "> <a class="rmLink rmRootLink" href="http://localhost/dnn_bibliotecom/VideosEducativos.aspx"> <span class="rmText">Videos Educativos</span> </a> </li> <li class="rmItem "> <a class="rmLink rmRootLink" href="http://localhost/dnn_bibliotecom/CuentosyM%c3%a1s.aspx"> <span class="rmText">Cuentos y Más</span> </a> </li>
CSS:
.RadMenu_TRMenu .rmRootGroup .rmText {color:#fff;padding: 0px 20px 0px 15px!important;}