Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Reply
 
LinkBack Thread Tools
Old 05-20-2009, 01:58 PM   #1
Senior Warrior Member
War Room Member
 
BJ Min's Avatar
 
Join Date: Jun 2007
Location: Los Angeles, CA
Posts: 1,458
Thanks: 104
Thanked 24 Times in 15 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to BJ Min
Default How do you create a table using dreamweaver, frontapge, etc?

Hi,

i have a problem creating a table that stays the SAME WIDTH...

I created a 1x1 table 600 width pixel...

but when i start writing my salesletter, the words go beyond 600 pixels...
and it gets wider and wider as i type...

how do you make sure the words that reach 600 pixel AUTOMATICALLY
go to the 2nd line and 3rd line and so forth...

i NEVER had this problem before...but there must be something
in tables i messed up...does anyone know how to solve this problem?

thanks
BJ

BJ Min is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-20-2009, 02:46 PM   #2
there is no spoon
War Room Member
 
Peter Bestel's Avatar
 
Join Date: Jan 2008
Location: Wigtown, Newton Stewart, Scotland.
Posts: 1,154
Blog Entries: 3
Thanks: 132
Thanked 290 Times in 117 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: How do you create a table using dreamweaver, frontapge, etc?

Sounds like you have 'no wrap' selected.

Click in a cell and the 'Properties' box should be open below. You should see the option for 'No Wrap' - uncheck it.



Peter

Peter Bestel is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-20-2009, 03:04 PM   #3
Senior Warrior Member
War Room Member
 
BJ Min's Avatar
 
Join Date: Jun 2007
Location: Los Angeles, CA
Posts: 1,458
Thanks: 104
Thanked 24 Times in 15 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to BJ Min
Default Re: How do you create a table using dreamweaver, frontapge, etc?

Peter...thank you so much...every day, i learn something new
here on WF...i got it fixed now...

BJ

BJ Min is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-20-2009, 04:00 PM   #4
Bill Barrett
War Room Member
 
billbarrett's Avatar
 
Join Date: Feb 2009
Posts: 132
Thanks: 64
Thanked 13 Times in 10 Posts
Social Networking View Member's Twitter Profile 
Default Re: How do you create a table using dreamweaver, frontapge, etc?

Hi BJ,

I know this is not an answer of your question, but I would suggest you not to use tables as text containers. The better style is to use DIV tags and CSS instead.

This way your code is smaller and loads faster.

Here's an example for your 600px text container:

<div style="width:600px; margin:10px auto 10px auto; padding:20px; border:2px solid #ccc; background:#eee;">
<h1>Your Title</h1>
<p>Your text...</p>
</div>


As you can see, the code is far smaller and clearer. Of course, the best practice is to link to the styles in an external file. I this was done, the entire source code would be:

<div id="container">
<h1>Your Title</h1>
<p>Your text...</p>
</div>


Sorry for the little-off-topic answer, but I hope it contains some useful information for you.

Best reagards,
Bill

billbarrett is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
create, dreamweaver, frontapge, table

Thread Tools

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



All times are GMT -6. The time now is 09:14 AM.