| View previous topic :: View next topic |
| Author |
Message |
redstarfcs
Joined: 14 Aug 2004 Posts: 2
|
Posted: Sun Aug 15, 2004 12:51 am Fixed tale weigh |
|
|
|
I se the weigh of a table, but when I write a word that is bigger that the weigh of the table, the table expand.
How do I to make the table fit only at its weigh, and when it reaches a bigger word, to split the word on 2 rows? |
|
Corey Bryant

Joined: 15 May 2004 Posts: 8154 Location: Castle Rock CO USA
|
Posted: Sun Aug 15, 2004 7:19 am |
|
|
|
|
You will have to split the word yourself. The table cannot split the word. |
|
DCCS - The Apprentice

Joined: 12 Jul 2004 Posts: 68 Location: DC
|
Posted: Tue Aug 17, 2004 12:20 pm |
|
|
|
I guess when he says weigh he means weight? I'm just guessing bad english? but no prob if so or is there a value called weigh, I'd like to know. |
|
Corey Bryant

Joined: 15 May 2004 Posts: 8154 Location: Castle Rock CO USA
|
Posted: Tue Aug 17, 2004 12:21 pm |
|
|
|
| I did not even catch it - but I think width. |
|
mjpliv

Joined: 11 May 2004 Posts: 406 Location: Nova Scotia
|
Posted: Wed Aug 18, 2004 12:30 pm |
|
|
|
| Could you post the code you are using to create the table or give us a link to a website where we can see what is happening? |
|
redstarfcs
Joined: 14 Aug 2004 Posts: 2
|
Posted: Sat Aug 21, 2004 11:45 pm Sorry |
|
|
|
Sorry, I have a new keyboard, and it is very small
This is the code :
<table border="1" width="120" id="table1">
<tr>
<td>\xck\zclk\zhcl\vkj\zgxvkjgzkxvj\kxzjvk\xvjz\xb lzxbzxlvzxbvlkzxv;\zxkhvlkxlvhlzxvhlsdhflasflhaslfhalsflashflahsf</td>
</tr>
</table> |
|
Corey Bryant

Joined: 15 May 2004 Posts: 8154 Location: Castle Rock CO USA
|
Posted: Sun Aug 22, 2004 5:10 am |
|
|
|
| Just as i suspected. You will have to break it up yourself. The coding does not know how to hyphenate a word. |
|
eXcentra
Joined: 12 May 2004 Posts: 91
|
Posted: Sun Aug 22, 2004 11:39 am |
|
|
|
| Can't you set the text formatting to Justify? |
|
Corey Bryant

Joined: 15 May 2004 Posts: 8154 Location: Castle Rock CO USA
|
Posted: Mon Aug 23, 2004 4:45 am |
|
|
|
| You can but that won't help to split the text |
|
|