NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jkunes on April 07, 2009, 10:07:15 AM

Title: VCR buttons
Post by: jkunes on April 07, 2009, 10:07:15 AM
How can I have simple VCR buttons without text below my browses instead of the large Next, Prev, First, and Last buttons?  Just removing the text leaves a large button with a small image.  How can I make the buttons smaller?

Thanks.
Title: Re: VCR buttons
Post by: Poul on April 07, 2009, 11:01:30 AM
for a server wide setting look at the advanced settings -> buttons in your webserver. You can set the class, image etc. setting the class to 'SmallButton'
will likely do the trick.

I selectively override each button in the procedure setup embed for each browse with something like:

  p_web.site.NextButton.textValue = ''
  p_web.site.NextButton.Class = 'SmallButton'

though i use custom classes. images etc
Title: Re: VCR buttons
Post by: jkunes on April 10, 2009, 10:41:32 AM
Thanks, Poul, that did the trick!  I knew there had to be an easy way.

One little side problem.  On my office computer, on just one of my browses when it first opens, the VCR buttons are there but they are very small and squashed together, with no images.  As soon as I click on one of them, they instantly jump to the proper size and position and the images appear.  I do not see this same behavior on my laptop, however.  All is proper on that computer.  I am using IE6 on both.

Thanks again,
Jill