What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

downloads

rvetrano

New member
HI,
Created website with notepad. Have Crossword Puzzle games.
I can download videos.

<div id="Games">
<a class="Games" href="CrosswordHelp.wmv"><img src= "CrossWord.jpg" width= "200" height="150"></a>
<h3 style="position: absolute; z-index: 1; margin-left: 500px; top: 30px;" >CROSSWORD</h3>
</div>
This works. Would like to download the .exe and save it to the persons computer. Right now that would be sufficient. If I could download it and run it that would be great.
Appreciate any help.
Thanks,
Bob V
 
I appreciate your effort in knowing how to create a website because it is something that most people cannot really do. I'm still watching a few videos on how to start designing website and once I have the knowledge, I am going to start doing it.
 
Back
Top