January 17, 2025, 08:51:03 PM

1,531,386 Posts in 46,736 Topics by 1,523 Members
› View the most recent posts on the forum.


This has been a bountiful day for me.

Started by Daddy, December 02, 2008, 07:06:58 PM

previous topic - next topic

0 Members and 1 Guest are viewing this topic.

Go Down

Daddy

Code Select
<html>
<head>
         <title>JMV NEEDS TO LEARN CSS, RELEARN HTML, AND PERFECT HIS PHP</title>
         <link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<table>
<tr>
<td><img src="./images/name.png"></td>
<td class="top">
<table class="body">
  <center>
<tr>
<td class="bodyDate"><?php echo  date(" l M d, Y")?></td>
</tr>
<tr>
<td><?php include('content.php')?></td>
</tr>
<tr>
<td class="bodyFooter"><?php include('footer.php')?></td>
</tr>
  </center>
</table>
</td>
</tr>
</table>
</body>
</html>

guff



Wrench

QuoteLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

oh

Samus Aran


Gladjaframpf

I don't think you really need to indent that much. baddood;

Daddy


Gladjaframpf


Daddy

I need to find a way to make it more PHP based so I can use comments more.  akudood;

Daphnia

If you indent that much, you'll tip the balance and it will all come crashing down around you. It happened  to me once. Those slashes hurt. I almost lost an eye.


me003

I don't get this stuff......       ._.
Quote from: reefer on November 29, 2007, 11:32:08 PM
No offense to her but she kinda doesn't know crap about shit

Go Up