Joined: Feb 2006 Gender: Male Posts: 1,969 Location: In your room. Mwuhahahaha Karma: -117
Design codes for my testing... « Thread Started on Aug 29, 2007, 2:41pm »
... And a few tutorials. Like I said, I'm taking Web Design. I've already learned how to make a file to it shows up in the browser, so I'll start off with that.
Making A Shell
Open up notepad. Copy and paste the following.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <title></title> <body>
</body>
</html>
Once you have the done, press 'Save As'. Change the option 'Save as type' to 'All Files'. Save this file as Shell.html. Once you have that, fill in the blanks. This is what mine looks like.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <title>Dookie's Test Page</title> <body> <h1><b>James is a sexy beast</b></i></h1> </body> <p>Testing paragraph 1</p> <p>Testing paragraph 2</p> </html>
Name that 'anything_you_want.html'
Open your files up (Always make sure your in All Files, or else it won't recognize it as a web page.) and drag the file with the filled in blanks to your desk top. Click it, and walaa, your very own web page.
I'm going to try and figure out how to get the page from your computer to the actual web, but that may take time. Eventually I'd like to be able to make the DD a home page. And until I actually get skilled in this, no new forum. Maybe by year 3 I could make one =O
Joined: Feb 2006 Gender: Male Posts: 1,969 Location: In your room. Mwuhahahaha Karma: -117
Re: Design codes for my testing... « Reply #2 on Aug 29, 2007, 3:20pm »
Here is where I'm stopping for today. I looked some stuff up on the internet, and this is what I was able to come up with. Hold the mouse over the picture, so the details come up, then click the link. Here's the code if you wanna tweak the links a little bit. If you guys can add to the code it'd be appreciated. But it needs to be something that'll help me come up with a final project. Any images or such. And anything you add should be highlighted or in bold. Makes it a lot easier to read. Here's the code, check it out following the steps from above.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<title>Dookie's Test Page</title>
<body bgcolor="#3333cc">
<a href="http://dookie4678.proboards92.com/index.cgi" target="_blank"><img src="http://i231.photobucket.com/albums/ee156/Dookinator/bleach_dookiesig.jpg" border="0" alt="James is the greatest"></a></body>
<p><u><b>Testing for The Drunken Dookie forum</b></u></p>
<p><i>Testing out a new paragraph</i></p>
</html>
Just cut and paste that into notepad and save it then open it up from the desktop. It should come up then.
<a href="http://dookie4678.proboards92.com/index.cgi"><img src="http://i231.photobucket.com/albums/ee156/Dookinator/bleach_dookiesig.jpg" border="1" alt="James is the greatest"> </a>
<p><u><b>Testing for <font color="#ffffff">The Drunken Dookie forum</font></b></u></p>