Forum: HTML and CSS Jan 18th, 2009 |
| Replies: 3 Views: 2,148 Thanks guys. Those suggestions are both useful. Thanks, colweb. I was banging my head against the wall. Perhaps Internet Explorer let me get away with something it shouldn't have and Firefox was a... |
Forum: HTML and CSS Jan 17th, 2009 |
| Replies: 3 Views: 2,148 I've been designing a Tic-Tac-Toe game using a 3 x 3 table. Different cells will have different borders: border-right will exist for left two columns cells, border-bottom will exist for top two rows... |
Forum: HTML and CSS Jan 12th, 2009 |
| Replies: 4 Views: 2,191 Yep. That did the trick too. Thanks. |
Forum: HTML and CSS Jan 12th, 2009 |
| Replies: 4 Views: 2,191 Dreamweaver 8 put all of that there. Is that bad?
That did it. Thank you. |
Forum: HTML and CSS Jan 12th, 2009 |
| Replies: 4 Views: 2,191 Hi, I'm creating a maze game. The layout is basically a big 21 x 21 square, with 441 (21 times 21) smaller squares inside of it. Each square will be a different color, representing a wall, a... |
Forum: HTML and CSS Mar 14th, 2008 |
| Replies: 2 Views: 2,585 Thank you for replying. I've been fiddling around with it. It seems to be looking in the current directory (as opposed to the cgi-bin directory). It finds HelloWorld.exe now, but doesn't seem to... |
Forum: HTML and CSS Mar 12th, 2008 |
| Replies: 2 Views: 2,585 This is my first shot at running an executable program from a web page. The program is going to get a lot bigger, as will the web site. I have xampp installed and I am using that. I have two... |