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.

Directory Submission Service   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 01-16-2005, 09:56 PM   #1 (permalink)
Inactive
 
Jshortest's Avatar
 
Join Date: 01-08-04
Posts: 85
iTrader: 0 / 0%
Latest Blog:
None

Jshortest is a jewel in the roughJshortest is a jewel in the roughJshortest is a jewel in the roughJshortest is a jewel in the roughJshortest is a jewel in the roughJshortest is a jewel in the rough
Stupid tables

I was working with a layout I did and its giving me alot of trouble its creating what I would call an invisible forcefield. I can not line up the cell where I need it I have tried resizing the area but it appears to do nothing.

Code:
<HTML> <HEAD> <TITLE>ff7</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> </HEAD> <BODY BGCOLOR=1B2331 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <!-- ImageReady Slices (ff7.psd) --> <!-- End ImageReady Slices --> <table width="962" height="648" border="0"> <tr> <td width="956"><TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD COLSPAN=6> <IMG SRC="images/ff7_01.gif" WIDTH=700 HEIGHT=157 ALT=""></TD> <TD width="1"> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=157 ALT=""></TD> </TR> <TR> <TD COLSPAN=3> <IMG SRC="images/ff7_02.gif" WIDTH=154 HEIGHT=10 ALT=""></TD> <TD width="22" ROWSPAN=4> <IMG SRC="images/ff7_03.gif" WIDTH=22 HEIGHT=48 ALT=""></TD> <TD width="647"> <IMG SRC="images/ff7_04.gif" WIDTH=501 HEIGHT=10 ALT=""></TD> <TD width="28" ROWSPAN=4> <IMG SRC="images/ff7_05.gif" WIDTH=23 HEIGHT=48 ALT=""></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=10 ALT=""></TD> </TR> <TR> <TD COLSPAN=3 ROWSPAN=8><table width="154" height="303" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"><img src="images/ff7_06.gif" width="154" height="22"></td> </tr> <tr> <td width="16"><img src="images/ff7_09.gif" width="16" height="191"></td> <td width="127" bgcolor="7D7D7D"></td> <td width="11"><img src="images/ff7_11.gif" width="11" height="191"></td> </tr> <tr> <td colspan="3"><img src="images/ff7_14.gif" width="154" height="8"></td> </tr> <tr> <td colspan="3"><img src="images/ff7_15.gif" width="154" height="34"></td> </tr> <tr> <td><img src="images/ff7_16.gif" width="16" height="123"></td> <td bgcolor="7D7D7D"></td> <td><img src="images/ff7_18.gif" width="11" height="123"></td> </tr> <tr> <td colspan="3"><img src="images/ff7_19.gif" width="154" height="8"></td> </tr> </table></TD> <TD> <IMG SRC="images/ff7_07.gif" WIDTH=501 HEIGHT=9 ALT=""></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=9 ALT=""></TD> </TR> <TR> <TD ROWSPAN=8></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=13 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=16 ALT=""></TD> </TR> <TR> <TD ROWSPAN=6 background="images/ff7_12.gif" WIDTH=22></TD> <TD ROWSPAN=6 background="images/ff7_13.gif" WIDTH=28></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=175 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=8 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=34 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=123 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=8 ALT=""></TD> </TR> <TR> <TD COLSPAN=3 ROWSPAN=2> <IMG SRC="images/ff7_20.gif" WIDTH=154 HEIGHT=216 ALT=""></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=198 ALT=""></TD> </TR> <TR> <TD COLSPAN=3> <IMG SRC="images/ff7_21.gif" WIDTH=546 HEIGHT=18 ALT=""></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=18 ALT=""></TD> </TR> <TR> <TD COLSPAN=6> <IMG SRC="images/ff7_22.gif" WIDTH=700 HEIGHT=31 ALT=""></TD> <TD> <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=31 ALT=""></TD> </TR> </TABLE></td> </tr> </table> </BODY> </HTML>

Here is a picture of what it looks like
Attached Thumbnails
stupid-tables-table-mess-copy.jpg  
Jshortest is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 01-17-2005, 06:40 AM   #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
This will be easier if you have the link to the actual html page.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-17-2005, 07:59 AM   #3 (permalink)
Inactive
 
downtroden's Avatar
 
Join Date: 06-19-04
Location: Illinois
Posts: 149
iTrader: 0 / 0%
Latest Blog:
None

downtroden is liked by many
Send a message via AIM to downtroden
My advice to you... don't trust imageready to build decent tables for you. Plan out your table and slice in imageready but built the table yourself with dreamweaver (or textedit if your a 'coder').
downtroden 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
stupid LOCK TABLES message with MySQL - please help! CircleOfLinks Web Design Lobby 5 01-01-2008 04:21 AM
Stupid Question = Stupid Answer farooqaaa Forum Lobby 39 03-02-2007 08:47 AM
Why don't the tables to what I want them to do! Klaas Koopman Coding Forum 11 04-06-2006 07:51 AM
looking for stupid answers to my stupid question Axon Marketing Forum 7 02-21-2006 03:48 PM
CSS vs. Tables GeXus SEO Forum 8 11-20-2005 01:22 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 09:05 PM.
© Copyright 2008 V7 Inc