
August 30th, 2006, 01:53 PM
|
|
|
|
Join Date: Apr 2007
Posts: 32
Time spent in forums: < 1 sec
Reputation Power: 3
|
|
|
Adding a Graphic to the Header
I cant figure out the syntex to add a graphic to my ltw_header.php file
The graphic name is ledger.jpg and it sits in the private directory.
The end of my ltw_header.php file looks like this:
php Code:
Original
- php Code |
|
|
|
</SCRIPT> </HEAD> <BODY> <TABLE> <tr><td colspan="2" align="center"><H1>K of C Kings Event Calendar</H1></td></tr> <tr><td width="0%"></td> <!-- ltwCalendar Main window starts here --> <td width="100%"> "; ?> <style type="text/css"> h1 {color: #000066} h2 {color: #dda0dd} p {color: rgb(0,0,255)} </style>
I want to center the ledger.jpg graphic under the text "K of C Kings Event Calendar"
here is the full link:
http://www.kofckings.com/calendar/calendar.php
Thanks
|