TheConeHead
Programmer
is there anyway to show text "as is" besides pre? any style that can be applied to a div or span perhaps?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<table cellspacing="0" cellpadding="3" border="0" bgcolor="#000080" width="100%">
<tr bgcolor="#b0c4de">
<td style="font-size: 14px;"><b><%=cat2("title")%>:</b> <%=rs("title")%></td>
</tr>
<tr bgcolor="#f5f5f5">
<td>
<p class="little">Last update: <%=rs("updated")%><br>Author: <%=rs("author")%></p>
<pre style="width:750; word-wrap: break-word;"><%=answer("answer")%></pre>
</td>
</tr>
</table>
.pre {
white-space: pre;
font-family: courier, monospace;
}