El CSS de la "tabla" esta asi:
Código HTML:
<div style="margin-top:5px; margin-bottom:10px"> <div align="left" style="background-image:url(images/fondopestana.jpg); background-repeat:repeat-x; border:1px solid #f96; width:360px; margin-top:10px; padding:3px; color:#006; border:1px solid #f63; font-weight:bold"> <div style="background-image:url(images/listaiconos4.gif);<%=icono%> ; background-repeat:no-repeat; padding-left:25px; height:18px"> TITULO DE LA NOTICIA</div></div> <div align="left" style="width:360px; padding:3px; border:1px solid #f93; border-top:0"> <div align="right" style="float:right"><img src="<%=imagen%>" align="left" style="margin:5px; border: 2px solid #ccc" alt="<%=rs("titulo")%>"><br clear="left"> <span style="font-size:9px"><%=rs("notaimagen")%></span> </div> <div style="font-family:Tahoma, Arial, Verdana; font-weight:bold; font-size:11px; color:#666"><%=comentario%></div> <%if id<>"" then%> <div style="font-family:Tahoma, Arial, Verdana; font-weight:normal; font-size:11px; color:#575757; margin-top:10px"><%=contenido%></div> <%if rs("origen")<>"" then%> <br clear="all"> <div style="font-size:11px">Fuente: <a href="<%if instr(rs("enlaceorigen"),"http://") then response.write rs("enlaceorigen") else response.write "http://"&rs("enlaceorigen")%>" target="_blank"><%=rs("origen")%></a></div><%end if%> <%else%> <p align="right" style="font-size:11px"> <%if rs("videourl")<>"" then%> <a href="videos.asp?id=<%=rs("id")%>" class="video">Ver video</a> <%end if%> <a href="noticias.asp?id=<%=rs("id")%>&cat=<%=rs("categoria")%>" class="search">Ver nota completa</a> </p><br clear="all"> <%end if%> </div> </div>
Actualmente esta asi: www.ajalas.com/noticias.asp?id=514
Y lo que quiero es esto:
http://www.mx.terra.com/ligaseuropea...EI4270,00.html
Pueden ver que incluso en el ejemplo hay texto arriba y abajo de la foto, en la mia el texto se alarga en una sola linea y se recorre la foto, por lo menos en Firefox.
¿Como podria hacer lo que quiero?
¿Tengo divitis?