Back in CS3, if you wanted to for example center a piece of text, you would simple press the center button and the program would add the following code:
Code:
<center> your text </center>
And if you wanted to change the colour of some text, you would choose the colour and the program would add the code similar to this:
Code:
<font color="red">your text</font>
However now, if you try to press the button to center text, or to change font colour, a new box appears asking you to create a CSS rule for these changes, so its doing this to try and make us use CSS more i suppose...
