Problems with text editing in Dreamwever (more anoying newbie questions)
Text editing in Dreamwever looks so confusing to me. Main problem is that I don't know how to reduce empty size between for example headline and text. When I press enter it just goes down for some value and I don't have control how to set up my own values.
Thanx for all answers in advance and sorry for stupidity of my question.
when you press enter it is essentially putting another set of <p> tags in your code, hence the extra space....
realistically, to do what you want you will have to begin editing via the source, that way you can have better control over <p> tags and everything else....
Also, if you want to control the space between headlines and paragraphs you will need to make use of CSS.....
If you want to single space, you can just hold down "shift-enter". This puts a break after the line and doesn't double space as it does when you simply hit "enter"
Bookmarks