MS Front Page.. Can you edit the raw HTML and then put it back in front page?

  • Thread starter Thread starter Bex
  • Start date Start date
B

Bex

Guest
I am a web developer.. so have never touched MS Front Page, but I have a friend who's created a website in it and their layout has completely screwed up so I said I'd sort it for them.. problem is they need to keep editing it in front page but I was going to edit the HTML directly in Visual Studio or Dream Weaver..
Will I be able to do this and then put it back in a front page format so they can continue editing it?
 
Well there's no Dreamweaver format or Frontpage format. Almost every web page uses one standard format: HTML. Exceptions maybe for those Engine files such as PHP or ASP. But the primary language is still in HTML so you can edit universally.

Microsoft is known to create its own standards in web, though. I always put extra care when editing Frontpage -> Dreamweaver HTML files. Look for those unnecessary mso tags that just slows up your pageload.
 
Back
Top