Gamingforce Interactive Forums
85242 35212

Go Back   Exploding Garrmondo Weiner Interactive Swiss Army Penis > Garrmondo Network > Help Desk
Register FAQ GFWiki Community Donate Arcade ChocoJournal Calendar

Notices

Welcome to the Exploding Garrmondo Weiner Interactive Swiss Army Penis.
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).


Website coding crap that I don't know.
Reply
 
Thread Tools
Lee-chan
~キラキラ・マジック~


Member 1899

Level 15.73

Mar 2006


Reply With Quote
Old Jul 3, 2006, 06:10 PM #1 of 21
Try this:

Code:
<php>
<head>
<title>Hal Martin Motorsports</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>

<body bgcolor="#000000" topmargin="0" bottommargin="0">

<div align="center"><a href="cutenews"><img src="images/logo2.jpg" border="0" alt="Hal Martin Motorsports [cutenews login]"></a></div>
<table align="center" width="700" height="100%" background="images/bg.jpg" border="0" cellspacing="0" cellpadding="0">

<tr><td align="center">
<br><a href="/forums/" target="_new">Check out the forum!</a>
</td></tr>

<tr><td>
<table align="center" width="640">
<tr valign="top">
<td width="125">
<?php
 include("menu.php");
?> 
</td>
<td width="515" align="center">
<br><br>
<?php
 $number = "5";
 include("cutenews/show_news.php");
?> 
</td>
</tr>
</table>
</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
<tr></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
</table>

</body>
</php>
It's a matter of placing a "height" attribute in there somewhere, it's only a matter of where. I think I put it in the right place, though.

Jam it back in, in the dark.
Lee-chan
~キラキラ・マジック~


Member 1899

Level 15.73

Mar 2006


Reply With Quote
Old Jul 3, 2006, 06:46 PM #2 of 21
Originally Posted by IdleChill
Hm, while that makes it stretch all the way to the bottom, it makes my include (menu.php) and (cutenews.php) also come down to like the middle of the page.
Ah, gotcha. Tables automatically center things -- d'oh. Maybe this'll work:

Code:
<php>
<head>
<title>Hal Martin Motorsports</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>

<body bgcolor="#000000" topmargin="0" bottommargin="0">

<div align="center"><a href="cutenews"><img src="images/logo2.jpg" border="0" alt="Hal Martin Motorsports [cutenews login]"></a></div>
<table align="center" width="700" height="100%" valign="top" background="images/bg.jpg" border="0" cellspacing="0" cellpadding="0">

<tr><td align="center">
<br><a href="/forums/" target="_new">Check out the forum!</a>
</td></tr>

<tr><td>
<table align="center" width="640">
<tr valign="top">
<td width="125">
<?php
 include("menu.php");
?> 
</td>
<td width="515" align="center">
<br><br>
<?php
 $number = "5";
 include("cutenews/show_news.php");
?> 
</td>
</tr>
</table>
</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
<tr></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
</table>

</body>
</php>


There's nowhere I can't reach.
Lee-chan
~キラキラ・マジック~


Member 1899

Level 15.73

Mar 2006


Reply With Quote
Old Jul 3, 2006, 06:58 PM #3 of 21
Put the things in the wrong place... my bad. >_> Hopefully, it's okay now.

Code:
<php>
<head>
<title>Hal Martin Motorsports</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>

<body bgcolor="#000000" topmargin="0" bottommargin="0">

<div align="center"><a href="cutenews"><img src="http://www.gamingforce.com/forums/images/logo2.jpg" border="0" alt="Hal Martin Motorsports [cutenews login]"></a></div>
<table align="center" width="700" height="100%"  background="http://www.gamingforce.com/forums/images/bg.jpg" border="0" cellspacing="0" cellpadding="0">

<tr><td align="center">
<br><a href="/forums/" target="_new">Check out the forum!</a>
</td></tr>

<tr valign="top"><td>
<table align="center" width="640">
<tr valign="top">
<td width="125">
<?php
 include("menu.php");
?> 
</td>
<td width="515" align="center" valign="top">
<br><br>
<?php
 $number = "5";
 include("cutenews/show_news.php");
?> 
</td>
</tr>
</table>
</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
<tr></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
</table>

</body>
</php>


This thing is sticky, and I don't like it. I don't appreciate it.
Reply


Exploding Garrmondo Weiner Interactive Swiss Army Penis > Garrmondo Network > Help Desk > Website coding crap that I don't know.

Forum Jump


All times are GMT -5. The time now is 02:57 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2026, vBulletin Solutions, Inc.