FORMAT GUESTBOOK RESULTS

G

Guest

Hi Guys

Does anyone know how I can change the format of the way my guestbook results
show in my web. I am able to delete entries by opening my web live but dont
know how to change the font and spacing etc.

Thanks

TANYA
 
A

Andrew Murray

I expect you can apply a style sheet or add styles to the text as with any
normal page.
 
G

Guest

Try adding this just above </head> in code view

<style type="text/css">
body { font:15px times new roman; color: black; text-align:left; }
a { color: blue; }
a:hover { color: red; }
</style>

Please note you change the parameters, font, and colors to fit your site.

Charles
http://www.yellowecho.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top