T
|
thesofa 12/3/2006 |
Hi <?php
|
L
|
larsonsc author 12/3/2006 |
Hi If you wanted to turn text red, you could try <?php
<?php <?php |
J
|
Jane 12/4/2006 |
Shawn, <?php ?> <img src="images/kcsr_logo_180.jpg" width="474" height="126" /><br /> <font size="18pt">Kansas City Siamese Rescue Online Records System</font><br /> <hr> <?php ?> <font size= "8pt">Copyright 2006-2007. Kansas City Siamese Rescue Online Records System All information contained in any report generated by this system is the property of Kansas City Siamese Rescue, Inc., and is not intended for distribution to any other party than it was originally intended for. Medical histories may be distributed to the adopter's veterinarian.</font> |
L
|
larsonsc author 12/4/2006 |
Shawn, you can use HTML code instead of PHP in your header.php and footer.php files:
|
![]() |
Alexey admin 12/4/2006 |
Shawn, <font size="5">Kansas City Siamese Rescue Online Records System</font>
<font style="font-size: 14pt">Kansas City Siamese Rescue Online Records System</font> |
L
|
larsonsc author 12/4/2006 |
Shawn, use smaller values for size attribute. I.e. To specify font size in points use style attribute I.e.
|
L
|
larsonsc author 12/6/2006 |
<font style="font-size: 14pt">Kansas City Siamese Rescue Online Records System</font>
|
J
|
jasteele12 12/16/2006 |
Just as a follow-up in case anyone else is trying this, I had more consistent formatting results using the style method above than I did with the regular font-size method.
|