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:
  #1  
Old July 16th, 2003, 01:55 PM
TaiChi56 TaiChi56 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 20 TaiChi56 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Putting a caption on the calendar

How can I put an instructution right above the month? Such as "Click on the event to see details"

So the user knows to click on the event to read more of what is going on that day. Thank you.

Reply With Quote
  #2  
Old July 16th, 2003, 04:05 PM
Matt Matt is offline
Contributing User
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 20 sec
Reputation Power: 6
RE: Putting a caption on the calendar

That can be added in the header file. Anything you wish to show up preceding the calendar should be in there. Anything that should come after the calendar should be in the footer.

Reply With Quote
  #3  
Old July 16th, 2003, 05:27 PM
TaiChi56 TaiChi56 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 20 TaiChi56 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Putting a caption on the calendar

Do I just put the html coding before the php coding. I guess I am not sure just how to put the html coding in the header file. Thank you.

Reply With Quote
  #4  
Old July 16th, 2003, 05:32 PM
prrk47002 prrk47002 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 275 prrk47002 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Putting a caption on the calendar

One of the things I like to do is put the calendar in a table.
YOu can do something like this

<html>
<head>
<!-- all the page header stuff here -->
</head>
<body>
<table>
<tr><td colspan=2><H1>Header stuff here</h1></td></tr>
<tr><td width="10%">Navigation stuff here</td>
<td width="90%">
<!-- end of ltw_header file -->

And the ltw_footer does this
<!-- end of calendar, close the table & page -->:
</td></tr>
</table></body></html>

Reply With Quote
  #5  
Old July 16th, 2003, 05:35 PM
prrk47002 prrk47002 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 275 prrk47002 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Putting a caption on the calendar

Yes, you can just put any html coding prior to the <?php tag

Or, do it after the tahe in an echo statement like this (how I use it)

<?php
echo "
One of the things I like to do is put the calendar in a table.
YOu can do something like this

<html>
<head>
<!-- all the page header stuff here -->
</head>
<body>
<table>
<tr><td colspan=2><H1>Header stuff here</h1></td></tr>
<tr><td width="10%">Navigation stuff here</td>
<td width="90%">
";
//-- end of ltw_header file --



Reply With Quote
  #6  
Old July 16th, 2003, 09:01 PM
TaiChi56 TaiChi56 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 20 TaiChi56 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Putting a caption on the calendar

This is what I put before the <?php

<html><head></head>
<body><p><h1>Please click on the event to see details</h1></p></body>
</html>

This is the error codes I got.

Warning: Cannot modify header information - headers already sent by (output started at /home/waynesta/www/www/ltw_header.php:4) in /home/waynesta/www/www/ltw_header.php on line 7

Warning: Cannot modify header information - headers already sent by (output started at /home/waynesta/www/www/ltw_header.php:4) in /home/waynesta/www/www/ltw_header.php on line 8

Reply With Quote
Reply

Viewing: Codewalkers ForumsProjectsltwCalendar > Putting a caption on the calendar


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


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





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT