HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
colspan not working
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
workingdog



Joined: 21 Dec 2004
Posts: 1

PostPosted: Tue Dec 21, 2004 11:02 am     colspan not working Reply with quote

I have the following code

<tr colspan=3 >
<td colspan=3 width="174">
<input type="checkbox" name="OptOutCheckbox" value="OptOut">
Please do not add me to the monthly 'new property update'

which I want to have the text for the checkbox span three columns, which it does in Dreamweaver, but in IE it wraps - is it something to do with the check box?

Peter
kanenas



Joined: 14 Dec 2004
Posts: 191

PostPosted: Fri Jan 07, 2005 7:45 am     Re: colspan not working Reply with quote

workingdog wrote:
Code:
    <tr colspan=3 >
      <td colspan=3 width="174">
        <input type="checkbox" name="OptOutCheckbox" value="OptOut">
        Please do not add me to the monthly 'new property update'

There is no colspan attribute for the TR element (though this shouldn't affect anything).

Even though the td element is set to span 3 columns, the total width is set to 174 px, so IE obligingly sets the width of the content box to 174 px. You'll need to remove the width attribute. What's it there for?
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial