|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Great Calendar !!! ( image prob )
Hi Guys First of all let me appologize for posting in wrong place last time .
gulp . new to this forum so sorry . Secondly what a fantastic calendar does exactly what it sais on the tin.!!. Howerver im a bit of a php newbie and am having some problems adding a logo to the top of the calendar! can anyone help me out is this done in the css style sheet as all modifications i do to the header php seem to come up with the following error ... Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /data/members/paid/o/l/mywebsite/htdocs/www/cal/private/ltw_header.php on line 50 Any ideas Many thanks in advance .. Dooks |
|
#2
|
|||
|
|||
|
RE: Great Calendar !!! ( image prob )
Its possible you're missing a quote, a ; or some other minor mistake. Post the code code here and we can see whats wrong.
|
|
#3
|
|||
|
|||
|
RE: Great Calendar !!! ( image prob )
[highlight=php]<?php
//////////////////////////////////////////////////////////////////////////// // ltw_header.php // $Id: ltw_header.php,v 1.4 2003/08/16 13:16:02 t51admin Exp $ // // ltwCalendar Sample Header File //////////////////////////////////////////////////////////////////////////// header("Cache-control: no-cache, must-revalidate"); header("Expires: " . gmdate("D, d M Y H:i:s") . " GMT"); echo " <HTML> <HEAD> <TITLE>What's On</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="ltw_style.css"> <!-- The following functions need to be declared in the page header for the --> <!-- javascript popups to work. --> <SCRIPT LANGUAGE="JavaScript" type="text/javascript"> <!-- function launchcategory(url){ window.name = 'opener'; remote = open(url, "", "resizable,status,scrollbars,width=500,height=400,l eft=300,top=100"); } function launchevent(url){ self.name = "opener"; remote = open(url, "", "resizable,scrollbars,width=400,height=600,left=300 ,top=100"); } function launchlog(url){ window.name = 'opener'; remote = open(url, "", "resizable,status,scrollbars,width=600,height=650,l eft=300,top=100"); } function launchlogin(url){ window.name = 'opener'; remote = open(url, "", "resizable,status,scrollbars,width=400,height=300,l eft=300,top=100"); } function launchuser(url){ window.name = 'opener'; remote = open(url, "", "resizable,status,scrollbars,width=650,height=600,l eft=300,top=100"); } --> </SCRIPT> </HEAD> <BODY> <img src="hw_01.gif"> <TABLE> <tr><td colspan="2" align="center"><H1>What's On </H1></td></tr> <tr><td width="10%"><h5>Sample left nav area<h5></td> <!-- ltwCalendar Main window starts here --> <td width="90%"> "; ?>[highlight=php] |
|
#4
|
|||
|
|||
|
RE: Great Calendar !!! ( image prob )
see above for code
all I am trying to do is add the img "hw_01.gif" to the top of the calander I have tried this just after the Head tag it displays fine in dreamweaver but when uploaded i get error message Thanks Dooks |
|
#5
|
|||
|
|||
|
RE: Great Calendar !!! ( image prob )
o.k guys i managed to sort this one myself just added some html coding to the calander php file thanks anyway , changes all setting in css and played around with the code ( limited as i am only a begginer )
and got it to look and feel just how I wanted .. Thanks agin to the original coders this is s superb piece of coding .!!! Dooks |
|
#6
|
|||
|
|||
|
RE: Great Calendar !!! ( image prob )
What was the code to add an image? I also can't figure out the syntex to add an image?
|
![]() |
| Viewing: Codewalkers Forums > Projects > ltwCalendar > Great Calendar !!! ( image prob ) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|