ltwCalendar
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsProjectsltwCalendar

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Dell PowerEdge Servers
  #1  
Old August 18th, 2005, 07:00 AM
dookster dookster is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Peterborough,Lincs, UK
Posts: 9 dookster User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
  #2  
Old August 18th, 2005, 03:42 PM
alpha232 alpha232 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Providence, RI, USA
Posts: 2 alpha232 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to alpha232
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.

Reply With Quote
  #3  
Old August 18th, 2005, 04:12 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
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]

Reply With Quote
  #4  
Old August 18th, 2005, 04:56 PM
dookster dookster is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Peterborough,Lincs, UK
Posts: 9 dookster User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
  #5  
Old August 19th, 2005, 10:53 AM
dookster dookster is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Peterborough,Lincs, UK
Posts: 9 dookster User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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




Reply With Quote
  #6  
Old August 30th, 2006, 01:04 PM
fdnyfish fdnyfish is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 32 fdnyfish User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
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?

Reply With Quote
Reply

Viewing: Codewalkers ForumsProjectsltwCalendar > Great Calendar !!! ( image prob )


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway