Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 12-14-2004, 07:13 PM   #1 (permalink)
Inactive
 
Join Date: 11-20-04
Posts: 27
iTrader: 0 / 0%
Latest Blog:
None

kakarotto is liked by many
Prob

If you visit my forums

http://gamenationx.net/modules.php?name=Forums

If you are using IE then you will see a line right in the middle of the logo. I dont know what could be wrong.

Code:
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD ROWSPAN=3> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_01.gif" WIDTH=9 HEIGHT=149></TD> <TD COLSPAN=8> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_02.gif" WIDTH=525 HEIGHT=32></TD> <TD ROWSPAN=3 background="themes/MStudio/forums/images/MStudio-forum_full.gif" WIDTH=100% HEIGHT=149></TD> <TD ROWSPAN=3> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_04.gif" WIDTH=13 HEIGHT=149></TD> </TR> <TR> <TD COLSPAN=4> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=261 HEIGHT=94> <PARAM NAME=movie VALUE="themes/MStudio/forums/images/logo.swf"> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="themes/MStudio/forums/images/logo.swf" menu=false quality=best bgcolor=#000000 WIDTH=261 HEIGHT=94 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED> </OBJECT></TD> <TD COLSPAN=4> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_06.gif" WIDTH=264 HEIGHT=94></TD> </TR> <TR> <TD> <A HREF="modules.php?name=Forums"> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_07.gif" WIDTH=66 HEIGHT=23 BORDER=0 ALT="Forum Index"></A></TD> <TD> <A HREF="{U_FAQ}"> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_08.gif" WIDTH=65 HEIGHT=23 BORDER=0 ALT="Faqs"></A></TD> <TD> <A HREF="{U_SEARCH}"> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_09.gif" WIDTH=65 HEIGHT=23 BORDER=0 ALT="Search"></A></TD> <TD> <A HREF="modules.php?name=Members_List"> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_10.gif" WIDTH=65 HEIGHT=23 BORDER=0 ALT="Members list"></A></TD> <TD> <A HREF="{U_GROUP_CP}"> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_11.gif" WIDTH=65 HEIGHT=23 BORDER=0 ALT="user group"></A></TD> <TD> <A HREF="{U_PROFILE}"> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_12.gif" WIDTH=65 HEIGHT=23 BORDER=0 ALT="Profile"></A></TD> <TD> <A HREF="modules.php?name=Private_Messages"> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_13.gif" WIDTH=65 HEIGHT=23 BORDER=0 ALT="Private Msgs"></A></TD> <TD> <A HREF="modules.php?name=Forums&file=arcade"> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_arcade.gif" WIDTH=65 HEIGHT=23 BORDER=0 ALT="GNX Arcade!"></A></TD> </TR> </TABLE>
This only happened when I added this:

Code:
<A HREF="modules.php?name=Forums&file=arcade"> <IMG SRC="themes/MStudio/forums/images/MStudio-forum_arcade.gif" WIDTH=65 HEIGHT=23 BORDER=0 ALT="GNX Arcade!"></A>
Thanks in advance
kakarotto is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-14-2004, 07:24 PM   #2 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
I don't see the line. Do you have a screenshot?
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-14-2004, 07:27 PM   #3 (permalink)
Inactive
 
Join Date: 11-20-04
Posts: 27
iTrader: 0 / 0%
Latest Blog:
None

kakarotto is liked by many
Yes here.

ssee black lines? (that's using IE, I use firefox myself and it doesnt show)
Attached Thumbnails
prob-pic.jpg  
kakarotto is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-15-2004, 11:45 AM   #4 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
I'm thinking that arcade button is making that table cell too wide. Try shrinking the width of the button by a pixel or two just to see if the line goes away.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-15-2004, 11:58 AM   #5 (permalink)
Inactive
 
insitedev's Avatar
 
Join Date: 12-14-04
Posts: 108
iTrader: 0 / 0%
Latest Blog:
None

insitedev is liked by somebodyinsitedev is liked by somebodyinsitedev is liked by somebodyinsitedev is liked by somebody
It appears that you have a spacing issue. My bet would be with the colspans - those have always seems to cause trouble for me in the past.

A quick, and probably incorrect, way to fix it would be to apply the appropriate backgrounds to the cells which have a colspan.

an example would be to put in background="themes/MStudio/forums/images/MStudio-forum_06.gif" in the cell containing the Flash object. That should take care of that black line, if it doesn't apply the background to the next cell (the one with the image call to themes/MStudio/forums/images/MStudio-forum_06.gif). If you do that on all of the cells that contain colspans, then it should work.

Let me know if it doesn't and i'll take a closer look.

*addendum*

After posting this and seeing that Jazzee has responded, it would probably be wiser to go with her on this, as it is the correct way to fix it.

Last edited by insitedev : 12-15-2004 at 12:01 PM.
insitedev is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-16-2004, 07:29 AM   #6 (permalink)
Inactive
 
Join Date: 11-20-04
Posts: 27
iTrader: 0 / 0%
Latest Blog:
None

kakarotto is liked by many
I'm trying it tonight.
kakarotto is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-16-2004, 04:41 PM   #7 (permalink)
Inactive
 
Join Date: 11-20-04
Posts: 27
iTrader: 0 / 0%
Latest Blog:
None

kakarotto is liked by many
UH HUH! I had to make the td bigger ^.^
kakarotto is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



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

Posting Rules
You may not post new threads
You may not 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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
need assitance on solving css ie browser prob kade119 Coding Forum 1 03-26-2007 03:20 PM
Annoying CSS, Firefox prob edbarton Coding Forum 20 10-15-2004 02:51 PM
Image ready sklice optimization file size prob Drat39 Graphic Design Forum 1 06-07-2004 08:35 AM
can ne1 help me with my forum prob?? ShadowQ Coding Forum 3 03-08-2004 11:41 PM
Frames prob IE6 RichardMac Web Design Lobby 11 10-25-2003 12:51 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:36 AM.
© Copyright 2008 V7 Inc