Can I omit the race/starts data?

When publishing, is there a way to omit the lines of race data (Start: Finish: Time: Distance:) that appear above the individual race tables? I have a distance race (one race) with many starts and the multiple lines of race data that appear above the table has become cumbersome. I have looked at the template and style files, but I do not see a reference to this race data. I presume it all appears as part of the 'html.resultswiz'?

I could use the series summary table, but then I cannot include the extra columns of results data (finish, elapsed & corrected times, ave speed, BCR, etc.).

Thanks,
Kett Cummins

We edit that information out of the final published HTML files as we
don't think it is particularly pretty or helpful. We always include
start time and usually include course distance and sometimes also show
course, wind direction and windspeed (though we seldom show the latter
two as they generally are not very accurate). The "Start:" and
"Finishes:" items are pretty much redundant so we always remove those
(you can tell the order of starts by the start times and whether you are
using finish or elapsed times or finishing positions by looking at what
data is shown).

I don't believe there is any way to repress some, but not all, of those
items in Sailwave. That is a requested feature but hasn't yet been
implemented (if it ever will be). You can hide the entire row using CSS
styles (but then that hides the starting time as well, which folks
usually want to know).

Editing that line can make your results look cleaner and less cluttered:
http://results.calyachtclub.com/RaceResults/2013/laser_mww_race06.html

Art

PS - By the way, we've written a macro to automate the process of
"cleaning" the HTML files. That seems to me to be the way to go.

···

On 3/30/2013 3:31 PM, kett_cummins wrote:

When publishing, is there a way to omit the lines of race data (Start: Finish: Time: Distance:) that appear above the individual race tables? I have a distance race (one race) with many starts and the multiple lines of race data that appear above the table has become cumbersome. I have looked at the template and style files, but I do not see a reference to this race data. I presume it all appears as part of the 'html.resultswiz'?

I could use the series summary table, but then I cannot include the extra columns of results data (finish, elapsed & corrected times, ave speed, BCR, etc.).

Thanks,
Kett Cummins

------------------------------------

-!- http://www.yachtsandyachting.com/ -!- http://www.sailing.org/ -!- http://www.sailwave.com/ -!- On-Line Sailwave help...http://sailwave.com/help/HTML ~ Mark Townsend's Sailwave User Guide is available from http://www.abyc.org/upload/Sailwave_ABYC_User_Guide.pdf ~ Convert to daily digest of emails send blank email to sailwave-digest@yahoogroups.com ~ To unsubscribe from the SUG please send blank email to sailwave-unsubscribe@yahoogroups.com Yahoo! Groups Links

You led me in the right direction! There is a line in the style file for the captions which I changed to read as follows:
".caption {display: none;}" Bingo!

Thanks!
Kett

···

--- In sailwave@yahoogroups.com, Art Engel <artengel123@...> wrote:

We edit that information out of the final published HTML files as we
don't think it is particularly pretty or helpful. We always include
start time and usually include course distance and sometimes also show
course, wind direction and windspeed (though we seldom show the latter
two as they generally are not very accurate). The "Start:" and
"Finishes:" items are pretty much redundant so we always remove those
(you can tell the order of starts by the start times and whether you are
using finish or elapsed times or finishing positions by looking at what
data is shown).

I don't believe there is any way to repress some, but not all, of those
items in Sailwave. That is a requested feature but hasn't yet been
implemented (if it ever will be). You can hide the entire row using CSS
styles (but then that hides the starting time as well, which folks
usually want to know).

Editing that line can make your results look cleaner and less cluttered:
http://results.calyachtclub.com/RaceResults/2013/laser_mww_race06.html

Art

PS - By the way, we've written a macro to automate the process of
"cleaning" the HTML files. That seems to me to be the way to go.

On 3/30/2013 3:31 PM, kett_cummins wrote:
> When publishing, is there a way to omit the lines of race data (Start: Finish: Time: Distance:) that appear above the individual race tables? I have a distance race (one race) with many starts and the multiple lines of race data that appear above the table has become cumbersome. I have looked at the template and style files, but I do not see a reference to this race data. I presume it all appears as part of the 'html.resultswiz'?
>
> I could use the series summary table, but then I cannot include the extra columns of results data (finish, elapsed & corrected times, ave speed, BCR, etc.).
>
> Thanks,
> Kett Cummins
>
>
>
> ------------------------------------
>
> -!- http://www.yachtsandyachting.com/ -!- http://www.sailing.org/ -!- http://www.sailwave.com/ -!- On-Line Sailwave help...http://sailwave.com/help/HTML ~ Mark Townsend's Sailwave User Guide is available from http://www.abyc.org/upload/Sailwave_ABYC_User_Guide.pdf ~ Convert to daily digest of emails send blank email to sailwave-digest@yahoogroups.com ~ To unsubscribe from the SUG please send blank email to sailwave-unsubscribe@yahoogroups.com Yahoo! Groups Links
>
>
>
>

.racecaption {display:none;} is a bit safer - all captions have class caption, then additionally racecaption and summarycaption etc based on context.

···

Cheers,

Colin J

http://amazon.co.uk?tag=sailwave-21

On Sun, Mar 31, 2013 at 6:32 PM, kett_cummins kett@cumminsnola.com wrote:

You led me in the right direction! There is a line in the style file for the captions which I changed to read as follows:
“.caption {display: none;}” Bingo!

Thanks!
Kett

— In sailwave@yahoogroups.com, Art Engel <artengel123@…> wrote:

We edit that information out of the final published HTML files as we
don’t think it is particularly pretty or helpful. We always include
start time and usually include course distance and sometimes also show
course, wind direction and windspeed (though we seldom show the latter
two as they generally are not very accurate). The “Start:” and
“Finishes:” items are pretty much redundant so we always remove those
(you can tell the order of starts by the start times and whether you are
using finish or elapsed times or finishing positions by looking at what
data is shown).

I don’t believe there is any way to repress some, but not all, of those
items in Sailwave. That is a requested feature but hasn’t yet been
implemented (if it ever will be). You can hide the entire row using CSS
styles (but then that hides the starting time as well, which folks
usually want to know).

Editing that line can make your results look cleaner and less cluttered:
http://results.calyachtclub.com/RaceResults/2013/laser_mww_race06.html

Art

PS - By the way, we’ve written a macro to automate the process of
“cleaning” the HTML files. That seems to me to be the way to go.

On 3/30/2013 3:31 PM, kett_cummins wrote:

When publishing, is there a way to omit the lines of race data (Start: Finish: Time: Distance:) that appear above the individual race tables? I have a distance race (one race) with many starts and the multiple lines of race data that appear above the table has become cumbersome. I have looked at the template and style files, but I do not see a reference to this race data. I presume it all appears as part of the ‘html.resultswiz’?

I could use the series summary table, but then I cannot include the extra columns of results data (finish, elapsed & corrected times, ave speed, BCR, etc.).

Thanks,
Kett Cummins


-!- http://www.yachtsandyachting.com/ -!- http://www.sailing.org/ -!- http://www.sailwave.com/ -!- On-Line Sailwave help…http://sailwave.com/help/HTML ~ Mark Townsend’s Sailwave User Guide is available from http://www.abyc.org/upload/Sailwave_ABYC_User_Guide.pdf ~ Convert to daily digest of emails send blank email to sailwave-digest@yahoogroups.com ~ To unsubscribe from the SUG please send blank email to sailwave-unsubscribe@yahoogroups.com Yahoo! Groups Links

Thanks, Colin!

This may the question of someone who knows just enough to be dangerous, but is there a list of all the css classes/IDs for Sailwave? I seem to remember seeing such an animal at some point, but I could not find it just now.

Thanks,
Kett

···

--- In sailwave@yahoogroups.com, Colin Jenkins <colin@...> wrote:

.racecaption {display:none;} is a bit safer - all captions have class
caption, then additionally racecaption and summarycaption etc based on
context.

Cheers,
Colin J
http://amazon.co.uk?tag=sailwave-21 <http://amazon.co.uk/?tag=sailwave-21>

On Sun, Mar 31, 2013 at 6:32 PM, kett_cummins <kett@...> wrote:

> **
>
>
> You led me in the right direction! There is a line in the style file for
> the captions which I changed to read as follows:
> ".caption {display: none;}" Bingo!
>
> Thanks!
> Kett
>
> --- In sailwave@yahoogroups.com, Art Engel <artengel123@> wrote:
> >
> > We edit that information out of the final published HTML files as we
> > don't think it is particularly pretty or helpful. We always include
> > start time and usually include course distance and sometimes also show
> > course, wind direction and windspeed (though we seldom show the latter
> > two as they generally are not very accurate). The "Start:" and
> > "Finishes:" items are pretty much redundant so we always remove those
> > (you can tell the order of starts by the start times and whether you are
> > using finish or elapsed times or finishing positions by looking at what
> > data is shown).
> >
> > I don't believe there is any way to repress some, but not all, of those
> > items in Sailwave. That is a requested feature but hasn't yet been
> > implemented (if it ever will be). You can hide the entire row using CSS
> > styles (but then that hides the starting time as well, which folks
> > usually want to know).
> >
> > Editing that line can make your results look cleaner and less cluttered:
> > http://results.calyachtclub.com/RaceResults/2013/laser_mww_race06.html
> >
> > Art
> >
> > PS - By the way, we've written a macro to automate the process of
> > "cleaning" the HTML files. That seems to me to be the way to go.
> >
> >
> > On 3/30/2013 3:31 PM, kett_cummins wrote:
> > > When publishing, is there a way to omit the lines of race data (Start:
> Finish: Time: Distance:) that appear above the individual race tables? I
> have a distance race (one race) with many starts and the multiple lines of
> race data that appear above the table has become cumbersome. I have looked
> at the template and style files, but I do not see a reference to this race
> data. I presume it all appears as part of the 'html.resultswiz'?
> > >
> > > I could use the series summary table, but then I cannot include the
> extra columns of results data (finish, elapsed & corrected times, ave
> speed, BCR, etc.).
> > >
> > > Thanks,
> > > Kett Cummins
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > -!- http://www.yachtsandyachting.com/ -!- http://www.sailing.org/ -!-
> http://www.sailwave.com/ -!- On-Line Sailwave
> help...http://sailwave.com/help/HTML ~ Mark Townsend's Sailwave User
> Guide is available from
> http://www.abyc.org/upload/Sailwave_ABYC_User_Guide.pdf ~ Convert to
> daily digest of emails send blank email to sailwave-digest@yahoogroups.com~ To unsubscribe from the SUG please send blank email to
> sailwave-unsubscribe@yahoogroups.com Yahoo! Groups Links
> > >
> > >
> > >
> > >
> >
>
>
>

Some are listed in the publishing FAQs to do with adding classes to table cells, but the source generated is the backstop I’m afraid. If you include absolutely everything: race tables, prizes, codes, notes, etc you can find what CSS is used… Always modify using the most specific rule that applies to the bit you want to tweak.

···

Cheers,

Colin J

http://amazon.co.uk?tag=sailwave-21

On Tue, Apr 2, 2013 at 3:14 PM, kett_cummins kett@cumminsnola.com wrote:

Thanks, Colin!

This may the question of someone who knows just enough to be dangerous, but is there a list of all the css classes/IDs for Sailwave? I seem to remember seeing such an animal at some point, but I could not find it just now.

Thanks,
Kett

— In sailwave@yahoogroups.com, Colin Jenkins <colin@…> wrote:

.racecaption {display:none;} is a bit safer - all captions have class
caption, then additionally racecaption and summarycaption etc based on
context.

Cheers,
Colin J
http://amazon.co.uk?tag=sailwave-21 <http://amazon.co.uk/?tag=sailwave-21>

On Sun, Mar 31, 2013 at 6:32 PM, kett_cummins <kett@…> wrote:

**

You led me in the right direction! There is a line in the style file for
the captions which I changed to read as follows:
“.caption {display: none;}” Bingo!

Thanks!
Kett

— In sailwave@yahoogroups.com, Art Engel <artengel123@> wrote:

We edit that information out of the final published HTML files as we
don’t think it is particularly pretty or helpful. We always include
start time and usually include course distance and sometimes also show
course, wind direction and windspeed (though we seldom show the latter
two as they generally are not very accurate). The “Start:” and
“Finishes:” items are pretty much redundant so we always remove those
(you can tell the order of starts by the start times and whether you are
using finish or elapsed times or finishing positions by looking at what
data is shown).

I don’t believe there is any way to repress some, but not all, of those
items in Sailwave. That is a requested feature but hasn’t yet been
implemented (if it ever will be). You can hide the entire row using CSS
styles (but then that hides the starting time as well, which folks
usually want to know).

Editing that line can make your results look cleaner and less cluttered:
http://results.calyachtclub.com/RaceResults/2013/laser_mww_race06.html

Art

PS - By the way, we’ve written a macro to automate the process of
“cleaning” the HTML files. That seems to me to be the way to go.

On 3/30/2013 3:31 PM, kett_cummins wrote:

When publishing, is there a way to omit the lines of race data (Start:
Finish: Time: Distance:) that appear above the individual race tables? I
have a distance race (one race) with many starts and the multiple lines of
race data that appear above the table has become cumbersome. I have looked
at the template and style files, but I do not see a reference to this race
data. I presume it all appears as part of the ‘html.resultswiz’?

I could use the series summary table, but then I cannot include the
extra columns of results data (finish, elapsed & corrected times, ave
speed, BCR, etc.).

Thanks,
Kett Cummins


-!- http://www.yachtsandyachting.com/ -!- http://www.sailing.org/ -!-
http://www.sailwave.com/ -!- On-Line Sailwave
help…http://sailwave.com/help/HTML ~ Mark Townsend’s Sailwave User
Guide is available from
http://www.abyc.org/upload/Sailwave_ABYC_User_Guide.pdf ~ Convert to
daily digest of emails send blank email to sailwave-digest@yahoogroups.com~ To unsubscribe from the SUG please send blank email to
sailwave-unsubscribe@yahoogroups.com Yahoo! Groups Links