December 1st, 2004, 10:20 PM
|
#1 (permalink)
| | Ultimate Member
Join Date: Jan 2003 Location: MA / NH
Posts: 1,497
|
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 |
| |
December 1st, 2004, 10:22 PM
|
#2 (permalink)
| | Ultimate Member
Join Date: Jan 2003 Location: MA / NH
Posts: 1,497
|
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 |
| |
December 1st, 2004, 10:23 PM
|
#3 (permalink)
| | Member
Join Date: Jun 2004 Location: Utah
Posts: 422
| HTML Code: <table width="578" border="0"> The border of "0" should do it. |
| |
December 1st, 2004, 10:36 PM
|
#4 (permalink)
| | Ultimate Member
Join Date: Jan 2003 Location: MA / NH
Posts: 1,497
|
But, that doesn't give me the color border that I need.
Either that, or I'm missing something
Blaze |
| |
December 1st, 2004, 11:21 PM
|
#5 (permalink)
| | Senior Member
Join Date: Jul 2004 Location: New Zealand
Posts: 582
| |
| |
December 1st, 2004, 11:36 PM
|
#6 (permalink)
| | Member
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. |
| |
December 2nd, 2004, 12:35 AM
|
#7 (permalink)
| | Ultimate Member
Join Date: Jan 2003 Location: MA / NH
Posts: 1,497
| Quote: |
Originally Posted by James T | 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 |
| |
December 2nd, 2004, 01:40 AM
|
#8 (permalink)
| | Senior Member
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> |
| |
December 2nd, 2004, 11:40 PM
|
#9 (permalink)
| | Ultimate Member
Join Date: Jan 2003 Location: MA / NH
Posts: 1,497
| |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | |
Posting Rules
| You may post new threads You may post replies You may not post attachments You may not edit your posts HTML code is 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 | | | | | Recent Discussions  | | | | | |