steamngn
10-09-2006, 12:13 AM
I'm lost...
I have a Java news scroller that pulls content from an html page. code format looks like this:
<table border="0" cellpadding="2" style="border-collapse: collapse" class="scroller" >
<tr>
<td>
<hr width="80%" size="1">
<p align="center">"The difference in Martial Arts"
</font></p>
<p align="justify"><span style="font-size: 8pt">This scrolling news wire will have tournament listings,
promotion test dates, and any other updated information related to our Schools.
An easy way to quickly see what is going on not only on this site but at each location. If you have news that you
would like posted on this crawler feel free to email the webmaster!</p>
<p align="justify"><span style="font-size: 8pt">Chung Ma's Taekwondo Tournament Saturday, Nov 11 2006
at John F. Kennedy High School in Somers, New York...<br> See the Events page for more info</p>
<p align="justify"><span style="font-size: 8pt">Black Belt Promotion Test at the Mahopac School Saturday,
Oct 21 2006...<br> See the Events page for more info</p>
<p align="justify"><span style="font-size: 8pt">Color Belt Promotion Test Friday, Nov 17 2006
for the Kingston Chung Ma's Students...<br> Test starts at 5:30PM</span></font></td></p>
</tr>
</table>
I would like to create an html page where other users could update or edit this content, with something nicer than just editing the raw code. I have no idea even where to start; can some one give me some guidance? I'm not even sure if this needs some sort of server side stuff!
Help!
Andy
I have a Java news scroller that pulls content from an html page. code format looks like this:
<table border="0" cellpadding="2" style="border-collapse: collapse" class="scroller" >
<tr>
<td>
<hr width="80%" size="1">
<p align="center">"The difference in Martial Arts"
</font></p>
<p align="justify"><span style="font-size: 8pt">This scrolling news wire will have tournament listings,
promotion test dates, and any other updated information related to our Schools.
An easy way to quickly see what is going on not only on this site but at each location. If you have news that you
would like posted on this crawler feel free to email the webmaster!</p>
<p align="justify"><span style="font-size: 8pt">Chung Ma's Taekwondo Tournament Saturday, Nov 11 2006
at John F. Kennedy High School in Somers, New York...<br> See the Events page for more info</p>
<p align="justify"><span style="font-size: 8pt">Black Belt Promotion Test at the Mahopac School Saturday,
Oct 21 2006...<br> See the Events page for more info</p>
<p align="justify"><span style="font-size: 8pt">Color Belt Promotion Test Friday, Nov 17 2006
for the Kingston Chung Ma's Students...<br> Test starts at 5:30PM</span></font></td></p>
</tr>
</table>
I would like to create an html page where other users could update or edit this content, with something nicer than just editing the raw code. I have no idea even where to start; can some one give me some guidance? I'm not even sure if this needs some sort of server side stuff!
Help!
Andy