Sinisterly
need someone help - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Design (https://sinister.ly/Forum-Design)
+--- Forum: Web Design (https://sinister.ly/Forum-Web-Design)
+--- Thread: need someone help (/Thread-need-someone-help)



need someone help - noobsterjr - 05-16-2011

sorry for my nubness, im still a college student and im still learning the basics
i really dont witch section post this actually, sorry
im using a free hosting site to make a website ..so no .php is alowed only html

my question is...
is there a way to make a chat box using HTML where it will save everything we type in there into a txt file or something like a log file so that we can resume our chat or read other peoples chat that has been written awhile ago by the person that had just entered the site??

if can
can u tell the step by step to do it?


RE: need someone help - noobsterjr - 05-16-2011

i understand now ..maybe i will use like chatroll or something to make my chat box ..anyway tqvm


RE: need someone help - noobsterjr - 05-18-2011

i have something else to ask i have this..
Code:
<DIV ALIGN=CENTER><div id="HCB_comment_box"><a href="http://www.htmlcommentbox.com/"></a>loading comments...</div>
<link rel="stylesheet" type="text/css" href="http://www.htmlcommentbox.com/static/skins/shady/skin.css" />
<script type="text/javascript" language="javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={};} (function(){s=document.createElement("script");s.setAttribute("type","text/javascript");s.setAttribute("src", "http://www.htmlcommentbox.com/jread?page"+escape((window.hcb_user && hcb_user.PAGE)||(""+window.location)).replace("+","%2B")+"&opts=406&num=10");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); hcb_user.submit="";/*-->*/ </script></DIV>

its a comment box and i need to change its width ..the problem is the witdh is default in .css from the site i took it ..can anyone show me how to change that??..and iv been googling here n there and iv found this

Code:
function killCSSRule(ruleName) {
return getCSSRule(ruleName,'delete');
flag.
}

but i dont know how to use it ..really need some help:bow::bow: