Author Topic: wrap ? automaticaly  (Read 2338 times)

0 Members and 1 Guest are viewing this topic.

Offline PartyPix

  • Newbie
  • *
  • Posts: 42
    • View Profile
wrap ? automaticaly
« on: May 29, 2006, 06:06:32 PM »
Hi
i have one problem. In my profile I show the informations that in the DB save. I show it normaly so..

email:  maaaaaaaail@mail.de


My table has a width but dont make a automaticaly <br> when the entry is to long. Through that my design are destroyed. How can i make this better ? I háve allready look for wrap and so one in goofle and here but dont found a good information.




Hi.
Ich habe mal wieder ein Problem. Im Profil gebe ich ganz normal die Informationen aus. Nun habe ich einfach mal getestet was passiert wenn die mail sehr lang sein sollte. Er zeigt diese natürlich an aber dadurch wird mein ganzes Design zerstört. Den Tabellen habe ich auch eine Breite zugewiesen aber trotzdem kommt kein automatischer Umbruch. Habe schon überall nachgeschaut aber kam bisher zu keiner Lösung.


Here a little bit code of my member_profile.html / Hier ein kleiner Auszug aus meiner member_profile.html

Code: [Select]
<table cellspacing="2" cellpadding="8" border="0" width="390">
.
.
.
<table cellspacing="0" cellpadding="8" border="0" width="100%" >
<tr>
<td class=box_list_f><strong>e-Mail:</strong></td>
<td class=box_list>{user_email_save}&nbsp;</td>
</tr>
</table>

.
.
.
</rable>