Messages - larystoy [ switch to compact view ]

Pages: prev1 [2]
6
N.A.N.Y. 2008 / Re: The N.A.N.Y. Programming Challenge for 2008
« on: November 24, 2008, 04:47 AM »
Bible Quiz -- Based on the King James Bible
Over 1000 questions with multiple choice answers
Switch between New or Old Testament at any time
Hint and/or read the verse if missed
Up to 6 players or as single player game
Set level of dificulty of questions
Review or select individual question
Avaliable for download at www.jazywebs.com

7
N.A.N.Y. 2008 / Re: The N.A.N.Y. Programming Challenge for 2008
« on: November 24, 2008, 04:34 AM »
Hay guys n gals, I'm a newbie to DonationCoder and I got an app for NANY.

8
Developer's Corner / CSS and field width
« on: November 15, 2008, 08:01 AM »
Just learning PHP and CSS, need a bit of help here.

Am doing a web site for a local musical ministry. Like most, if they see anything like "<"P">" or "<"h5">," AHHHH!!! computer programing, don"t know how, don't want to know.

What I am trying to do is provide a method whereby they can make changes to things like their online News Letter and such with just a plain text file.

The following allows me to read a text file into the page. Problem is it is full screen width. What I want to do is limit the width of the displayed text.

h3 id="content1-title" class="handcursor">About Us/h3>
div id="content1" class="switchgroup1">
p align="left" style="font-size:12px;font-family:Verdana;color:#000000" />
pre>
?php echo readfile("file1.txt"); ?>
/pre>
/p>
/div>

The above does require a JS file and bit of SCRIPT to work correctly. An example can be seen at http://www.websbylarry.com/readfiles/readfile.php

As you click on a word, the drop down text displays. Now I need to knw how to limit the width either with XHTML or CSS.

The full page can be seen at http://www.websbylarry.com/bpministries/default.html

In the above link the information is embeded in the HTML source, and I don't want the ministry to be dependant on me when a change needs to be made.

Thanks for any assistance
Larry Arnold
[email protected]
www.websbylarry.com
 

Pages: prev1 [2]
Go to full version