Forum: JavaScript programming
02-22-2013, 01:43 PM
|
|
Replies: 2
Views: 270
Fixed Request
That confuses me, doesn't the post already have a separated part for the code?
But here it is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">...
|
Forum: HTML & CSS
02-21-2013, 07:12 PM
|
|
Replies: 2
Views: 134
<!DOCTYPE html>
<html>
<body>
<form...
<!DOCTYPE html>
<html>
<body>
<form action="">
First name: <input type="text" name="firstname"><br><br>
Last name: <input type="text" name="lastname">
<form action=""><br>
<hr color=blue>...
|
Forum: HTML & CSS
02-21-2013, 07:03 PM
|
|
Replies: 1
Views: 193
How do I make a Social Network like Facebook
I have a good knowledge of different types of coding, mainly for webpages but sometimes for games, but I don't know how to make a social network. Please help.:cool::confused::rolleyes:
|
Forum: JavaScript programming
02-21-2013, 07:00 PM
|
|
Replies: 2
Views: 270
Help Me CHange This
The following code is a code I made for a block game. I want to change the squares that move around and bounce off the pad to an image on my computer. How do I do this?:confused::cool:
...
|