|
Post by Finalfantasykid on Oct 23, 2004 0:33:27 GMT
Ok, i know the rules say that the site has to have sayboxon it, well this one doesnt, however it will once i get the code(1-2 days from now ) www.freewebs.com/finalfantasykid/now this is my first HTML site ever so i am a n00b at coding, so dont make fun of me or anything
|
|
|
Post by Nocando on Oct 23, 2004 19:09:28 GMT
Not bad for a first time. I have a small tip for ya. Your content table consists of two rows and the bottom row has only one cell (TD). It would look better if that cell would stretch out to the whole width of the table. To do that add colspan="2" right after the TD so it looks something like this:
<td colspan="2">WHATEVER CONTENT YOU HAVE</td>
Check out my website, you might find a lot of useful HTML info
-Asitro-
|
|
|
Post by Finalfantasykid on Oct 24, 2004 16:03:05 GMT
I will edit that right away Thx for the advice.
|
|
|
Post by Nocando on Oct 25, 2004 2:09:27 GMT
Good Job And no problem
-Asitro-
|
|
|
Post by Finalfantasykid on Oct 27, 2004 0:15:19 GMT
Hey i updated the Tables to look even better than before. I used the colspan alot
|
|
|
Post by Nocando on Oct 27, 2004 4:58:47 GMT
Improvement! Now try placing the title cell above the others and add ROWSPAN to the cell with the content
BTW remember to back up your stuff jsut in case anything goes wrong
-Asitro-
|
|