Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
SM2.10.1 Composer Tables Not Indented
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Brooke Clarke  
View profile  
 More options Jul 5 2012, 4:16 pm
Newsgroups: mozilla.support.seamonkey
From: Brooke Clarke <bro...@pacific.net>
Date: Thu, 05 Jul 2012 13:16:05 -0700
Local: Thurs, Jul 5 2012 4:16 pm
Subject: SM2.10.1 Composer Tables Not Indented
Hi:

It used to be that when a table was inserted it was positioned at the current tab, but now in 2.10.1 the table always is
at the left edge of the page.
How to fix that?

--
Have Fun,

Brooke Clarke
http://www.PRC68.com
http://www.end2partygovernment.com/2012Issues.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Gordon  
View profile  
 More options Jul 5 2012, 9:37 pm
Newsgroups: mozilla.support.seamonkey
From: Michael Gordon <mgordo...@roadrunner.com>
Date: Thu, 05 Jul 2012 18:37:12 -0700
Local: Thurs, Jul 5 2012 9:37 pm
Subject: Re: SM2.10.1 Composer Tables Not Indented

Brooke Clarke wrote:
> Hi:

> It used to be that when a table was inserted it was positioned at the
> current tab, but now in 2.10.1 the table always is at the left edge of
> the page.
> How to fix that?

Use CSS styles to position and size your tables and cells.

Michael G

--
Armadillo Web Development
www.armadilloweb.com

Cell: 903.244.3644

Opening your Door to Opportunity
and inviting the world to walk through.

Character is doing the right thing...
Even when no one is watching...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Beauregard T. Shagnasty  
View profile  
 More options Jul 5 2012, 10:24 pm
Newsgroups: mozilla.support.seamonkey
From: "Beauregard T. Shagnasty" <a.nony.m...@example.invalid>
Date: Thu, 05 Jul 2012 21:24:19 -0500
Local: Thurs, Jul 5 2012 10:24 pm
Subject: Re: SM2.10.1 Composer Tables Not Indented

Michael Gordon wrote:
> Brooke Clarke wrote:
>> It used to be that when a table was inserted it was positioned at the
>> current tab, but now in 2.10.1 the table always is at the left edge of
>> the page. How to fix that?

> Use CSS styles to position and size your tables and cells.

I'm not sure yet if Brooke means a) on the resultant web page, or b) in
the Composer source code window. I think we should try to determine that
before delving into CSS -- especially if Brooke is not familiar with it.

--
   -bts
   -This space for rent, but the price is high


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Gordon  
View profile  
 More options Jul 6 2012, 3:20 pm
Newsgroups: mozilla.support.seamonkey
From: Michael Gordon <mgordo...@roadrunner.com>
Date: Fri, 06 Jul 2012 12:20:52 -0700
Local: Fri, Jul 6 2012 3:20 pm
Subject: Re: SM2.10.1 Composer Tables Not Indented

Beauregard T. Shagnasty wrote:
> Michael Gordon wrote:

>> Brooke Clarke wrote:
>>> It used to be that when a table was inserted it was positioned at the
>>> current tab, but now in 2.10.1 the table always is at the left edge of
>>> the page. How to fix that?

>> Use CSS styles to position and size your tables and cells.

> I'm not sure yet if Brooke means a) on the resultant web page, or b) in
> the Composer source code window. I think we should try to determine that
> before delving into CSS -- especially if Brooke is not familiar with it.

Apparently Composer has had some modifications added to it's developing
of web page content that the rest of us are unaware of, changing the way
a table displays by default may be one.  This will not be the first time
a developer has made changes without notification.

Changing the way tables and related content display by default should be
IAW the W3C web standards.

If a table now displays (by default) on the left side of the page then
this could be changed using CSS positioning elements.

If Composer displays the table in the left side of his screen then it
will appear in the left side of the screen when viewed from the server.

Composer used to have the option of using HTML coding, or embedded CSS
Styles into the HTML elements.

Perhaps she could look at her Preferences for Composer and see how
composition is set?

Michael G

--
Armadillo Web Development
www.armadilloweb.com

Cell: 903.244.3644

Opening your Door to Opportunity
and inviting the world to walk through.

Character is doing the right thing...
Even when no one is watching...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Beauregard T. Shagnasty  
View profile  
 More options Jul 6 2012, 4:30 pm
Newsgroups: mozilla.support.seamonkey
From: "Beauregard T. Shagnasty" <a.nony.m...@example.invalid>
Date: Fri, 06 Jul 2012 15:30:31 -0500
Local: Fri, Jul 6 2012 4:30 pm
Subject: Re: SM2.10.1 Composer Tables Not Indented

W3C hasn't change how raw tables display since tables were invented.

> If a table now displays (by default) on the left side of the page then
> this could be changed using CSS positioning elements.

Of course.  table { margin-left: auto; margin-right-auto; } for example.

> If Composer displays the table in the left side of his screen then it
> will appear in the left side of the screen when viewed from the server.

> Composer used to have the option of using HTML coding, or embedded CSS
> Styles into the HTML elements.

> Perhaps she could look at her Preferences for Composer and see how
> composition is set?

You're also assuming Brooke (he/she) is talking about the display in the
resultant web page, in the browser. We still don't know if the reference
is to the web page, or in the Composer composition source code.

I still think we should confirm which is correct before recommending some
CSS to add.

Tables in a web page by default display at the left margin of their
containers. It's always been that way.

--
   -bts
   -This space for rent, but the price is high


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brooke Clarke  
View profile  
 More options Jul 6 2012, 4:47 pm
Newsgroups: mozilla.support.seamonkey
From: Brooke Clarke <bro...@pacific.net>
Date: Fri, 06 Jul 2012 13:47:29 -0700
Local: Fri, Jul 6 2012 4:47 pm
Subject: Re: SM2.10.1 Composer Tables Not Indented
Hi:

I turned off the Composer preference to use CSS and that's fixed the problem, THANKS.

Here is an example of a table that appears on the left margin of Composer and in the browser :
http://www.prc68.com/I/PTS160.html

and here is an example of a table that was inserted at the location of the cursor when it was inserted:
http://www.prc68.com/I/GRA71.shtml

Have Fun,

Mr. Brooke Clarke
http://www.PRC68.com
http://www.end2partygovernment.com/2012Issues.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Gordon  
View profile  
 More options Jul 6 2012, 5:57 pm
Newsgroups: mozilla.support.seamonkey
From: Michael Gordon <mgordo...@roadrunner.com>
Date: Fri, 06 Jul 2012 14:57:05 -0700
Local: Fri, Jul 6 2012 5:57 pm
Subject: Re: SM2.10.1 Composer Tables Not Indented

Brooke Clarke wrote:
> Hi:

> I turned off the Composer preference to use CSS and that's fixed the
> problem, THANKS.

Brooke,

You are very welcome.  Now you should be able to create web page
documents very much like in the old days of Netscape Composer.

If you would like to try something similar to composer, but updated to
recent web standards you might like to try, Kompozer, patterned after
the Netscape version, but heavily updated.  Konpozer:
http://www.kompozer.net/

Michael G

--
Armadillo Web Development
www.armadilloweb.com

Cell: 903.244.3644

Opening your Door to Opportunity
and inviting the world to walk through.

Character is doing the right thing...
Even when no one is watching...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
WLS  
View profile  
 More options Jul 6 2012, 7:39 pm
Newsgroups: mozilla.support.seamonkey
From: WLS <wls15...@REMOVEyahoo.com>
Date: Fri, 06 Jul 2012 19:39:00 -0400
Subject: Re: SM2.10.1 Composer Tables Not Indented
On 07/06/2012 05:57 PM, Michael Gordon wrote:

Last stable KompoZer version was released 2007-08-30, so I don't think
it is up to date with web standards.

Last stable BlueGriffon version based on Gecko, was released 2012-05-25,
and supports HTML5.

http://www.bluegriffon.org/

--
openSUSE 12.1 | KDE 4.8.4
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120619 Thunderbird/14.0


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »