HELP

Posts

Pages: 1
Thiamor
I assure you I'm no where NEAR as STUPID as one might think.
63
I am needing some help. The help is for a website. I don't know how to code in for my custom chat room I have made, to have it where the posts can be seen by everyone. So far, it posts perfectly, but no one can see it but the poster.

Who is good with coding, where they can look at my script and edit the parts needed so it will work?

I'd basically need something like this: Image tags in the code, so if any image is posted, the link I mean, it shows the image and it also has a place for names. So it'll show the image as an avatar, their name and the user's post.

(Image) Thiamor says: "Hello"

This is what I've got.

<html>
<head>
<title>Shoutouts!</title><DIV align="center">
<script language="javascript">
function addText(){
var currentText = document.getElementById("scrolling").innerHTML;
var newText = document.getElementById("addText").value;
document.getElementById("scrolling").innerHTML = currentText + "<br>" + newText;
}
</script>

</head>

<body bgcolor="White">
<div id="scrolling"></div>
<p><input type="text" id="addText">
<img src="http://i52.tinypic.com/2q8q71d.jpg" onclick="addText();"></p>
</DIV>
</body>
</html>
kitten2021
Returning from RMVX Death
1093
What is your websites URL please?
Thiamor
I assure you I'm no where NEAR as STUPID as one might think.
63
kitten2021
Returning from RMVX Death
1093
My dear, I have just created a chat room hostable onto your site.
You can do the same thing as well by using this site:
http://www.websitetoolbox.com/chat_room/index2.html

Just click on the Create a Chat Room button and sign in; then from there it will ask what all you want to have included in your chat room and so forth.

If no one helps you to actually make your own, then this is a perfect replacement hun. ;)
Thiamor
I assure you I'm no where NEAR as STUPID as one might think.
63
Well, I could have easily Googled a free chat room, but I'm trying to create one from scratch.

I find it just cooler to have one from scratch. I got the basics of it posting already down.
Adon237
if i had an allowance, i would give it to rmn
1743
Well, it seems your site is dead.
I registered, but the last members besides you were on last April in 2010.
Maybe there is something wrong, but...
Thiamor
I assure you I'm no where NEAR as STUPID as one might think.
63
We stopped posting as we didn't have much going on in terms of games. So now I'm trying to make a custom site using the HTML page adder/ Editor it has. My main thing right now is to get a fully functional, custom chat working, first.
Adon237
if i had an allowance, i would give it to rmn
1743
Ok :D, I love the site. :D
Thiamor
I assure you I'm no where NEAR as STUPID as one might think.
63
Dude, post on my site more often XD
Adon237
if i had an allowance, i would give it to rmn
1743
author=Thiamor
Dude, post on my site more often XD

Sorry, URL loss again. Firefox refreshed my bookmarks when I installed version 5.0. :(
Thiamor
I assure you I'm no where NEAR as STUPID as one might think.
63
Pages: 1