Results 1 to 3 of 3
Related
-
Problem with tables Forum: HTML Forum
Replies: 0 -
Problem aliging tables Forum: HTML Forum
Replies: 7 -
Tabs, Borders & Tables not playing well 2gether Forum: HTML Forum
Replies: 8 -
A problem with tables Forum: HTML Forum
Replies: 4 -
Tables and Borders Forum: HTML Forum
Replies: 8
-
04-12-2005, 04:12 PM #1
Problem with borders around tables,
Hello,
I am a complete newb with html, but I have a month with little to do before I start my new carreer and I decided to save some money and make my own website. I think Im picking it up fairly quickly, but I have hit a snag that I cant figure out. I am trying to make it so that I have one frame that has a different background color from the rest of the page. I can do that, but I always end up with an edged strip of the sites original backgorund color around the sides of the frame. I want the frames background color to run right to the edge of the screen. Also I was wondering how I could get thin vertical line running from the complete top of the screen all the way to the bottom between the frames.
Here is my code so far. I know its not much and please excuse any glaring mistakes as I just started working with html today. Also I am using 1st Page 2000 if that makes a difference.
Thanks for any help!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Shane Pritchard, Grand Junction Real Estate Broker</title>
</head>
<body bgcolor="#ede5d2" text="#181617">
<table>
<tr>
<td bgcolor="#181617" valign="top" >
<br><br><br><br><br><br><br><br>
<a href="c:\webpage\home.htm">
<img src="Home.jpg" width="170" height="36" alt="" border="0"><br>
</a>
<a href="c:\webpage\about me.htm">
<img src="About Me.jpg" width="170" height="36" alt="" border="0">
</a>
</td>
<td>
<font face="bradley hand itc" size="10">
<div align="center">
<big>
Welcome to Grand Junction
</big>
</div>
</font>
<hr size="1" width="100%" color="#330000">
<img src="HomePicTest.jpg" width="800" height="600" alt="" border="0">
</td>
</tr>
</table>
-
04-12-2005, 04:24 PM #2
Re: Problem with borders around tables,
Hi, welcome to the forums.
Try adding the following code between the <head> and </head> tags in your page:
Code:<style type="text/css"> body { padding: 0px; margin: 0px; } </style>
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
04-12-2005, 05:14 PM #3
Re: Problem with borders around tables,
Thanks a lot!
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum