Webmaster Key - Discussion Forums


Welcome, Guest. Please login or register.
Did you miss your activation email?
February 09, 2012, 02:32:40 PM

Login with username, password and session length
Welceome to Forums!

Important information for guests and new members:

In order to understand the full benefits of becoming an active member of this forum, please review the following information on guest and new member restrictions. These forum changes have been prompted by an overwhelming and unreasonable amount of bot postings and incoherent guest spam messages. We wish to prevent these events from happening in the future and make our community a more comfortable place for all of our members.

For guests:

Guests are not allowed to open new topics, polls, or posts attachments.
If you wish to open up new discussions on this forum, we encourage you to register.

For new members:

New members with less than five posts are not allowed to modify additional profile information such as avatars, contact information, biographies, and signatures. However, new members are encouraged to post their own topics or reply to topics initiated by other members. Become active on the forums and 5 posts should be an easy task!

We are a diverse community with members from all over the world. We encourage new ideas and interesting conversation. Do not be afraid to post webmaster/computer-related questions or problems, as our active members are always willing to help when they are able. Interested? Join us.

+ Webmaster Key Forums
|-+ Webmaster Corner
| |-+ Site Design and Web Authoring
| | |-+ Coding Talk
| | | |-+ When 100% means 95%...huh?
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print
Author Topic: When 100% means 95%...huh?  (Read 2769 times)
Menard
Key Keeper
Veteran
*****
Posts: 965



WWW
« on: July 01, 2008, 01:51:40 AM »

I am trying to get the header to match up on my new site. It stretches the full screen in the shtml file, but in the php file there is padding, even though there is none set. Is there something that causes browsers to do this with php files, and if so is there something I can do to get the header to stretch across the full width of the screen?

here is the page is question: http://6vl.net/forums/ (it's nothing but an html file with a php extension)

Here is the file:
Code:
<html>
<head>
<title>The Lofts Community Center Forums</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body background="http://6vl.net/brick063.jpg" text="#000000">
<table width="100%" height="55" cellpadding="0" cellspacing="0" border="0"

background="http://6vl.net/wood1002.jpg">
<tr valign="top">
<td>
<!------------------------ Your title goes here ---------------------------->
<font size="7" color="white"><!---Place your own title here--->&nbsp;&nbsp;&nbsp;The Lofts

at 6 Vista Lane</font>
<!------------------------------------------------------------------------->
</td>
</tr>
</table>
<table width="100%" height="5" cellpadding="0" cellspacing="0" border="0"

bgcolor="#f0f8ff"><tr valign="top"><td width="13%"><center><strong><a href="http://6vl.net"

title="Home and Loft Directory">Office</a></strong></center></td><td

width="14%"><center><strong><a href="http://6vl.net/forums/" title=" Chat at 6 Vista Lane

Community Forums or Get Your Own Forum">Community Center</a></strong></center></td><td

width="14%"><center><strong><a href="http://6vl.net/gameroom/" title="Relax and Play Some

Games">Game Room</a></strong></center></td><td width="13%"><center><strong><a

href="http://6vl.net/lounge/" title="Watch Funny Commercials on TV or Listen to Shows on

Radio">The Lounge</a></strong></center></td><td width="14%"><center><strong><a

href="http://6vl.net/newsstand/" title="Read the Paper or Get a Magazine">News

Stand</a></strong></center></td><td width="14%"><center><strong><a

href="http://6vl.net/blog/" title="Community Blog">Tenant

Rants</a></strong></center></td><td width="13%"><center><strong><a

href="http://6vl.net/shops//" title="Take a Stroll Along the Sidewalk

Shops">Shops</a></strong></center></td></tr></table><br>
<div align="center"><center>
<table background="http://6vl.net/paper019.jpg" border="0" cellpadding="0" cellspacing="0"

width="80%" height="600">
  <tr>
    <td align="center" valign="top"><font size="+3" face="Verdana, Arial, Helvetica,

sans-serif"><br>
  <br>
  <br>
  <a href="signup.php">Create Account</a><br>
  <a href="members.php">Log In</a><br>
  <a href="http://6vl.net/forums/forum.php?id=1">The Lofts Community Forum</a></font></td>
  </tr>
</table>
</center></div>
</body>
</html>

Am I missing something? Huh


It's also doing it here: http://6vl.net/forums/forum.php?id=1 (I'm looking through the script on this on as it may be something in the script.)
Report to moderator   Logged

Menard
Key Keeper
Veteran
*****
Posts: 965



WWW
« Reply #1 on: July 01, 2008, 03:50:06 AM »

Well bleep!

It's doing it on html pages as well.

I guess I'm going to have to add a style sheet to keep it from padding.
Report to moderator   Logged

Menard
Key Keeper
Veteran
*****
Posts: 965



WWW
« Reply #2 on: July 01, 2008, 04:08:12 AM »

Well, double bleep.

Cured it, and feel like an idiot as I used this same thing in the CargoShip and completely forgot how to do it until I looked at the CargoShip's html.

Added this to the body tag:
Code:
LEFTMARGIN=0 RIGHTMARGIN=0 TOPMARGIN=0 BOTTOMMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0

Bet ya I completely forget about that next time as well. Roll Eyes
Report to moderator   Logged

SensoVision
Administrator
Veteran
*****
Posts: 5 857


I'm proud user of Debian GNU/Linux OS


WWW
« Reply #3 on: August 11, 2008, 06:29:13 AM »

Cured it, and feel like an idiot as I used this same thing in the CargoShip and completely forgot how to do it until I looked at the CargoShip's html.
I'm as always late, but just wish to say that I find myself in similar situation when forget how I did something before.
So I've solved this situation by keeping all my projects in folder, where I can check if forget something and reuse the code or just remind the way how it's done. Maybe you can try something like this too?
Report to moderator   Logged

Denis
Pages: [1] Go Up Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print 
+ Webmaster Key Forums
|-+ Webmaster Corner
| |-+ Site Design and Web Authoring
| | |-+ Coding Talk
| | | |-+ When 100% means 95%...huh?

Jump to:  
« previous next »


Our Partners
RelmaxTOP Ranking System Web Hosting RelmaxTOP Ranking System
Staff Sites
12Noon[12Noon Gallery] Andy[Urgentclick]
Tamuril[Tamuril's Digital Art Exhibit] Sensovision
Powered by MySQL Powered by PHP We are hosted by Relmax Inc. |Our Privacy Policy | Sitemap
Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
Forum design by Tamuril © 2005.
Valid XHTML 1.0! Valid CSS!