Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old November 3rd, 2003, 02:05 PM
szms szms is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 107 szms User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Different Table Cell Size

How do I change the cell size in the same table?

Reply With Quote
  #2  
Old November 3rd, 2003, 03:38 PM
nazly nazly is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Colombo,SriLanka
Posts: 1,325 nazly User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 18 sec
Reputation Power: 3
Send a message via Yahoo to nazly
RE: Different Table Cell Size

You can use <td width="100"> inorder to specify a column width. This will apply to the entire column. You can't specify diffrent cell widths for cells in the same column.

Reply With Quote
  #3  
Old November 3rd, 2003, 06:04 PM
-vertigo- -vertigo- is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Louth, Lincolnshire
Posts: 314 -vertigo- User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 24 sec
Reputation Power: 2
RE: Different Table Cell Size

In a table, all the cells line up. You can sometimes get by using 'colspan', especially if you need two or more cells in the place of one.

To have independant cell boundaries, use a different table for the row that needs different boundaries.

Reply With Quote
  #4  
Old November 3rd, 2003, 07:40 PM
szms szms is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 107 szms User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Different Table Cell Size

Here is my code for two different cells. But if I don't write inside the cell, it appears a single cell. How can I show those empty cell according to their width. My ultimate goal is to put a java script meny bar in one cell.

<html>
<head>
<title>
Table Test
</title>
</head>
<body>
<table border = 4>
<tr>
<td width = "10%"></td>
<td width = "30%"></td>
</tr>
</table>

</body>

</html>

Reply With Quote
  #5  
Old November 3rd, 2003, 07:43 PM
-vertigo- -vertigo- is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Louth, Lincolnshire
Posts: 314 -vertigo- User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 24 sec
Reputation Power: 2
RE: Different Table Cell Size

Use &nbsp; in the cell, this is a non-breaking-space as far as I know, basically it is a space that doesn't get trimmed by the browser.

Reply With Quote
  #6  
Old November 12th, 2003, 08:00 AM
LAMASE LAMASE is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Rome - Italy
Posts: 21 LAMASE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Different Table Cell Size

Or use a 1x1 trasparent image
<img src="img/pix.gif" width="123" height="1">

if you want to enlarge the cell to 123 pixels.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Different Table Cell Size


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway