HOME | DD
SpreadingRed — Quadrants
Published: 2014-02-16 07:00:02 +0000 UTC; Views: 41; Favourites: 0; Downloads: 0
Redirect to original
Description
MORE HOMESTUCK, HOORAY. Anyways, I'm still getting warmed up; but here's one of the coding experiments I've done. Pasted below is the base text; basically a form to be filled out. I'm making an html shipping file of my fan characters, basically, and thought I'd share the coding. The image is merely an example of the current code posted below without any added boxes.
<html>
<head>[NAME]'s Quadrants
</head>
<body style="background-color: [HTML COLOR CODE];">
<table border="1">
<tr>
<th>Kismesises</th><th>Auspictices</th></tr>
<tr>
<td> [NAME] X [NAME] </td><td> [NAME] X [NAME] X [NAME] </td>
</tr></table>
<table border="1">
<tr>
<th>Matesprits</th><th>Moirails</th></tr>
<tr>
<td> [NAME] X [NAME] </td><td> [NAME] X [NAME] </td>
</tr></table>
[OPTIONAL TEXT OR WHATEVER]
</body>
</html>
IN ORDER TO make more boxes for pairings (and to make those new boxes visible underneath the boxes you're trying to put them under), copy and paste this under the other boxes (same code):
<tr><td>[NAME] X [NAME]</td></tr>
OR FOR AUSPISTICE:
<tr><td>[NAME] X [NAME] X [NAME]</td></tr>
Though, it's probably better to just use paint to make such a grid, but WHO CARES I'M HAVING FUN MESSING WITH THESE CODES.




















