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
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
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.
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
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-- < for < and > for >