HighDots Forums  

Changing Text In More than one cell of a table

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Changing Text In More than one cell of a table in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Miket99
 
Posts: n/a

Default Changing Text In More than one cell of a table - 09-12-2005 , 10:46 AM






This shouldn't be this difficult. My table is three cells/columns wide and
from 8 to 14 rows deep. I'm pasting email messages in the middle of three
columns. Since the text/content comes from a variety of particiapants and email
clients all the text formatting is different. When I select the entire center
column and then set the text font, size etc, only the top cell of the row
changes to the desired font and size. Why can I not simply change all the fonts
and sizes in one column AT ONCE!

I'm a moderately skilled user and do not understand how to use CSS and don't
really have time. My preferred method is more direct--simply change the font of
a cell to the size and type that I want.

MikeT


Reply With Quote
  #2  
Old   
D. Plank
 
Posts: n/a

Default Re: Changing Text In More than one cell of a table - 09-12-2005 , 10:59 AM






Sometimes DW will apply css style to a cell and sometimes it will place it on text. You
have to look in code view to see what you have and fix things there. You can not see it
or change it in the design view. Find a column that works like you want and make the
others match.



Miket99 wrote:

Quote:
This shouldn't be this difficult. My table is three cells/columns wide and
from 8 to 14 rows deep. I'm pasting email messages in the middle of three
columns. Since the text/content comes from a variety of particiapants and email
clients all the text formatting is different. When I select the entire center
column and then set the text font, size etc, only the top cell of the row
changes to the desired font and size. Why can I not simply change all the fonts
and sizes in one column AT ONCE!

I'm a moderately skilled user and do not understand how to use CSS and don't
really have time. My preferred method is more direct--simply change the font of
a cell to the size and type that I want.

MikeT


Reply With Quote
  #3  
Old   
Miket99
 
Posts: n/a

Default Re: Changing Text In More than one cell of a table - 09-12-2005 , 11:07 AM



Thank you. From code view what code tells me that css is controling the cell and what code tells me it is controlling the text?

Reply With Quote
  #4  
Old   
Travis
 
Posts: n/a

Default Re: Changing Text In More than one cell of a table - 09-12-2005 , 12:20 PM



If DW is creating styles based on your copy and paste it will have
something like this in the head of your page:

..style1 {
font-family: Arial, Helvetica, san-serif;
font-size: 14px;}

and somewhere in the code for the text you will see:

class="style1"

It may also be controlled by <font> tags. We would need to see the code
to help you out more. In reality you will save yourself time and
headaches by learning HTML and CSS even if it is a basic understanding
of it.

Travis
***************************************
Free Templates, Javascript, Fonts & More. - http://www.webblobber.com
Premium Templates - http://www.webblobber.com/templates/premium/
Tutorials - http://www.webblobber.com/tutorials/
***************************************

Miket99 wrote:
Quote:
This shouldn't be this difficult. My table is three cells/columns wide and
from 8 to 14 rows deep. I'm pasting email messages in the middle of three
columns. Since the text/content comes from a variety of particiapants and email
clients all the text formatting is different. When I select the entire center
column and then set the text font, size etc, only the top cell of the row
changes to the desired font and size. Why can I not simply change all the fonts
and sizes in one column AT ONCE!

I'm a moderately skilled user and do not understand how to use CSS and don't
really have time. My preferred method is more direct--simply change the font of
a cell to the size and type that I want.

MikeT


Reply With Quote
  #5  
Old   
.: Nadia :. *TMM*
 
Posts: n/a

Default Re: Changing Text In More than one cell of a table - 09-12-2005 , 11:57 PM




"Miket99" <webforumsuser (AT) macromedia (DOT) com> wrote in message n
Quote:
I'm a moderately skilled user and do not understand how to use CSS and
don't
really have time. My preferred method is more direct--simply change the
font of
a cell to the size and type that I want.
You may not have time for CSS but it is worth learning. Styling that whole
column would be very simple by defining a class with css and applying that
class to the whole column.... much better than using your <font>
tags.......

--
Nadia
Team MM Volunteer for Dreamweaver
--------------------------------------------
Templates|CSS Templates| http://www.csstemplates.com.au
Dropdown Menu Designs | SEO Articles |Tutorials
http://www.DreamweaverResources.com
---------------------------------------------
Search this forum:
http://tinyurl.com/2rfa2
---------------------------------------------





Reply With Quote
  #6  
Old   
Spacecase3785
 
Posts: n/a

Default Re: Changing Text In More than one cell of a table - 09-13-2005 , 12:18 AM



Your problem may be more complex since many email programs format messages with inline HTML. You may have to strip (parse) the messages and make plain text then apply your formatting.

Spacecase

Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.