Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Increase size of my code font - DWCS5

I'm trying to do something pretty basic here. I just want to make the font of my code larger so I can see it better. How do I do that?

Thanks!

like image 670
LuxuryMode Avatar asked Oct 28 '10 21:10

LuxuryMode


People also ask

How do I make my font bigger or code?

Open the settings (File > Preferences > Settings) or use the keyboard shortcut (Ctrl + ,)tThen type “font size” in the search box. You can adjust these settings to your liking. If you want a bigger or smaller font size, simply change the numbers.

How do I make my code bigger?

By entering a value of "+1" for the size attribute you designate your text to be displayed one size bigger which then equates to size 4. Likewise a value of "+2" equates to font size 5. Going in the other direction, a value of "-1" equates to size 2 and "-2" equates to size 1 (basefont size 3 - 2 = font size 1).

How do I increase the size of text in HTML?

In HTML, you can change the size of text with the <font> tag using the size attribute. The size attribute specifies how large a font will be displayed in either relative or absolute terms. Close the <font> tag with </font> to return to a normal text size.


2 Answers

Edit (Dreamweaver on Mac) -> Preferences, Fonts

like image 176
Danilo Celic Avatar answered Sep 19 '22 06:09

Danilo Celic


In DreamWeaver CS6 Option are changed, On the left hand top side on the screen

Dreamweaver > Preference > Fonts > Code view

This image display where to change fonts..

enter image description here

like image 24
Dilip Avatar answered Sep 18 '22 06:09

Dilip