I need a code for a "simple table" that i can just toss into a website thingy im making with HTML, +rep whoever helps. QUICK!!!
I need a code for a "simple table" that i can just toss into a website thingy im making with HTML, +rep whoever helps. QUICK!!!
/target Frost
/cast Divine Intervention
You die.
Not sure what you need, but Myspace Layouts, Myspace Generators, Myspace Codes, Myspace Backgrounds never phails me.
What do you mean by "a simple table" tables come in all shapes and sizes...
<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
^ Simple Table
<table border="1">
<tr>
<th>Heading</th>
<th>Another Heading</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
^ More Advanced
![]()
+Rep Me Whenever I Post Something You Find Useful
so you're taking a web design class.. and you want to copy and paste someone's table code?
why not look it up on google and learn something? :/
here you go mate
link to how to make tables..
this iz lame
Why do web design classes still teach tables and frames?!
learn to CSS nubs
ye, i think thats best frost .. and hph and all sh*t..
html.. no body uses it in these times.. but i posted a link if you rlly want :woot:
this iz lame
yah its more of a what we remember from last year, unfortunately i was forum trolling all class long
Ty CygOpat and Toxik +rep both of you
And treyska, computer teacher blocked sites and crap, becuase he is... a jerk.
I found somethin' for you frost, to practice ^^
practice thingy![]()
this iz lame
Well, first, you gotta learn HTML, when you have the basic knowledge of that, then you can start learn CSS & PHP. :P
And btw, you can still make a fine site WITH TABLES and without CSS, you just gotta play right with the options in the tables.
- The Mysterious Ways of The Unknown