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
IdleChill
The IceGator


Member 60

Level 20.52

Mar 2006


Reply With Quote
Old Jul 3, 2006, 05:25 PM Local time: Jul 3, 2006, 05:25 PM #1 of 21
Website coding crap that I don't know.

Firstly, I made this site a year ago for a friend who's going into racing, whatever. I haven't done crap since.

http://www.halmartin.net/

Now, firstly, the site won't open in I.E. for me. Is it doing that for anyone else?

Secondly, how do I get this to go all the way to the bottom?



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" 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>


Jam it back in, in the dark.
IdleChill
The IceGator


Member 60

Level 20.52

Mar 2006


Reply With Quote
Old Jul 3, 2006, 06:22 PM Local time: Jul 3, 2006, 06:22 PM #2 of 21
Originally Posted by Lee-chan
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.
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.

Check the site now and you'll see what I mean.

http://www.halmartin.net

Double Post:
Also, VG, what resolution are you running?

There's nowhere I can't reach.

Last edited by IdleChill; Jul 3, 2006 at 06:35 PM. Reason: Automerged additional post.
IdleChill
The IceGator


Member 60

Level 20.52

Mar 2006


Reply With Quote
Old Jul 3, 2006, 06:53 PM Local time: Jul 3, 2006, 06:53 PM #3 of 21
Originally Posted by Lee-chan
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>

Hm, still not working.

VG, mmkay...because I know if I use something at a lower res, it'll appear to touch the bottom of the browser.

This thing is sticky, and I don't like it. I don't appreciate it.
IdleChill
The IceGator


Member 60

Level 20.52

Mar 2006


Reply With Quote
Old Jul 3, 2006, 07:02 PM Local time: Jul 3, 2006, 07:02 PM #4 of 21
Hurrrray. Lee-chan, you won the internet!

How ya doing, buddy?
IdleChill
The IceGator


Member 60

Level 20.52

Mar 2006


Reply With Quote
Old Jul 3, 2006, 07:29 PM Local time: Jul 3, 2006, 07:29 PM #5 of 21
what difference does that make, stealth?

I was speaking idiomatically.
IdleChill
The IceGator


Member 60

Level 20.52

Mar 2006


Reply With Quote
Old Jul 6, 2006, 05:26 PM Local time: Jul 6, 2006, 05:26 PM #6 of 21
Originally Posted by galen
Now that you've fixed the height problems with your site, it's time to fix that color scheme.
Well, that's what he wants. :/

Also, lol in this thread.

How ya doing, buddy?
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 01:00 PM.


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