answersLogoWhite

0


Best Answer

we can align text using notepad by by going to the font option

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you align text using notepad?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How can you align a hyperlink in a css file?

This will align all links in a HTML webpage using CSSa, a:visited, a:active, a:hover { /*You can set this to right, left, center or justify*/text-align: center;}


How do you align center the text in a column?

Use the CSS "text-align" property.Assuming that your column is built using a block level element with a set width (either fixed or fluid) your HTML will look something like this:text in the columnYour CSS will look something like this:div { width: 200px; text-align: center; }


Is NotePad Plus Plus a compiler?

Notepad++ is a text editor, not a compiler. You can however, enter source code into Notepad++ and then compile it with a compiler such as GCC.


Why do you write your code in a Notepad file?

Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.Notepad is a text editor. What it saves is the source code of the programming language. Any source code is just a text file, so Notepad or any text editor can save a program's code.


Can you use wordpad as compiler?

No. Notepad is a text editor.

Related questions

How do you create a program using string?

You can use any text-editor, notepad is an example.


What is a notepad documant?

It is a text document created by Notepad, Window's text editor program.


How do you write java programme using two mainmethods?

Use a text-editor like Notepad.


How do you write a program using if statements?

Use a text-editor like notepad, editpad, etc.


How do you allign your font on MySpace?

Text Here Text Here Text Here


What does it mean to load a saved text file?

It means that you open an existing text file using an application like Notepad, Word, Excel etc.


Expalin notepad and worpad?

Notepad is a simple text editor for Microsoft Windows. Unlike WordPad, Notepad does not treat newlines in Unix- or Mac-style text files correctly.


How do you write a program using function that counts the number of vowels in a string in java language?

Use text-editor notepad++


What is notepad program?

Notepad is a program provided by Microsoft in Windows XP that is a basic text editor. Notepad does minimum formating and other basic word processing tasks. It is a very light wait program that can open multiple format types.


How do you insert pictures on Notepad using HTML?

Notepad itself cannot show pictures. It can only deal with text. You can type the HTML code to show images by using Notepad, but the images will only be seen when you open the file in a browser. To do a typical line of code for showing an image, you would do this: <img src="myimage.jpg" />


How can you align a hyperlink in a css file?

This will align all links in a HTML webpage using CSSa, a:visited, a:active, a:hover { /*You can set this to right, left, center or justify*/text-align: center;}


How do you edit HTML?

Either using a text editor like e.g. Notepad on Windows or using a WYSIWYG-Editor (What you see is what your get) like e.g. Adobe Dreamweaver.