RE: tweaking guestlog appearance - 9/26/2001 14:51:00
Gail,You can place some stylesheet code in the head of guestbook.htm (since guestlog.htm is an include file that's placed within it) ... the style sheet will affect the whole page. Put the following between the <head></head> tags and see how it works for you (you might need to make a few adjustments depending on what other changes you've made to the page and personal preference): <style type=text/css> body {font-family: arial, sans-serif; font-size: 10pt} td {font-family: arial, sans-serif; font-size: 10pt} p {font-family: arial, sans-serif; font-size: 10pt} h3 {font-family: arial, sans-serif; font-size: 10pt; font-weight: bold} </style> * I should mention that the reason I made the h3 10pt bold is that the "Comments" field name/header (that's displayed in the results) is formatted by an h3 tag which is dynamically generated by the webbot. I figured it was better to match the other field names/headers which are dynamically generated with the <p> tag and set to bold. I don't think there's any way to have the "submitted info" be a different size than the field names/headers since they're both formatted with the <p> tag (which is dynamically generated). Let me know if that doesn't make sense.  ginnie
[This message has been edited by ginnie (edited 09-27-2001).]
|