Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

change the layout of a site 1

Status
Not open for further replies.

PS1983

Technical User
Nov 6, 2001
83
AT
hi there!
i have this site for costumers to tell us what they think and stuff, so...
the site is done but the layout is not good and i don't know why.

have a look yourself:
thats a pain especially the first five dropdowns

plz help if you know how to format this site right?

thanks a lot
=) steve
 
Hi Steve,

Don't put all the discriptions in one cell
Don't put all the <select>'s in one cell

Split this in 5 separate rows.

<tr>
<td>Erreichbarkeit im Allgemeinen:</td>
<td><SELECT NAME=&quot;Erreichbarkeit&quot;>.......etc.</td>
</tr>
<tr>
<td>Verständlichkeit am Telefon:</td>
<td><SELECT NAME=&quot;Verständlichkeit am Telefon&quot;>><SELECT NAME=&quot;.......etc.</td>
</tr>
<tr>
<td>Freundlichkeit am Telefon:td>
<td><SELECT NAME=&quot;.......etc.</td>
</tr>
<tr>
<td>Kompetenz des Verkaufs:</td>
<td><SELECT NAME=&quot;.......etc.</td>
</tr>
<tr>
<td>Technische Kompetenz:</td>
<td>.......etc.</td>
</tr>


Do this the same with your second row (the one with bgcolor=&quot;#d0d8ef&quot;) Split this up in 2 rows.

And so on with your 3th row ...

This wil give you (especially for the first five dropdowns) that discription and <form-element> are vertical aligned well.

It will also save you a lot of code because you can delete al the <br>'s and &amp;nbsp;'s !!!

Hope this helps,
Erik

<!-- My sport: Boomerang throwing !!
This year I will participate at the World Championships in Germany. (!! Many Happy Returns !! -->
 
jeah thats it!
thank u very much, mostly the most simple way is the best!!
hehe

thx
=)steve
 
hehe erik
my boss just forwarded the email u submitted =)
jeah i'm working for that company ^^

so the site is fixed and seen on the same link
still thanks for the help

bye
steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top