AngelFire
04-26-2003, 02:34 AM
guys! please!! I really need your help! How do you make a good news room using HTML?? For this web site. www.RachaelOnline.com
This someone wants me to make a news room for that site.so please! can you tell me or type down how to build a good new room?!! Like the one below:
www.stacieorrico.org/news/non.html
zangerbanger
04-26-2003, 02:39 AM
I'm not exactly too sure what you mean by "news room" but all I noticed was that she used frames and labelled each page according to the date she made that entry. Here's the one that I used from Lissa's site, although I edited to be more like that page you wanted:
<html>
<head>
<title>My Page</title>
</head>
<frameset rows=50%,50%>
<frame src="top.html" name="top">
<frame src="bottom.html" name="bottom">
</frameset>
<body>
</body>
<noframes>
<a href="your main page.html">Click Here</a>
</noframes>
</html>
For more information on how to use frames, be sure visit http://www.lissaexplains.com/frames.shtml :) .
AngelFire
04-26-2003, 03:04 AM
thanx but what about the pictures? and the font and colors? How do i make a news room look like http://www.stacieorrico.org/news/non.html (this??) Using color.pictures.and font??
zangerbanger
04-26-2003, 04:09 AM
I explained briefly about frames. That gives you the basic formation of the page. After you have set up frames, you rest is up to you in order to code with HTML, CSS, Javascript, and whatever you want. I can't explains it all like Lissa can, so be sure to read her site sometime. She explains how to make images, fonts, and everything. Visit! http://www.lissaexplains.com :) .
thewwfc
04-26-2003, 10:50 AM
Or just get a simple news programme :D