FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

html results page

 


mike_phi
Hi there does anyone know where I can get a professional looking html results page.

Basically I plan on writtiing some scripts which will yeild results in the form of file nams

e.g.

<some heading1>
<some comment>
<filename>.java
<filename>.java
<filename>.java

<some heading2>
<some comment>
<filename>.java
<filename>.java
<filename>.java

so if you know of any cool pure html template that might suite feel free to slip me a pointer to it

cheers
sambhav
Iam sorry but didnt get you. If you want templates you can refer the given sites

http://www.freshtemplates.com/
http://www.zerodollartemplates.com/
http://www.effex-media.com/
http://www.templatesbox.com/
http://www.mastertemplates.com/free-templates.htm
http://www.templateyes.com/
http://www.templateworkz.com/
http://www.4layouts.com/
http://www.templatehunter.com/topsite/in.php?id=4layout
http://www.freetemplates.ca/templates/
http://www.freephotoshoptemplates.com/index.html
http://www.freewebtemplatesnow.com/
http://www.zymic.com/
http://www.adesdesign.net/
http://www.notemplates.com/
http://www.freepsd.com/
http://www.zeroweb.org/
http://www.entheosweb.com/website_template...r-templates.asp
http://www.piraku.com/
http://www.5sec.com
http://www.guistuff.com/tools.shtml
mike_phi
Hi there, thanks for all the info,I will mill through it and see if there is something usefull,

but at the same time just to clear up my previous post, basically I just want to show generated txt file results wrapped in nice html.

what I have at te momment is text files containig some generated results I was hoping for some sort of html file which can use a text file and build a neat html format for the results where I can input a single heading and have the text shown in the html file.

or a html/javascipt file which can take a text file as an input and format a kind of html results page.

cheers
internetjobs
i think now noboy using html tags, all are using website designing software like dreamweaver, netboject fussion, and advanced .net and there is lot of templates available on the internet.
mike_phi
Hi there and thanx for he replies, mmmm I guess I would have to format the HTML myself, however is there anybody that now of a HTML/javascript templeat I could use to pass .java .c source code and disply te source with syntax highlighting.

Just trying to make a fancy display : )

cheers
outofnicks
Not sure what you need exactly, but how about just wrapping the text in <pre> tags?
Code:
<html>
<head>
<title></title>
</head>
<body>
<pre><some heading1>
<some comment>
<filename>.java
<filename>.java
<filename>.java

<some heading2>
<some comment>
<filename>.java
<filename>.java
<filename>.java </pre>
</body>
</html>
outofnicks
I should try something before giving advice, that didn't seem to work very well. I also tried other tags like <code>, and <cite> but anything between < and > got stripped out. Using the html entities for those solved the issue if that's of any help-- &lt; for < and &gt; for >
blueray
Did you will use php also for your pages ?
If so, you could use the function htmlspecialchars() with the pre tag.
This should be work.


Code:
e.g.
<?php
$html = htmlspecialchars($data);
echo '<pre>' . $html . '</pre>';
?>


Hope this help
Reply to topic    Frihost Forum Index -> Computers -> Software

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.