ve como ta

16/10/2009, 19:21
08/10/2009, 17:14
<% replace(texto, chr(13), "<br>" %>
texto = seria a variavel que chama o texto... ou o texto em si.
chr(13) = texto a ser alterado, no caso eh um caracter em ansii que determina a quebra de linha...
<br> = palavra/comando que ele poe no lugar da palavra retirada
08/10/2009, 16:29
<style type="text/css"> #testegeral {width:100%;text-align:center;height:800px;background:#FF6600;} #teste {width:90%;margin:auto;height:600px;background:#999999;} #prod1,#prod2,#prod3 {width:50px;height:50px;background:#FFFF00;margin:20px;} #prod1{width:150px;height:150px;} #prod2 {width:150px;height:150px;} #prod3 {width:150px;height:150px;}</style> <table id="testegeral"> <tr> <td> <table id="teste"> <tr> <td align="center"> <div id="prod1"> </div> </td> <td align="center"> <div id="prod2"> </div> </td> <td align="center"> <div id="prod3"> </div> </td> </div> </td> </tr> </td> </tr> </table>
08/10/2009, 13:27
Community Forum Software by IP.Board
Licensed to: Webmasters Online