M
mrgolfnut66
I posted this on the general page and haven't been able to solve it.
Perhaps here.
I have a web site that has a slideshow which I used front page to edit from a
allwebco template. It has a slideshow and some of the pics are "squished" I
read that frontpage does this and there is a glitch. I tried to edit the size
of the pic in HTML but it keeps putting it back the same way. I tried the
following fix with same results.
Squished Slideshow Picture Problems
--------------------------------------------------------------------------------
Gallery thumbnails, pop-ups and slideshow pictures can get squished if the
picture is a portrait type. Here are some suggestions for solving these
problems.
Squished slideshow pictures:
The slideshow originally included in all templates prevents pictures from
being squished by not having a width and height defined, however, certain
HTML editors will add code that can squish the pictures. To solve the
problem, open the slideshow.htm in Notepad or a text editor and do a search
for name="show". The code shown below is all that should be on that line in
the slideshow.htm. There should be no "length=" or "width=". If you are
getting squished pictures just make your code match.
<img src="gallery/Fgallery1-1.jpg" name="show"><br>
Fixing this with Frontpage:
Frontpage has a glitch that adds sizes to your slideshow.htm. Here are two
solutions. The first solution was sent in by one of our template users:
Solution #1. Choose "Insert" on the main toolbar, then choose "Web
Component", "Advanced Controls", "HTML". This allows you to insert HTML code
that FrontPage will ignore. It encloses the code as follows:
<!--webbot bot="HTMLMarkup" startspan --> INSERTED CODE TO IGNORE HERE
<!--webbot bot="HTMLMarkup" endspan -->
The work around doesn't work. Does anybody have a solution for this.
Perhaps here.
I have a web site that has a slideshow which I used front page to edit from a
allwebco template. It has a slideshow and some of the pics are "squished" I
read that frontpage does this and there is a glitch. I tried to edit the size
of the pic in HTML but it keeps putting it back the same way. I tried the
following fix with same results.
Squished Slideshow Picture Problems
--------------------------------------------------------------------------------
Gallery thumbnails, pop-ups and slideshow pictures can get squished if the
picture is a portrait type. Here are some suggestions for solving these
problems.
Squished slideshow pictures:
The slideshow originally included in all templates prevents pictures from
being squished by not having a width and height defined, however, certain
HTML editors will add code that can squish the pictures. To solve the
problem, open the slideshow.htm in Notepad or a text editor and do a search
for name="show". The code shown below is all that should be on that line in
the slideshow.htm. There should be no "length=" or "width=". If you are
getting squished pictures just make your code match.
<img src="gallery/Fgallery1-1.jpg" name="show"><br>
Fixing this with Frontpage:
Frontpage has a glitch that adds sizes to your slideshow.htm. Here are two
solutions. The first solution was sent in by one of our template users:
Solution #1. Choose "Insert" on the main toolbar, then choose "Web
Component", "Advanced Controls", "HTML". This allows you to insert HTML code
that FrontPage will ignore. It encloses the code as follows:
<!--webbot bot="HTMLMarkup" startspan --> INSERTED CODE TO IGNORE HERE
<!--webbot bot="HTMLMarkup" endspan -->
The work around doesn't work. Does anybody have a solution for this.