Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 11-17-2006, 10:58 AM   #1
Member (10 bit)
 
Join Date: Nov 2000
Location: Plantation FL
Posts: 1,002
Lock cell width ? Nvu / FrontPage

I have created a table with 3 columns totalling 780 pxls wide.
When I type into the one on the extreme left , the other cells/columns
contract to make space. ie the text should wrap or each of the column
cells should be locked or set at a specific width about 1/3 of the total screen width.
Where can I do that ? Ive got Nvu and Frontpage but other should be the same.
Thanks
Parangles is offline   Reply With Quote
Old 11-17-2006, 11:13 AM   #2
Come in Ray...
 
faulkner132's Avatar
 
Join Date: Sep 2004
Posts: 1,668
Make sure you are using the appropriate width or style attribute in your TD tag to set the percentage to 33. Additionally, make sure your empty cells have at least a space escape in them:
PHP Code:
<td width="33%">&nbsp;</td
faulkner132 is offline   Reply With Quote
Old 11-17-2006, 11:35 AM   #3
Member (10 bit)
 
Join Date: Nov 2000
Location: Plantation FL
Posts: 1,002
Code is still mostly a mystery- can I deal with it with these 'what you see"
programs ? I'm not ready for HTML .
I tried some of those Andreas Viklund templates but gave up and decided to
go from scratch. Thanks.
Parangles is offline   Reply With Quote
Old 11-17-2006, 11:43 AM   #4
Come in Ray...
 
faulkner132's Avatar
 
Join Date: Sep 2004
Posts: 1,668
Your table code would look like this:
PHP Code:
<table width="780">
  <
tr>
    <
td width="33%">Some text which is really long and wraps.</td>
    <
td width="33%">&nbsp;</td>
    <
td width="33%">&nbsp;</td>
  </
tr>
</
table
See if that works for you.
faulkner132 is offline   Reply With Quote
Old 11-17-2006, 12:15 PM   #5
Member (10 bit)
 
Join Date: Nov 2000
Location: Plantation FL
Posts: 1,002
I cut and pasted your code in but its just the same.
I'm going out now to buy a basic html book at b&Noble.
Everybody says forget anything except code.
I,ll repost .Thanks for your help !

EDIT: Shame !! I forgot to save it after pasting.
It works fine . Gonna get that book.
Cheers !

Last edited by Parangles; 11-17-2006 at 12:25 PM.
Parangles is offline   Reply With Quote
Old 11-17-2006, 12:37 PM   #6
Come in Ray...
 
faulkner132's Avatar
 
Join Date: Sep 2004
Posts: 1,668
Quote:
Originally Posted by Parangles
Everybody says forget anything except code.
I'll second that.
Good luck to you!
faulkner132 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stupid FrontPage errors BFD Deadeye Internet, Web Applications, & The Cloud 3 01-07-2004 12:51 PM
lock up when hard drive is accessed Jack Ryan Computer Hardware 3 07-16-2001 09:57 PM


All times are GMT -5. The time now is 05:15 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2