| Author | Post |
|---|
Donnaa5dcp Member
| Joined: | Sun Dec 7th, 2003 |
| Location: | |
| Posts: | 2 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Sun Dec 7th, 2003 07:50 pm |
|
I have atable, properties as 700 pixels wide and two columns. I have one column set to 200 pixels and another to 500 pixels..
As i type into one of the cells, the column width widens, but still shows as 700 px wide table, col 200 wwide, its quite obvious that i exceeded these settings but they still show.
I want them to stick!
HOW??
Thanks in advance
Donna Green
|
Woodman Member

| Joined: | Thu Sep 11th, 2003 |
| Location: | Hong Kong, China |
| Posts: | 190 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon Dec 8th, 2003 12:36 am |
|
Greetings,
If you don't mind, can you post part of your HTML code for us to see?
|
Donnaa5dcp Member
| Joined: | Sun Dec 7th, 2003 |
| Location: | |
| Posts: | 2 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon Dec 8th, 2003 08:23 am |
|
Sure
Copy and paste this into dreamweaver..
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100">aaaaaaaaaaaaaa</td>
<td width="200">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagisssssfdojjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjja</td>
</tr>
<tr>
<td width="100"> </td>
<td width="200"> </td>
</tr>
<tr>
<td width="100"> </td>
<td width="200"> </td>
</tr>
<tr>
<td width="100"> </td>
<td width="200"> </td>
</tr>
<tr>
<td width="100"> </td>
<td width="200"> </td>
</tr>
<tr>
<td width="100"> </td>
<td width="200"> </td>
</tr>
<tr>
<td width="100"> </td>
<td width="200"> </td>
</tr>
<tr>
<td width="100"> </td>
<td width="200"> </td>
</tr>
<tr>
<td width="100"> </td>
<td width="200"> </td>
</tr>
<tr>
<td width="100"> </td>
<td width="200"> </td>
</tr>
</table>
</body>
</html>
|
Woodman Member

| Joined: | Thu Sep 11th, 2003 |
| Location: | Hong Kong, China |
| Posts: | 190 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon Dec 8th, 2003 11:28 am |
|
Greetings,
What are you hoping to place within the table-cell? Regular type-written text? Or something more like what you've entered?
The reason why the text isn't going to the next line, and keeping the table at the correct width, is because the text you entered doesn't have spaces. Try entering something with spaces, such as this response, then it'll work out fine .
|
 Current time is 05:57 pm | |
|