home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 1839
Discussions: 188,398, Posts: 2,243,595, Members: 232,629
Old December 1st, 2004, 10:20 PM   Digg it!   #1 (permalink)
Ultimate Member
 
Join Date: Jan 2003
Location: MA / NH
Posts: 1,497
Send a message via AIM to Blazer06
HTML Table Help needed.

Page with problems:
http://www.blazeme.net/index.php?page=test

Problem Source Code:
Code:
<table width=750 bgcolor=#0000FF>

  <td width=10 bgcolor=#000000></td>
  <td width=740 bgcolor=#000000>
    
    <br>
    <table width=600 bgcolor=#FF0000>
      <td width=10 bgcolor=#000000></td>
      <td width=590 bgcolor=#000000>
	Un-Named One - 11/27/04
      </td>
    </table>
You can see the inside borders. However using rules=none and frame=box does not seem to work. How can I get rid of the inside borders? I was a space between the border and the text, but dont want to have a spacer on each line etc.

Any Ideas?


Blaze

Blazer06 is offline   Reply With Quote
Old December 1st, 2004, 10:22 PM     #2 (permalink)
Ultimate Member
 
Join Date: Jan 2003
Location: MA / NH
Posts: 1,497
Send a message via AIM to Blazer06
BTW, I am trying to make the code better. The code that I am replacing (because it does not line up correctly in IE and Mozilla is:

Code:
<img src="img/top.png">
<table width=750 background="img/sides.png">

  <td width=10></td>
  <td width=740>
    
    <br>
    <img src="img/rtop.png">
    <table width=600 background="img/rsides.png">
      <td width=10></td>
      <td width=590>
	Un-Named One - 11/27/04
      </td>
    </table>
    <img src="img/rbottom.png">
See http://www.blazeme.net/index.php?page=songs for an example using that code.

Basically I want it to look the same as the songs page, but with a way to make the graphics line up, or the borders be there.


Blaze

Blazer06 is offline   Reply With Quote
Old December 1st, 2004, 10:23 PM     #3 (permalink)
Member
 
Lazywolf's Avatar
 
Join Date: Jun 2004
Location: Utah
Posts: 422
HTML Code:
<table width="578" border="0">
The border of "0" should do it.

Lazywolf is offline   Reply With Quote
Old December 1st, 2004, 10:36 PM     #4 (permalink)
Ultimate Member
 
Join Date: Jan 2003
Location: MA / NH
Posts: 1,497
Send a message via AIM to Blazer06
But, that doesn't give me the color border that I need.

Either that, or I'm missing something


Blaze
Blazer06 is offline   Reply With Quote
Old December 1st, 2004, 11:21 PM     #5 (permalink)
Senior Member
 
James T's Avatar
 
Join Date: Jul 2004
Location: New Zealand
Posts: 582
I saved your page, used "tidy < index.php.html > in.html" and this fixed it. Have a look at http://www.controlbydesign.co.nz/guff/in.html and compare it with your version. I checked with Firefox 1.0.
James T is offline   Reply With Quote
Old December 1st, 2004, 11:36 PM     #6 (permalink)
Member
 
Lazywolf's Avatar
 
Join Date: Jun 2004
Location: Utah
Posts: 422
Quote:
Originally Posted by Blazer06
But, that doesn't give me the color border that I need.

Either that, or I'm missing something


Blaze
Probaly my bad. I guess I didn't get the entire question. Sorry.
Lazywolf is offline   Reply With Quote
Old December 2nd, 2004, 12:35 AM     #7 (permalink)
Ultimate Member
 
Join Date: Jan 2003
Location: MA / NH
Posts: 1,497
Send a message via AIM to Blazer06
Quote:
Originally Posted by James T
I saved your page, used "tidy < index.php.html > in.html" and this fixed it. Have a look at http://www.controlbydesign.co.nz/guff/in.html and compare it with your version. I checked with Firefox 1.0.
Doesnt look any different, except in IE where its all messed up (white / gray color table)

The boxes (top.png, and bottom.png) still dont line up with the table sides.


Blaze
Blazer06 is offline   Reply With Quote
Old December 2nd, 2004, 01:40 AM     #8 (permalink)
Senior Member
 
James T's Avatar
 
Join Date: Jul 2004
Location: New Zealand
Posts: 582
Oh well that's the easy solution gone. It showed correctly for me in Firefox. I suggest you take a completely different approach. The data that you have on the page really suits CSS. You can pop your images in the appropriate spaces and use the colour values in the style to do your outlines.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
  <title>Hi</title>
  <style type="text/css" media="screen">
    #header { border:5px solid #aaa; }
    .content { border:3px solid #333; padding: 2px; margin: 2px; }
  </style>
</head>
<body>
  <div id="header">
    <h1>Hi dude</h1>

  </div>
  <div class="content">
    <div class="content">
      <p>This is an example.</p>
    </div>
    <p>This is an example.</p>
  </div>
  <div class="content">

    <div class="content">
      <p>This is an example.</p>
    </div>
    <p>This is an example.</p>
  </div>
</body>
</html>
James T is offline   Reply With Quote
Old December 2nd, 2004, 11:40 PM     #9 (permalink)
Ultimate Member
 
Join Date: Jan 2003
Location: MA / NH
Posts: 1,497
Send a message via AIM to Blazer06
Okay, this works:

http://www.blazeme.net/index.php?page=songs

In IE but not Opera (the flash menu at the top)

However, this:

http://www.blazeme.net/index.php

Works in Opera, and not IE.


Blaze
Blazer06 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Export excel --> html - How to clean html? BITM@D Applications and Operating Systems 19 January 10th, 2007 02:54 PM
Like my site? Rand Dusing Webmastering and Programming 21 September 12th, 2003 11:15 PM
Table Help and Page Layout Help fufiter9246 Graphic Design and Digital Photography 12 June 27th, 2003 08:49 AM
Wrap a table jlvollmer Webmastering and Programming 2 October 23rd, 2002 02:09 PM
Tables Magicfan89 Webmastering and Programming 7 June 16th, 2002 05:41 PM

Most Active Discussions
Is It Just Me? (2905)
Unarmed man on his stomach shot by .. (6)
Misery Loves Company... (2144)
New Build ( Finally ) (6)
CPU wont boot (7)
Building a gaming computer advice (5)
I think I just killed my computer w.. (24)
Folderchat Weekday thread (444)
Upgrading RAM (6)
Recent Discussions
Partition Magic 7.0 (Unallocate.. (17)
For cheap price and good qualit.. (1)
Left 4 Dead Small Freezes (3)
RCA 52Inch HDTV wont turn on (4)
wishin i could edit my aol prof.. (0)
Sporadic internet connectivity (2)
Assassins Creed PC Problems (40)
I think my PSU is dieing (1)
building a gaming computer, inp.. (0)
Blackberry Storm, Gears of War .. (1)
Core 2 Quad Q9550 system (3)
COWBOOM Ripoff! Used Laptop w/$.. (4)


All times are GMT -4. The time now is 03:33 AM.
TechIMO Copyright 2008 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28