View Full Version : News thing


Jab
08-03-2004, 03:37 AM
Ok, I am making a site for my friends that play Counter Srike and it's for their clan (I'm about to get game). Well, I've already made the layout, but I still have to do alot of stuff. One problem I have (and I have more but I will not ask them yet) is I need like a news program. Not sure what you will call it but my brothers friend had one and I want to know how to make one. Every time I will have to make a news post on our main page, I will have to write the code:

<table border="1" cellspacing="0" cellpadding="5"><tr><td table width="500">
Subject of Post
</td></tr>
<tr><td>
Post
</td></tr>
</table>

How do I make it to where I wont have to type all of that. It's not that it takes so long, it's because I do not have a big server at all (using Freeservers, gives 12m). Anyone know where all I have to do is like type the post and it does all of the stuff I want it to say like date, poster, etc.?

Sheila
08-03-2004, 08:04 AM
You could use a blog.... www.blogger.com or try looking at http://www.dynamicdrive.com/

Jab
08-03-2004, 03:56 PM
K, I'll try that out but I just want to show you what he typed for it to make a a table that had all the news, and had a certain part yellow, and a certain part capitalized...Somthing like {He would put title here} , {Date here} , {Post here} , {Posted by here}. And he would use the {} , {}

Jab
08-03-2004, 08:59 PM
Anyone know?¿ He made it himself I belive. With like php, and he would type what I posted above.