in FRONTPAGE, when I edit a page directly on my computer , i can remove the height and width properties inside an img tag...
but when im directly on the web , even if i delete these properties (width and height) , i save the page, close it and when i re-open it , I can see that frontpage always rewrite the img dimensions without asking me to.
is there a way to prevent that without using [web component - advanced - html] wich is a pretty stupid thing because it makes frontpage **** a big chunck of code in front of all my images tags wich im have now way of beeing sure if they are beeing understood by all browsers.
I JUST DONT WANT ANY HEIGHT NOR WIDTH FOR MY IMG.
i know they awnser is use another software than frontpage , but where i work they can only use that to edit websites. and i have a lot of find & replace to do ....
plz help me
A good idea, in theory. A poor idea in practice, since HTML always requires massaging of some kind or another.
You would be MUCH (much) better off either using Dreamweaver. or downloading the Visual Studio Express Web Developer edition (which is free...it's basically the VS.Net HTML and ASP.Net authoring tool. I use it all the time at client sites so I don't have to install my full and licensed version of VS.Net to create webservices and whatnot. The HTML editor is decent).
Abandon Frontpage if you want to deal with your HTML. Later versions of it did supposedly allow you to prevent it from altering your HTML, but I mean if you have to TELL the tool NOT to alter your code, the tool suxxor (you should only tell the tool TO do it, if you want).
Trivia for you old nuts...where was frontpage acquired from and what was it originally called (surprise surprise it is not an original MS product).