New to Sailwave issues Including Formatting cells

Being new to this product this is another of my issues, if you look at the following

http://glandoreyc.com/racingresults/sailwave/dgsail.htm

You will note that the column data is all Left Justified, where as when you look at the format of the data directly into Sailwave some of it is centred How do i change the formatting of columns in the published version please?

thx

In answer to your question by editing the styles in the style
sub-folder

···

On 29/04/2017 12:22, [sailwave] wrote:

ejwjohn@gmail.com

            Being new to this product this is another of my

issues, if you look at the following

http://glandoreyc.com/racingresults/sailwave/dgsail.htm

          You will note that  the column data is all Left

Justified, where as when you look at the format of the
data directly into Sailwave some of it is centred How do i
change the formatting of columns in the published version
please?

thx


Virus-free. www.avast.com

Sorry, do not understand, what styles in what Styles Sub Folder ?

John

OK, Further to my last brief response.

Ok did not realise that the styles are listed within the Program installation.

From what i can see i have to decide on the alignment for all columns. Not sure how you just choose certain cols to change ?

Thanks

John

I see this opportunity to “format” a column, but can’t for the life of me determine what the code should be to “right justify” the column… I tried this:

*

Inline image

Steve Dahlstrom

1700 Tower Pt #103

Coeur D Alene, ID 83814

509-981-8881

···

On Sunday, April 30, 2017, 7:28:24 AM PDT, ejwjohn@gmail.com [sailwave] sailwave@yahoogroups.com wrote:

Sorry, do not understand, what styles in what Styles Sub Folder ?

John

Hi Steve/John

I think you will find Steve’s idea works if you use a class and remember to put the * as *

Inline images 1

You might want to add some class’s to the the style you are using with a different margins

Sample output

Inline images 2

Jon

···

On 1 May 2017 at 04:06, Steve Dahlstrom sdahlstrom@ymail.com [sailwave] sailwave@yahoogroups.com wrote:

I see this opportunity to “format” a column, but can’t for the life of me determine what the code should be to “right justify” the column… I tried this:

*

Steve Dahlstrom

1700 Tower Pt #103

Coeur D Alene, ID 83814

509-981-8881

On Sunday, April 30, 2017, 7:28:24 AM PDT, ejwjohn@gmail.com [sailwave] sailwave@yahoogroups.com wrote:

Sorry, do not understand, what styles in what Styles Sub Folder ?

John

Jon Eskdale
07530 112233

Skype “eskdale”

Jon,

Before
i give my update:.

Is there any reason i cannot view the images in your response when i look directly at the Forum via my Chrome browser… ???

OK, back to the issue… and as an intro, i know very little about coding…

What i am trying to do is format
the published results table using a format that allows text cols like Helm and Boat name for example to be Left aligned and all cols that have
numbers ie Rank and race results to be Centre aligned…

With help from this Forum i have changed the Format to Centre Align, but that
does all cols in the table…

And i now know where to add a format for a col, but i am not able to understand what i need to put into those cols format field.

Thanks Again for the help.

Jon
Eskdale [sailwave] wrote:

···

jon@sailwave.com

Regards and Thank You

John Williams

UK Mobile +447748334000

SKYPE ejwffp

This e-mail has been scanned for viruses prior to transmission

The information contained in this
e-mail is confidential and may also be subject to legal privilege. It is intended only for the recipient or recipients named above. If you are
not named above as a recipient, you must not read, copy, disclose, forward or otherwise use the information contained in this email. If you
have received this e-mail in error, please notify the sender immediately by reply e-mail and delete the message and any attachments without retaining any copies.

So, I tried that suggested format codes and here is the output:

Inline image

I am wondering if the padding or column width needs to be adjusted somehow to allow proper alignment. It seems as thought the <p command might not be the proper solution? This is the “Chunky” template.

Steve Dahlstrom

Jon,

Before
i give my update:.

Is there any reason i cannot view the images in your response when i look directly at the Forum via my Chrome browser… ???

OK, back to the issue… and as an intro, i know very little about coding…

What i am trying to do is format
the published results table using a format that allows text cols like Helm and Boat name for example to be Left aligned and all cols that have
numbers ie Rank and race results to be Centre aligned…

With help from this Forum i have changed the Format to Centre Align, but that
does all cols in the table…

And i now know where to add a format for a col, but i am not able to understand what i need to put into those cols format field.

Thanks Again for the help.

Jon

Hi Steve/John

I think you will find Steve’s idea works if you use a class and remember to put the * as *

Inline images 1

You might want to
add some class’s to the the style you are using with a different margins

Sample output

Inline images 2

Jon

Jon Eskdale
07530 112233

Skype
“eskdale”

I see this opportunity to “format” a column, but can’t for the life of me determine
what the code should be to “right justify” the column… I tried this:

*

Inline image

Steve Dahlstrom

1700
Tower Pt #103

Coeur
D Alene, ID 83814

509-981-8881

Sorry, do not understand, what styles in what Styles Sub Folder
?

John

Regards and Thank You

John Williams

UK Mobile +447748334000

SKYPE ejwffp

This e-mail has been scanned for viruses prior to transmission

The information contained in this
e-mail is confidential and may also be subject to legal privilege. It is intended only for the recipient or recipients named above. If you are
not named above as a recipient, you must not read, copy, disclose, forward or otherwise use the information contained in this email. If you
have received this e-mail in error, please notify the sender immediately by reply e-mail and delete the message and any attachments without retaining any copies.

···

On Monday, May 1, 2017, 3:36:32 AM PDT, John Williams ejwjohn@gmail.com [sailwave] sailwave@yahoogroups.com wrote:
Eskdale jon@sailwave.com [sailwave] wrote:

On 1 May 2017 at 04:06, Steve Dahlstrom sdahlstrom@ymail.com > [sailwave] sailwave@yahoogroups.com > wrote:

On Sunday, April 30, 2017, 7:28:24 AM PDT, ejwjohn@gmail.com > > [sailwave] <sailwave@yahoogroups.com > > > wrote:

Hi Steve - That is because of the margin statements in the hardright class

So for demo purposes I’ll modify the Default Style (Default.htm in the Styles directory)

This then starts

body {font: 80% arial, helvetica, sans-serif; text-align: center;}

.hardleft {text-align: left; float: left; margin: 15px 0 15px 25px;}

.hardright {text-align: right; float: right; margin: 15px 25px 15px 0;}

.textright {text-align: right; float: right;}

So you can see I’ve added the line .textright {text-align: right; float: right;}

This has no margin- then in the Class column format

Inline images 1

I’ve set it to use textright

I then get

Inline images 2

Which I believe what is wanted - just remember if you you are going to use the textright class you need to add it to the style you are using for publication

Jon

···

On 1 May 2017 at 15:10, Steve Dahlstrom sdahlstrom@ymail.com [sailwave] sailwave@yahoogroups.com wrote:

So, I tried that suggested format codes and here is the output:

I am wondering if the padding or column width needs to be adjusted somehow to allow proper alignment. It seems as thought the <p command might not be the proper solution? This is the “Chunky” template.

Steve Dahlstrom

On Monday, May 1, 2017, 3:36:32 AM PDT, John Williams ejwjohn@gmail.com [sailwave] sailwave@yahoogroups.com wrote:

Jon,

Before
i give my update:.

Is there any reason i cannot view the images in your response when i look directly at the Forum via my Chrome browser… ???

OK, back to the issue… and as an intro, i know very little about coding…

What i am trying to do is format
the published results table using a format that allows text cols like Helm and Boat name for example to be Left aligned and all cols that have
numbers ie Rank and race results to be Centre aligned…

With help from this Forum i have changed the Format to Centre Align, but that
does all cols in the table…

And i now know where to add a format for a col, but i am not able to understand what i need to put into those cols format field.

Thanks Again for the help.

Jon
Eskdale jon@sailwave.com [sailwave] wrote:

Hi Steve/John

I think you will find Steve’s idea works if you use a class and remember to put the * as *

You might want to
add some class’s to the the style you are using with a different margins

Sample output

Jon

Jon Eskdale
07530 112233

Skype
“eskdale”

On 1 May 2017 at 04:06, Steve Dahlstrom sdahlstrom@ymail.com
[sailwave] sailwave@yahoogroups.com
wrote:

I see this opportunity to “format” a column, but can’t for the life of me determine
what the code should be to “right justify” the column… I tried this:

*

Steve Dahlstrom

1700
Tower Pt #103

Coeur
D Alene, ID 83814

509-981-8881

On Sunday, April 30, 2017, 7:28:24 AM PDT, ejwjohn@gmail.com
[sailwave] <sailwave@yahoogroups.com >
wrote:

Sorry, do not understand, what styles in what Styles Sub Folder
?

John

Regards and Thank You

John Williams

UK Mobile +447748334000

SKYPE ejwffp

This e-mail has been scanned for viruses prior to transmission

The information contained in this
e-mail is confidential and may also be subject to legal privilege. It is intended only for the recipient or recipients named above. If you are
not named above as a recipient, you must not read, copy, disclose, forward or otherwise use the information contained in this email. If you
have received this e-mail in error, please notify the sender immediately by reply e-mail and delete the message and any attachments without retaining any copies.

Jon Eskdale
07530 112233

Skype “eskdale”

Your example creates an extra alignment problem with the values in the sailno column being slightly higher. I goal would be a single line of the same height.

···

I can skype

Sent from my iPhone

On May 1, 2017, at 7:32 AM, Jon Eskdale jon@sailwave.com [sailwave] sailwave@yahoogroups.com wrote:

Hi Steve - That is because of the margin statements in the hardright class

So for demo purposes I’ll modify the Default Style (Default.htm in the Styles directory)

This then starts

body {font: 80% arial, helvetica, sans-serif; text-align: center;}

.hardleft {text-align: left; float: left; margin: 15px 0 15px 25px;}

.hardright {text-align: right; float: right; margin: 15px 25px 15px 0;}

.textright {text-align: right; float: right;}

So you can see I’ve added the line .textright {text-align: right; float: right;}

This has no margin- then in the Class column format

<image.png>

I’ve set it to use textright

I then get

<image.png>

Which I believe what is wanted - just remember if you you are going to use the textright class you need to add it to the style you are using for publication

Jon

Jon Eskdale
07530 112233

Skype “eskdale”

On 1 May 2017 at 15:10, Steve Dahlstrom sdahlstrom@ymail.com [sailwave] sailwave@yahoogroups.com wrote:

So, I tried that suggested format codes and here is the output:

I am wondering if the padding or column width needs to be adjusted somehow to allow proper alignment. It seems as thought the <p command might not be the proper solution? This is the “Chunky” template.

Steve Dahlstrom

On Monday, May 1, 2017, 3:36:32 AM PDT, John Williams ejwjohn@gmail.com [sailwave] sailwave@yahoogroups.com wrote:

Jon,

Before
i give my update:.

Is there any reason i cannot view the images in your response when i look directly at the Forum via my Chrome browser… ???

OK, back to the issue… and as an intro, i know very little about coding…

What i am trying to do is format
the published results table using a format that allows text cols like Helm and Boat name for example to be Left aligned and all cols that have
numbers ie Rank and race results to be Centre aligned…

With help from this Forum i have changed the Format to Centre Align, but that
does all cols in the table…

And i now know where to add a format for a col, but i am not able to understand what i need to put into those cols format field.

Thanks Again for the help.

Jon
Eskdale jon@sailwave.com [sailwave] wrote:

Hi Steve/John

I think you will find Steve’s idea works if you use a class and remember to put the * as *

<image.png>

You might want to
add some class’s to the the style you are using with a different margins

Sample output

Jon

Jon Eskdale
07530 112233

Skype
“eskdale”

On 1 May 2017 at 04:06, Steve Dahlstrom sdahlstrom@ymail.com
[sailwave] sailwave@yahoogroups.com
wrote:

I see this opportunity to “format” a column, but can’t for the life of me determine
what the code should be to “right justify” the column… I tried this:

*

Steve Dahlstrom

1700
Tower Pt #103

Coeur
D Alene, ID 83814

509-981-8881

On Sunday, April 30, 2017, 7:28:24 AM PDT, ejwjohn@gmail.com
[sailwave] <sailwave@yahoogroups.com >
wrote:

Sorry, do not understand, what styles in what Styles Sub Folder
?

John

Regards and Thank You

John Williams

UK Mobile +447748334000

SKYPE ejwffp

This e-mail has been scanned for viruses prior to transmission

The information contained in this
e-mail is confidential and may also be subject to legal privilege. It is intended only for the recipient or recipients named above. If you are
not named above as a recipient, you must not read, copy, disclose, forward or otherwise use the information contained in this email. If you
have received this e-mail in error, please notify the sender immediately by reply e-mail and delete the message and any attachments without retaining any copies.

Hi Steve - yes you are correct try using a instead of p

*

Regards Jon

···

On 1 May 2017 at 15:42, Steve Dahlstrom sdahlstrom@ymail.com [sailwave] sailwave@yahoogroups.com wrote:

Your example creates an extra alignment problem with the values in the sailno column being slightly higher. I goal would be a single line of the same height.

I can skype

Sent from my iPhone

On May 1, 2017, at 7:32 AM, Jon Eskdale jon@sailwave.com [sailwave] sailwave@yahoogroups.com wrote:

Hi Steve - That is because of the margin statements in the hardright class

So for demo purposes I’ll modify the Default Style (Default.htm in the Styles directory)

This then starts

body {font: 80% arial, helvetica, sans-serif; text-align: center;}

.hardleft {text-align: left; float: left; margin: 15px 0 15px 25px;}

.hardright {text-align: right; float: right; margin: 15px 25px 15px 0;}

.textright {text-align: right; float: right;}

So you can see I’ve added the line .textright {text-align: right; float: right;}

This has no margin- then in the Class column format

<image.png>

I’ve set it to use textright

I then get

<image.png>

Which I believe what is wanted - just remember if you you are going to use the textright class you need to add it to the style you are using for publication

Jon

Jon Eskdale
07530 112233

Skype “eskdale”

Jon Eskdale
07530 112233

Skype “eskdale”

On 1 May 2017 at 15:10, Steve Dahlstrom sdahlstrom@ymail.com [sailwave] sailwave@yahoogroups.com wrote:

So, I tried that suggested format codes and here is the output:

I am wondering if the padding or column width needs to be adjusted somehow to allow proper alignment. It seems as thought the <p command might not be the proper solution? This is the “Chunky” template.

Steve Dahlstrom

On Monday, May 1, 2017, 3:36:32 AM PDT, John Williams ejwjohn@gmail.com [sailwave] sailwave@yahoogroups.com wrote:

Jon,

Before
i give my update:.

Is there any reason i cannot view the images in your response when i look directly at the Forum via my Chrome browser… ???

OK, back to the issue… and as an intro, i know very little about coding…

What i am trying to do is format
the published results table using a format that allows text cols like Helm and Boat name for example to be Left aligned and all cols that have
numbers ie Rank and race results to be Centre aligned…

With help from this Forum i have changed the Format to Centre Align, but that
does all cols in the table…

And i now know where to add a format for a col, but i am not able to understand what i need to put into those cols format field.

Thanks Again for the help.

Jon
Eskdale jon@sailwave.com [sailwave] wrote:

Hi Steve/John

I think you will find Steve’s idea works if you use a class and remember to put the * as *

<image.png>

You might want to
add some class’s to the the style you are using with a different margins

Sample output

Jon

Jon Eskdale
07530 112233

Skype
“eskdale”

On 1 May 2017 at 04:06, Steve Dahlstrom sdahlstrom@ymail.com
[sailwave] sailwave@yahoogroups.com
wrote:

I see this opportunity to “format” a column, but can’t for the life of me determine
what the code should be to “right justify” the column… I tried this:

*

Steve Dahlstrom

1700
Tower Pt #103

Coeur
D Alene, ID 83814

509-981-8881

On Sunday, April 30, 2017, 7:28:24 AM PDT, ejwjohn@gmail.com
[sailwave] <sailwave@yahoogroups.com >
wrote:

Sorry, do not understand, what styles in what Styles Sub Folder
?

John

Regards and Thank You

John Williams

UK Mobile +447748334000

SKYPE ejwffp

This e-mail has been scanned for viruses prior to transmission

The information contained in this
e-mail is confidential and may also be subject to legal privilege. It is intended only for the recipient or recipients named above. If you are
not named above as a recipient, you must not read, copy, disclose, forward or otherwise use the information contained in this email. If you
have received this e-mail in error, please notify the sender immediately by reply e-mail and delete the message and any attachments without retaining any copies.

Hi John,

First the reason you can’t see the images in the postings is for some reason the Yahoo groups forum software strips inline images out of the postings. But it does include them when they are forwarded to you as an email so as long as you have subscribed to the emails then you will get them. It is annoying I agree but that is the Yahoo forum software. I could restrain from adding images but that I think is even worse.

Hopefully you have a solution now from the above postings. If you need any help please let us know.

Jon

···

On 1 May 2017 at 15:53, Jon Eskdale jon@sailwave.com [sailwave] sailwave@yahoogroups.com wrote:

Hi Steve - yes you are correct try using a instead of p

*

Regards Jon

Jon Eskdale
07530 112233

Skype “eskdale”

Jon Eskdale
07530 112233

Skype “eskdale”

On 1 May 2017 at 15:42, Steve Dahlstrom sdahlstrom@ymail.com [sailwave] sailwave@yahoogroups.com wrote:

Your example creates an extra alignment problem with the values in the sailno column being slightly higher. I goal would be a single line of the same height.

I can skype

Sent from my iPhone

On May 1, 2017, at 7:32 AM, Jon Eskdale jon@sailwave.com [sailwave] sailwave@yahoogroups.com wrote:

Hi Steve - That is because of the margin statements in the hardright class

So for demo purposes I’ll modify the Default Style (Default.htm in the Styles directory)

This then starts

body {font: 80% arial, helvetica, sans-serif; text-align: center;}

.hardleft {text-align: left; float: left; margin: 15px 0 15px 25px;}

.hardright {text-align: right; float: right; margin: 15px 25px 15px 0;}

.textright {text-align: right; float: right;}

So you can see I’ve added the line .textright {text-align: right; float: right;}

This has no margin- then in the Class column format

<image.png>

I’ve set it to use textright

I then get

<image.png>

Which I believe what is wanted - just remember if you you are going to use the textright class you need to add it to the style you are using for publication

Jon

Jon Eskdale
07530 112233

Skype “eskdale”

On 1 May 2017 at 15:10, Steve Dahlstrom sdahlstrom@ymail.com [sailwave] sailwave@yahoogroups.com wrote:

So, I tried that suggested format codes and here is the output:

I am wondering if the padding or column width needs to be adjusted somehow to allow proper alignment. It seems as thought the <p command might not be the proper solution? This is the “Chunky” template.

Steve Dahlstrom

On Monday, May 1, 2017, 3:36:32 AM PDT, John Williams ejwjohn@gmail.com [sailwave] sailwave@yahoogroups.com wrote:

Jon,

Before
i give my update:.

Is there any reason i cannot view the images in your response when i look directly at the Forum via my Chrome browser… ???

OK, back to the issue… and as an intro, i know very little about coding…

What i am trying to do is format
the published results table using a format that allows text cols like Helm and Boat name for example to be Left aligned and all cols that have
numbers ie Rank and race results to be Centre aligned…

With help from this Forum i have changed the Format to Centre Align, but that
does all cols in the table…

And i now know where to add a format for a col, but i am not able to understand what i need to put into those cols format field.

Thanks Again for the help.

Jon
Eskdale jon@sailwave.com [sailwave] wrote:

I think you will find Steve’s idea works if you use a class and remember to put the * as *

Hi Steve/John
<image.png>

You might want to
add some class’s to the the style you are using with a different margins

Sample output

Jon

Jon Eskdale
07530 112233

Skype
“eskdale”

On 1 May 2017 at 04:06, Steve Dahlstrom sdahlstrom@ymail.com
[sailwave] sailwave@yahoogroups.com
wrote:

I see this opportunity to “format” a column, but can’t for the life of me determine
what the code should be to “right justify” the column… I tried this:

*

Steve Dahlstrom

1700
Tower Pt #103

Coeur
D Alene, ID 83814

509-981-8881

On Sunday, April 30, 2017, 7:28:24 AM PDT, ejwjohn@gmail.com
[sailwave] <sailwave@yahoogroups.com >
wrote:

Sorry, do not understand, what styles in what Styles Sub Folder
?

John

Regards and Thank You

John Williams

UK Mobile +447748334000

SKYPE ejwffp

This e-mail has been scanned for viruses prior to transmission

The information contained in this
e-mail is confidential and may also be subject to legal privilege. It is intended only for the recipient or recipients named above. If you are
not named above as a recipient, you must not read, copy, disclose, forward or otherwise use the information contained in this email. If you
have received this e-mail in error, please notify the sender immediately by reply e-mail and delete the message and any attachments without retaining any copies.

Jon,

Thanks
for the "heads Up " on the Yahoo Forum limitations.

As for my issues with formatting, not i am not that great at coding issues

thx

John

Jon
Eskdale [sailwave] wrote:

···

jon@sailwave.com

Regards and Thank You

John Williams

UK Mobile +447748334000

SKYPE ejwffp

This e-mail has been scanned for viruses prior to transmission

The information contained in this
e-mail is confidential and may also be subject to legal privilege. It is intended only for the recipient or recipients named above. If you are
not named above as a recipient, you must not read, copy, disclose, forward or otherwise use the information contained in this email. If you
have received this e-mail in error, please notify the sender immediately by reply e-mail and delete the message and any attachments without retaining any copies.

Hi John - OK, you said you have managed to switch all the columns to centred.
So if you have done that and you want to switch some to left justified you could

add
* as a format instruction for those that you want to be left justified

Inline images 1

Then when you publish you select a style

Inline images 3

Each style has a corresponding file in the Styles directory (A subdirectory of the program files (x86)\Sailwave directory. This is just a text file with CSS

Edit this file with a text editor such as notepad to add the textleft and textright coding to the style file as below

body {font: 80% arial, helvetica, sans-serif; text-align: center;}

.hardleft {text-align: left; float: left; margin: 15px 0 15px 25px;}

.hardright {text-align: right; float: right; margin: 15px 25px 15px 0;}

.textright {text-align: right; float: right;}

.textleft {text-align: left; float: left;}

so we have added 2 lines to this file

That is it.

At first sight it may seem complicated but it isn’t really and you only have to do it the once.

You only ever edit the styles once, and once you have created your series file with the columns modified as you require you can just save this and reuse for each series. Of course you don’t have to do any of this if you just accept the default layout.

Jon

···

On 1 May 2017 at 16:56, John Williams ejwjohn@gmail.com [sailwave] sailwave@yahoogroups.com wrote:

Jon,

Thanks
for the "heads Up " on the Yahoo Forum limitations.

As for my issues with formatting, not i am not that great at coding issues

thx

John

Jon
Eskdale jon@sailwave.com [sailwave] wrote:

Hi John,

First the reason you can’t see the images in the postings is for some reason the Yahoo groups
forum software strips inline images out of the postings. But it does include them when they are forwarded to you as an email so as long as you have subscribed to the emails then you will get them. It is annoying I agree but that is the Yahoo forum software. I could restrain
from adding images but that I think is even worse.

Hopefully you have a solution now from the above postings. If you need any help please let us know.

Jon

Regards and Thank You

John Williams

UK Mobile +447748334000

SKYPE ejwffp

This e-mail has been scanned for viruses prior to transmission

The information contained in this
e-mail is confidential and may also be subject to legal privilege. It is intended only for the recipient or recipients named above. If you are
not named above as a recipient, you must not read, copy, disclose, forward or otherwise use the information contained in this email. If you
have received this e-mail in error, please notify the sender immediately by reply e-mail and delete the message and any attachments without retaining any copies.

Jon Eskdale
07530 112233

Skype “eskdale”

Jon Eskdale
07530 112233

Skype
“eskdale”

On 1 May 2017 at 15:53, Jon Eskdale jon@sailwave.com
[sailwave] sailwave@yahoogroups.com
wrote:

Hi Steve - yes you are correct try using a instead of p

*

Regards
Jon

Jon Eskdale
07530 112233

Skype “eskdale”

On 1 May 2017 at 15:42, Steve Dahlstrom sdahlstrom@ymail.com [sailwave] sailwave@yahoogroups.com wrote:

Your example creates an extra alignment problem with the values in the sailno column being slightly higher. I goal would be a single line of the same height.

I can skype

Sent from my iPhone

On May
1, 2017, at 7:32 AM, Jon Eskdale jon@sailwave.com
[sailwave] <sailwave@yahoogroups.com >
wrote:

Hi Steve - That is because of the margin statements in the hardright class

So for demo purposes I’ll modify the Default Style (Default.htm in the Styles directory)

This then starts

body {font: 80% arial, helvetica, sans-serif; text-align: center;}

.hardleft
{text-align: left; float: left; margin: 15px 0 15px 25px;}

.hardright
{text-align: right; float: right; margin: 15px 25px 15px 0;}

.textright
{text-align: right; float: right;}

So
you can see I’ve added the line .textright {text-align: right; float: right;}

This has no margin- then in the Class column format

<image.png>

I’ve
set it to use textright

I then get

<image.png>

Which I believe what is wanted - just remember if you you are going to use the textright class you need to add
it to the style you are using for publication

Jon

Jon Eskdale
07530 112233

Skype “eskdale”

On 1 May 2017 at 15:10, Steve Dahlstrom sdahlstrom@ymail.com
[sailwave] sailwave@yahoogroups.com
wrote:

So,
I tried that suggested format codes and here is the output:

I
am wondering if the padding or column width needs to be adjusted somehow to allow proper alignment. It seems as thought the <p command
might not be the proper solution? This is the “Chunky” template.

Steve Dahlstrom

On Monday, May 1, 2017, 3:36:32 AM PDT, John Williams ejwjohn@gmail.com [sailwave] sailwave@yahoogroups.com wrote:

Jon,

Before
i give my update:.

Is there any reason
i cannot view the images in your response when i look directly at the Forum via my Chrome browser… ???

OK, back to the issue… and as an intro, i know very little about coding…

What i am trying to do is format
the published results table using a format that allows text cols like Helm and Boat name for example to be Left aligned and all cols that have
numbers ie Rank and race results to be Centre aligned…

With help from this Forum i have changed the Format to Centre Align, but that
does all cols in the table…

And i now
know where to add a format for a col, but i am not able to understand what i need to put into those cols format field.

Thanks Again for the help.

Jon
Eskdale jon@sailwave.com
[sailwave] wrote:

I think you will find Steve’s idea works if you use a class and remember to put the * as *

Hi Steve/John
<image.png>

You might want to
add some class’s to the the style you are using with a different margins

Sample output

Jon

Jon Eskdale
07530 112233

Skype
“eskdale”

On
1 May 2017 at 04:06, Steve Dahlstrom sdahlstrom@ymail.com
[sailwave] sailwave@yahoogroups.com
wrote:

I see this opportunity to “format” a column, but can’t for the life of me determine
what the code should be to “right justify” the column… I tried this:

*

Steve Dahlstrom

1700
Tower Pt #103

Coeur
D Alene, ID 83814

509-981-8881

On
Sunday, April 30, 2017, 7:28:24 AM PDT, ejwjohn@gmail.com

[sailwave] <sailwave@yahoogroups.com

wrote:

Sorry, do not understand, what styles in what Styles Sub Folder
?

John

Regards and Thank You

John Williams

UK Mobile +447748334000

SKYPE ejwffp

This e-mail has been scanned for viruses prior to transmission

The information contained in this
e-mail is confidential and may also be subject to legal privilege. It is intended only for the recipient or recipients named above. If you are
not named above as a recipient, you must not read, copy, disclose, forward or otherwise use the information contained in this email. If you
have received this e-mail in error, please notify the sender immediately by reply e-mail and delete the message and any attachments without retaining any copies.