Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Little problem with the layout
Old 04-01-2005, 06:44 PM Little problem with the layout
Walker's Avatar
Experienced Talker

Posts: 47
Location: Lanashire, UK
Trades: 0
Sorry i am not the best web designer in the world. I have put together a website for my uncle www.valentinecuisine.com/GDS There is a small log in area (js i cant get to grips with php yet new to me) in firefox the two boxes are fine but in i.e they dont line up. If you type in the wrong username and password into the boxes you get an error message at the top. When you scroll down to the bottom to view the boxes again, the boxes are now in line!

How can i get these boxes in line without having text at the top and keeping the layout exactly the same i.e. no space at the top.

Thanks A lot

Adam Walker
Walker is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-01-2005, 09:39 PM
drewrockshard's Avatar
Super Talker

Posts: 100
Name: Drew
Location: Garland (Dallas), Texas
Trades: 0
The solution to your problem remeains in the input forms. you must put in a size attribute for IE...

so find this code in your document:
HTML Code:
<tr>
	<td class="style16">Username: </td>
	<td><input name="user" type="text" /></td>
</tr>
<tr>
	<td class="style16">Password: </td>
	<td><input name="pass" type="password" /></td>
</tr>
and replace it with the following:
HTML Code:
<tr>
	<td class="style16">Username: </td>
	<td><input name="user" type="text" size="20" /></td>
</tr>
<tr>
	<td class="style16">Password: </td>
	<td><input name="pass" type="password" size="20" /></td>
</tr>
hope this helps.
__________________
Best Regards,
Drew Decker

Please login or register to view this content. Registration is FREE
drewrockshard is offline
Reply With Quote
View Public Profile
 
Old 04-02-2005, 03:47 AM
Walker's Avatar
Experienced Talker

Posts: 47
Location: Lanashire, UK
Trades: 0
Thanks I have already tried that though. I have tried it again and copied yours and still they arn't level the link is the same
Walker is offline
Reply With Quote
View Public Profile
 
Old 04-02-2005, 05:21 AM
pitbull82's Avatar
Super Talker

Posts: 147
Name: Marcin Nabiałek
Location: Poland, Częstochowa
Trades: 0
Well, I never use size attribute because it's completely different in all the browsers. I use only rows and cols in textarea, but only to have page XHTML valid because they don't work exactly either.

I don't know if you have the seperate style sheet in your page (main.css doen't work), but have you tried to use width attribute?

I've just checked it and it seems that this works fine in FF & IE:
Code:
<tr>
	<td class="style16">Username: </td>
	<td><input name="user" type="text" style="width: 160px;" /></td>
</tr>
<tr>
	<td class="style16">Password: </td>
	<td><input name="pass" type="password" style="width: 160px;" /></td>
</tr>
BTW the code of the page is horrible
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
pitbull82 is offline
Reply With Quote
View Public Profile Visit pitbull82's homepage!
 
Old 04-02-2005, 05:30 AM
Walker's Avatar
Experienced Talker

Posts: 47
Location: Lanashire, UK
Trades: 0
Thanks main.css didnt upload i dont know why. It works now thankyou so much! Yes i am still a n00b to the world of webdesign. I have only ever produced two proper sites. This is the first site i have used tables on and i used dreamweaver to help me with that. It isnt the best of things as I had to put in extra tags. Sorry about it not being good code but at the end of the day I can only improve and the website meets the spec sheet perfefctly!

Thanks a lot.
Walker is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Little problem with the layout
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24757 seconds with 12 queries