[SOLVED]Having problem with frames, big problem

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

[SOLVED]Having problem with frames, big problem

Post by Mythic Fr0st »

Im trying to make a live chat, so (I think you use a frame as the background for it) im using a black frame as the background of it (i made it myself, its a jpg, (they seem to all be .htm how do you get those files?))

It never seems to work, at the very bottom (under the </body> tag and above </html> tag I put

Code: Select all

<frame cols = "10%">
  <frame src ="chatframe.jpg" /> 
</frame>
I don't know why though, *Cries* such an easy looking thing yet so hard

anybody know my problem?


Nvm a friend helped me
Post Reply