label and alignment problem

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
zuzupus
Forum Commoner
Posts: 70
Joined: Thu Jul 17, 2003 4:54 am

label and alignment problem

Post by zuzupus »

hi,

i got label,alignment problem as if any body modified the generated HTMl code from following link will be very grateful

http://server2.vitodesign.com/scripts/drop.phtml

i want text field comes under Enter Text and drop down exactly under LABEL(HV) in same alignment and in UNTERVORGANG field one drop down comes ---please select--

so when u select u get some fields i want label above each field

if anybody help me out is appreciable

thanks in advance
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

No german language here, bare with me anyways ;)

If you decide to use .css in the future, you can use something similiar:

Code: Select all

td {
 vertical-align: top;
}
zuzupus
Forum Commoner
Posts: 70
Joined: Thu Jul 17, 2003 4:54 am

Post by zuzupus »

thanks JAM and toweter showing me a nice layout its appreciable i will be evyr thankful if you help me in putting this layout plz have a look
http://172.16.0.100/scripts/drop.phtml

now i want this layout exactly right side of empty portion in link http://172.16.0.100/scripts/useradmin.phtml

hope its clear

thanks in advance
cypher
Forum Newbie
Posts: 6
Joined: Thu Sep 18, 2003 3:05 am
Location: San Diego, CA - USA
Contact:

Post by cypher »

Your link didn't work. I could not access both of those pages at the time of me clicking on them.
zuzupus
Forum Commoner
Posts: 70
Joined: Thu Jul 17, 2003 4:54 am

Post by zuzupus »

stange but when i click on this link above it works pretty cool

hope thsi tiem when u click it works
cheers :lol:
cypher
Forum Newbie
Posts: 6
Joined: Thu Sep 18, 2003 3:05 am
Location: San Diego, CA - USA
Contact:

Post by cypher »

Is that an internal IP? ... is this your home machine? ... I dunno, I wasn't able to load that page ...
Post Reply