Computer problems,Computer help
*AX SOFT>>>Programming & Design

Front Page Vs CSS?


Is there any way to stop FrontPage from overriding our defined style sheets?

We have html pages with css but some users update the pages using FrontPage which then helpfully adds a whole load of unnecessary markup

e.g. <p class="MsoNormal"><span style="font-family:Verdana">

The first guy is right...I used FrontPage years ago, and I will never use it again because Microsoft has no idea what they're doing when it comes to web design software! There is no way to guarantee that FrontPage won't override your defined style sheets at least some of the time...

Dreamweaver is the best -- if you can't afford that, then just use Notepad -- you'll learn how to manually code your pages better, a skill you'll need even if you have Dreamweaver especially if you ever get a job using it.

Yeah, I hate FrontPage, it sucks. I haven't used it in years but I think there is a setting in there to keep it from over-writing your code. It's in the Properties somewhere.

Use Dreamweaver or just a good text editor instead.

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • How can I know a link has Virus/Trojan or not?

    Try Using "Mcafee Site Advisor" for checking virus in links.

    ...
  • How can I make an image that contains HTML?

    Two options, either split/slice the image into different sections (with adobe imageready if you have it) or manually, and assign a link to each of the individual images created and reassemble them ...

  • Anybody ever click on a website and see nothing but Question marks?????????? Like literally what I just typed?

    Yes, depending on your browser, it may replace unknown characters with questionmarks. Either they did not specify the correct character set in the header of the HTML or you do not have the proper c...

  • What is a README file?

    The teacher who asked you to do this home work needs clear instructions on how your program needs to be executed. These instructions u need to write on the Readme file. Thats what the teacher meant...

  • What computer language is used with a PLC on an assembly line?

    Programmable logic controllers can be programmed using different development platforms. One common development platform is called relay ladder logic (RRL). Ladder logic is a programming language ba...

  • What's the code you'd use in a simplified division function?

    div(x,y) say you wanted to do x / y for example 9 / 2 int result = 0; while(x > y){ x = x - y; ++result; }; int remainder = x; that would work like: while 9 > 2 ...

  • C++ help! why a number 1 keeps on popping up in my priming read?

    cout << "Enter region: " << regions; because of that ... The program is OK ... but there's some changes will make shorter ... instead of writing the 4 using:...

  • What's the difference between URL, Direct Link, HTML and IMG???

    url = universal resource location direct link = the direct link to the source html = hyper text transfer protocol img = image

    ...
  •  

    Categories--Copyright/IP Policy--Contact Webmaster