How would I use CSS to bold-face the results of reading an Access database?

In a somewhat related vein, I would like to have the third word of my H2 tags 
be a different color from the other words.

>From what I have read, the basic purpose of CSS is to separate style from 
>content, and I want to do things in the correct manner.

. . .
do until OnGuestbook.EOF %>
Name:  <% Response.Write (OnGuestbook("Name"))%>
<BR>
E-mail <% Response.Write (OnGuestbook ("Email"))%>
<BR>
Website <% Response.Write (OnGuestbook("Website")) %>
<BR>
Gender: <% Response.Write (OnGuestbook ("Gender")) %>
<BR>
 Comments: <% Response.Write (OnGuestbook ("Comments")) %>
<BR>
<BR>
<% OnGuestbook.MoveNext
loop %>
. . .

Allen J. Bennett

Health books (and a health information program) here: 
http://www.AffiliateDreams.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to