Webmaster Forum


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

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

Lionsanime Directory   High Bandwidth Dedicated Servers   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 06-23-2004, 05:38 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
Table problems

This problem has always come up when I'm working on a website and I always find a way to cheat by it but I want to know how to fix it properly. It seems teh right cell with the content is dragging the table down and making the left side cell pull down with it as well as the table inside the cell. How can I fix this? Here it is on the web http://free.hostultra.com/~FF7United/characters.php
Jshortest is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 06-23-2004, 05:59 PM   #2 (permalink)
Inactive
 
littleFella's Avatar
 
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
iTrader: 0 / 0%
Latest Blog:
None

littleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to behold
where you have


<!-- ImageReady Slices (webtemp1re.psd) -->
<TABLE WIDTH=800 height="457" BORDER=0 CELLPADDING=0 CELLSPACING=0>


check if it'll get fixed by changing the above to:


<!-- ImageReady Slices (webtemp1re.psd) -->
<TABLE WIDTH=800 height="457" BORDER=0 CELLPADDING=0 CELLSPACING=0 align="top">
littleFella is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-23-2004, 06:33 PM   #3 (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
Thsnkd for trying but it didn't seem to change it anyone else have any ideas?
Jshortest is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-23-2004, 06:55 PM   #4 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,183
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
its actually

valign="top"

Should work
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-23-2004, 06:59 PM   #5 (permalink)
Inactive
 
littleFella's Avatar
 
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
iTrader: 0 / 0%
Latest Blog:
None

littleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to behold
Indeed, my mistake.
Stiill, the lines of code I suggsted were wrong. The line to be changed is line 18:

<TD width="217" align="top"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

should be changed to:

<TD valign= "top" width="217" align="top"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
littleFella is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-23-2004, 07:03 PM   #6 (permalink)
Inactive
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 1,256
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
where you have

<body>
<TABLE WIDTH=800 height="457" BORDER=0 CELLPADDING=0 CELLSPACING=0 align="top">
<TR>
<TD height="229" COLSPAN=2> <IMG SRC="images/webtemp1re_01.gif" WIDTH=800 HEIGHT=229 ALT=""></TD>
</TR>
<TR>
<TD height="28" COLSPAN=2> <IMG SRC="images/webtemp1re_02.gif" WIDTH=800 HEIGHT=28 ALT=""></TD>
</TR>
<TR>
<TD width="217" align="top"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<TABLE WIDTH=217 height="543" BORDER=0 CELLPADDING=0 CELLSPACING=0 align="top">
<TR>





try this


<TABLE WIDTH=800 height="457" BORDER=0 CELLPADDING=0 CELLSPACING=0 align="top">
<TR>
<TD height="229" COLSPAN=2> <IMG SRC="images/webtemp1re_01.gif" WIDTH=800 HEIGHT=229 ALT=""></TD>
</TR>
<TR>
<TD height="28" COLSPAN=2> <IMG SRC="images/webtemp1re_02.gif" WIDTH=800 HEIGHT=28 ALT=""></TD>
</TR>
<TR>
<TD width="217" valign="top"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<TABLE WIDTH=217 height="543" BORDER=0 CELLPADDING=0 CELLSPACING=0 valign="top">
<TR>


see the read v's

edit: you postet before me ;-) and drop the align=top
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-23-2004, 07:09 PM   #7 (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
Awesome it works thanks everyone who helped me you saved me lots of time
Jshortest is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-28-2004, 06:20 PM   #8 (permalink)
Inactive
 
Join Date: 05-05-04
Location: america
Posts: 653
iTrader: 0 / 0%
Latest Blog:
None

realestate is liked by somebodyrealestate is liked by somebodyrealestate is liked by somebodyrealestate is liked by somebodyrealestate is liked by somebody
Maybe you need to fix table/cell size..
realestate is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

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
Showing data from a table based on infos from another table! anarchoi Coding Forum 0 06-16-2007 04:58 PM
Table or Div Jordonias Web Design Lobby 25 08-09-2006 10:47 AM
CSS Table-less madeinacari Coding Forum 4 04-19-2006 12:23 PM
Problems with table in Opera. Alfredo Web Design Lobby 9 09-25-2004 12:23 PM
Table help Leader of Men Coding Forum 5 11-25-2003 10:53 AM


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:49 PM.
© Copyright 2008 V7 Inc