kapt
New Member
Posts: 3
inherit
158523
0
Sept 18, 2010 20:42:32 GMT -8
kapt
3
September 2010
captkozmo
|
Post by kapt on Jun 19, 2005 22:15:10 GMT -8
I'm using this: <table width="92%" cellspacing="1" cellpadding="0" border="1" color="000000" align="center" bgcolor="000000" class="bordercolor"> <tr> <td width="100%"> <table border="1" color="000000" width="100%" cellpadding="0" cellspacing="0"> <tr> <center><img src="http://img.ranchoweb.com/images/thekoz/tables.gif" border="0"></center><br/> </td> </tr> </table> </td> </tr><tr> <td align="center"> <table width="100%" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="100%" align="center"> <table border="1" color="000000" width="100%" cellpadding="3" cellspacing="0" align="center"> <tr> <td class="menubg" valign="middle" bgcolor="EFEFEF" align="center"><font size="1"> <center><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="722" height="35"> <PARAM name="movie" value="http://img269.echo.cx/img269/5585/highspy6ys.swf"> <PARAM NAME="wmode" VALUE="transparent"> <PARAM name="quality" value="high"> <PARAM name="menu" value="true"> <EMBED src="http://img269.echo.cx/img269/5585/highspy6ys.swf" WMODE="transparent" quality="high" menu="true" pluginspage="http://www.macromedia.com/shockwave/ download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="722" height="35"> </EMBED> </OBJECT></center> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> It works just fine for what I want it to be, except that I want the border to be a black line. Instead it looks like this. Which isn't bad, but it wont match the rest of the board that looks like this. Also, I wrapped the image tag in <center> tags and it's not centered in the table. Can you help me here? Kapt~`'-
|
|
Jack of Bladez
Full Member
Fear Jack of Bladez and his fake moustache!
Posts: 625
inherit
31713
0
Sept 13, 2005 2:38:26 GMT -8
Jack of Bladez
Fear Jack of Bladez and his fake moustache!
625
October 2004
autry
|
Post by Jack of Bladez on Jun 19, 2005 23:15:13 GMT -8
Your <br/> Tag Might have to do with some of it. Also you might want to try taking away the boarder completley if you wnat it to match with the forum.
|
|
inherit
27353
0
Nov 30, 2013 13:08:47 GMT -8
xiØn
6 years is a long time.
16,973
July 2004
xi0n
|
Post by xiØn on Jun 20, 2005 1:10:21 GMT -8
<table width="92%" cellspacing="1" cellpadding="0" border="1 color="000000"" align="center"
You are missing a " on your border size.
You have an extra " right before your align.
|
|
kapt
New Member
Posts: 3
inherit
158523
0
Sept 18, 2010 20:42:32 GMT -8
kapt
3
September 2010
captkozmo
|
Post by kapt on Jun 20, 2005 11:39:15 GMT -8
Ah, so I did. Here. It wasn't like that there. I wonder how I did that. Anyway, that's not it
Kapt~`'-
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 20, 2005 11:42:57 GMT -8
Try taking the border="1" off and replace it with border="0"
Im not sure if that'll work, as this is the same problem I am having with my tables.
|
|
kapt
New Member
Posts: 3
inherit
158523
0
Sept 18, 2010 20:42:32 GMT -8
kapt
3
September 2010
captkozmo
|
Post by kapt on Jun 20, 2005 11:44:38 GMT -8
That will just give it no border at all wouldn't it? That's not what I'm after. Thanks though Kapt~`'-
|
|
squalleh
inherit
-666396
0
Nov 27, 2024 4:37:21 GMT -8
squalleh
0
January 1970
GUEST
|
Post by squalleh on Jun 20, 2005 11:46:24 GMT -8
That will just give it no border at all wouldn't it? That's not what I'm after. Thanks though Kapt~`'- Set the border property to "0". You'll still have a border if you do, as the border is caused by having the table on the inside.
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 20, 2005 11:50:28 GMT -8
It will probably have a border if I'm not mistaken becuase there are many codes I see with border="0" class="bordercolor"> and just a little black line though But, like I said, this is the same problem I have
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 20, 2005 13:06:56 GMT -8
Here ya go Kapt, try this....
<table width="92%" cellspacing="0" cellpadding="0" class="bordercolor"> <tr> <td> <table cellpadding="4" cellspacing="1" width="100%"> <tr> <td align="center" width="100%" class="welcomebg"> <img src="http://img.ranchoweb.com/images/thekoz/tables.gif" /> </td> </tr> <tr> <td valign="middle" width="100%" align="center" class="menubg"> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="722" height="35"> <PARAM name="movie" value="http://img269.echo.cx/img269/5585/highspy6ys.swf"> <PARAM NAME="wmode" VALUE="transparent"> <PARAM name="quality" value="high"> <PARAM name="menu" value="true"> <EMBED src="http://img269.echo.cx/img269/5585/highspy6ys.swf" WMODE="transparent" quality="high" menu="true" pluginspage="http://www.macromedia.com/shockwave/ download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="722" height="35"> </EMBED> </OBJECT> </td> </tr> </table> </td> </tr> </table>
|
|
kapt
New Member
Posts: 3
inherit
158523
0
Sept 18, 2010 20:42:32 GMT -8
kapt
3
September 2010
captkozmo
|
Post by kapt on Jun 20, 2005 17:11:47 GMT -8
That looks like how I want it, except I want a thin black border outlinking it like this has. So it will match But if nothing else, your table looks better than mine did Kapt~`'-
|
|
kitsunex
inherit
-666400
0
Nov 27, 2024 4:37:21 GMT -8
kitsunex
0
January 1970
GUEST
|
Post by kitsunex on Jun 20, 2005 17:23:16 GMT -8
<style> <!-- TEXTAREA { border-color: 000000; border-width: 1; border-style: solid; } --> </style>
Not sure what you're asking for but I'll post this CSS anyway.
You're probably gonna have to write a table in DHTML though.
|
|
kapt
New Member
Posts: 3
inherit
158523
0
Sept 18, 2010 20:42:32 GMT -8
kapt
3
September 2010
captkozmo
|
Post by kapt on Jun 20, 2005 17:40:12 GMT -8
Look at the example link I gave in my last post. See how the thin black border outlines the otherwise transparent board? I want the table I'm trying to make match that
Kapt~`'-
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 20, 2005 23:24:02 GMT -8
Why even use a table?
<div align="center" style="border: 1px solid black; width: 92%; padding: 5px;"> <img src="http://img.ranchoweb.com/images/thekoz/tables.gif" /> <br /><br /> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="722" height="35"> <PARAM name="movie" value="http://img269.echo.cx/img269/5585/highspy6ys.swf"> <PARAM NAME="wmode" VALUE="transparent"> <PARAM name="quality" value="high"> <PARAM name="menu" value="true"> <EMBED src="http://img269.echo.cx/img269/5585/highspy6ys.swf" WMODE="transparent" quality="high" menu="true" pluginspage= "http://www.macromedia.com/shockwave/ download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="722" height="35"> </EMBED> </OBJECT> </div>
|
|
kapt
New Member
Posts: 3
inherit
158523
0
Sept 18, 2010 20:42:32 GMT -8
kapt
3
September 2010
captkozmo
|
Post by kapt on Jun 21, 2005 13:56:31 GMT -8
Ummm because I didn't know any better? ;D That's almost perfict cali. All it needs is another line seperating the logo and the buttons so it looks like the welcome and nav boxes here. But that will work for now. Thank you Kapt~`'-
|
|
kapt
New Member
Posts: 3
inherit
158523
0
Sept 18, 2010 20:42:32 GMT -8
kapt
3
September 2010
captkozmo
|
Post by kapt on Jun 22, 2005 13:35:09 GMT -8
This can't be that hard can it?
Kapt~`'-
|
|