Advanced Guestbook Modification

liunx

Guest
Does anyone know which file/s in advanced guestbook I can insert the below script to, to modify the scroll bars?<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><style><br /><!--<br />BODY{<br />scrollbar-face-color:eee;<br />scrollbar-arrow-color:BBBBBB;<br />scrollbar-track-color:eee;<br />scrollbar-shadow-color:BBBBBB;<br />scrollbar-highlight-color:eee;<br />scrollbar-3dlight-color:BBBBBB;<br />scrollbar-darkshadow-Color:eee;<br />}<br />--><br /></style><!--c2--></div><!--ec2--><!--content-->
Thomas,<br />in the file templates/header.php<br />you will see some style tags.<br />Just add yours to that area<br />so that part looks like<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><style type="text/css"><br /><!--<br />.font1 {  font-family: $VARS[font_face]; font-size: $VARS[tb_font_1]; color: $VARS[text_color] }<br />.font2 {  font-family: $VARS[font_face]; font-size: $VARS[tb_font_2]; color: $VARS[text_color] }<br />.font3 { font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: $VARS[text_color]; font-weight: bold}<br />.select {  font-family: $VARS[font_face]; font-size: 9pt}<br />.input {  font-family: $VARS[font_face]; font-size: 9pt}<br />BODY{<br />scrollbar-face-color:eee;<br />scrollbar-arrow-color:BBBBBB;<br />scrollbar-track-color:eee;<br />scrollbar-shadow-color:BBBBBB;<br />scrollbar-highlight-color:eee;<br />scrollbar-3dlight-color:BBBBBB;<br />scrollbar-darkshadow-Color:eee;<br />}<br />--><br /></style><!--c2--></div><!--ec2--><br /><br />Of course as you know it will not show up except in IE.<!--content-->
Thanks Don. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br />There was so many files in templates folder, including a index.html which was empty so I figured I better ask.<br /><br />And yep I know I.E only. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><!--content-->
File changed and uploaded. Looks like I wanted it. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br />Have a look if you like. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/tongue.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tongue.gif" /><!--content-->
 
Top