navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

tweaking guestlog appearance

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> tweaking guestlog appearance
Page: [1]
 
_gail

 

Posts: 2876
From: So FL
Status: offline

 
tweaking guestlog appearance - 9/25/2001 16:43:00   
re: http://www.arborsnews.com/guest/guestbook.htm

The guestlog above has four fields: Name,
Subject, Date & Comments.

I want to accomplish one task but don't know how.

I'd like the Name, Subject, Date and Comments titles to be in Arial Bold, 12 pt. What a visitor submits, I'd like to appear in Arial, 10 point.

I've spent hours trying to figure this out, reading about style sheets, etc. Though I've made a style sheet in a course I took several months ago, I no longer know how because I haven't had the need to create one until now.

Any help, suggestions would be greatly appreciated. Thank you.

gail

Thomas Brunt

 

Posts: 6109
Joined: 6/6/1998
From: St. Matthews SC USA
Status: offline

 
RE: tweaking guestlog appearance - 9/26/2001 13:11:00   
The file you would edit is guest/guestlog.htm.

Not sure if you can do what you're trying to do, however.


(in reply to _gail)
ginnie

 

Posts: 527
From: St. Louis MO USA
Status: offline

 
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).]


(in reply to _gail)
Page:   [1]

All Forums >> Web Development >> General Web Development >> tweaking guestlog appearance
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts