| | |
|
|
|
Re: Reduce the size of text in code view |
| message from sumpin else on 16 Jul 2004 |
I have the same question, I wish I could get a real "macro" view of my code.
Like, zoom out.
I think I know why you see different size fonts on your code in Dreamweaver.
For some reason, the chart-set affects the size. I code everything in char-set
UTF-8, and this makes the code font in Dreamweaver smaller than some other
char-sets.
Example:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
[looks BIG]
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
[looks SMALL]
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
[looks BIG]
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
[looks SMALL]
|
|
Archived message: Re: Reduce the size of text in code view (Macromedia Dreamweaver)