Recent Posts

Pages: 1 2 [3] 4 5
21
Introductions & Goodbyes / PHPs Introduction
« Last post by PHP on April 04, 2011, 10:25:03 pm »
Im a programmer/coder, code php, html, java mainly. I make loads of tutorials.
22
HTML (normal) / Adding new lines (like the enter key)
« Last post by PHP on April 04, 2011, 10:23:17 pm »
Code: [Select]

<br />



That is like the enter key.
23
HTML (normal) / Adding a background color
« Last post by PHP on April 04, 2011, 10:22:20 pm »
Add this to your body tag.

bgcolor="Color"

so it should look like...

<body bgcolor="blue">

24
HTML (normal) / Headers
« Last post by PHP on April 04, 2011, 10:20:35 pm »
Header 1 is the biggest.

Header 7 is the smallest.


Code: [Select]

<h1> hello </h1>
25
HTML (normal) / Adding Copyright Footer
« Last post by PHP on April 04, 2011, 10:17:36 pm »
Add a paragraph (optional)

Code: [Select]
<p>.   </p>

inbetween these two tags, you add your text.

for the copyright small c symbol, you need...
Code: [Select]
&copy;
so its...

Code: [Select]
<p>
Copyright&copy; Company Name Here&reg; | All rights reserved
</p>



26
HTML (normal) / Adding your JavaScript to your body
« Last post by PHP on April 04, 2011, 10:14:25 pm »
add an attribute to your body tag.

Code: [Select]


<body onLoad="FUNCTION NAME()">


Add your JavaScript function name, example... doRedirect()
27
Spam / Count to 100
« Last post by PHP on April 04, 2011, 10:12:09 pm »
ONLY 3 COUNTS PER PERSON, MUST BE 1,2,3,4,5,6, etc.
28
JavaScript / Re: Alerts with JavaScript & HTML
« Last post by world on April 04, 2011, 10:09:36 pm »
nice guide
29
Introductions & Goodbyes / World Intro
« Last post by world on April 04, 2011, 10:08:30 pm »
Hey, i'm World, new to this community, my name is Andrew and i live in south england.
30
Discussion (not regarding development) / xbox live gamertags
« Last post by world on April 04, 2011, 10:07:16 pm »
Hy, post all your gamertags here!
Pages: 1 2 [3] 4 5