Image size tags seem to be automatically added

R

rayc

For an IMG tag, I remove the width and height tags, but somehow they are
automatically added. The values are correct in that they are the same as the
actual .jpg file width and hiegth. Does Frontpage client, FP Extensions, do
this or the server. It shouldn't matter, but I have a web designer
complaining that his HTML has been altered. His original HTML did not have
size tags and when published to a FP site they do have them and is concerned
about who changed the code.
 
R

Rob Giordano \(Crash\)

Having the size tags there helps the browser load the images more quickly,
why does he want the remove them.
FP does add them if they are not there.



| For an IMG tag, I remove the width and height tags, but somehow they are
| automatically added. The values are correct in that they are the same as
the
| actual .jpg file width and hiegth. Does Frontpage client, FP Extensions,
do
| this or the server. It shouldn't matter, but I have a web designer
| complaining that his HTML has been altered. His original HTML did not have
| size tags and when published to a FP site they do have them and is
concerned
| about who changed the code.
|
|
 
R

rayc

He's a MAC user an MS hater. So He needs to complain about anthing he can
find. What happened is he uploaded via FTP a new image that was different
size that the old one and it didn't render properly in Firefox, but it did
in IE.

Apparently Firefox enforces the size tags but IE allows the actual image
size to override the tags.

Thanks for your response. Is it the FP client that addes the tags ot the FP
server extensions?
 
S

Stefan B Rusynko

Use of the image size attribute is recommended
But to prevent FP from adding them Wrap image tag in custom html tags and FP will leave it alone

<!--webbot bot="HTMLMarkup" startspan -->
<img src="picname.ext">
<!--webbot bot="HTMLMarkup" endspan -->


_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| He's a MAC user an MS hater. So He needs to complain about anthing he can
| find. What happened is he uploaded via FTP a new image that was different
| size that the old one and it didn't render properly in Firefox, but it did
| in IE.
|
| Apparently Firefox enforces the size tags but IE allows the actual image
| size to override the tags.
|
| Thanks for your response. Is it the FP client that addes the tags ot the FP
| server extensions?
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top