|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Banned
|
quick and simple:
My tables a raping me. This is a simple corrected problem, but I still need help. When I do HTML Code:
height="--" HTML Code:
width="--" HTML Code:
height="5" HTML Code:
<td>
HTML Code:
height="100%" How do I stop the raping guys? ...how do I make the pain go away?
|
|
|
|
|
|
#2 |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Let me start off by asking for the entire code. Are you using a WYSIWYG Program and writing HTML from there, or are you using a Notepad-like application?
kram
__________________
"For today, goodbye. For tomorrow, good luck. And forever, Go Blue!"
University of Michigan President Mary Sue Coleman |
|
|
|
|
|
#3 |
|
Banned
|
I'm using Dreamweaver.
This is an example of the code. This might come out fine, but if I'm going one TD at a time to test, it doesn't work..the TDs get stretched full table wise. HTML Code:
<table border="0" bgcolor="#FFFFFF" width="750" height="400"> <tr> <td width="750" height="5"></td> </tr> <tr> <td width="750" height="300"></td> </tr> <tr> <td width="750" height="95"></td> </tr> </table> |
|
|
|
|
|
#4 | |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Quote:
HTML Code:
<table border="0" bgcolor="#FFFFFF" width="750" height="400"> <tr> <td width="750" height="5"></td> </tr> <tr> <td width="750" height="95"></td> </tr> </table> I hope I answered your question here. kram |
|
|
|
|
|
|
#5 |
|
Banned
|
It told me I can't do what I want
but that's cool. I'll work around it. Thanks man.
|
|
|
|
|
|
#6 | |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Quote:
kram |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|