answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

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.


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; }

Related Questions

What is a notepad documant?

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


How do you create a program using string?

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


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 I get my Notepad to stop double spacing when I paste it from another website?

To stop Notepad from double spacing when pasting text, try pasting the content into a plain text editor like Notepad first to remove any formatting, then copy it from there and paste it into your desired Notepad file. Alternatively, you can use the "Paste Special" option in other text editors to paste as plain text. If you frequently encounter this issue, consider using a text editor that allows you to control formatting more effectively.


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 allign your font on MySpace?

Text Here Text Here Text Here


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 write a program using function that counts the number of vowels in a string in java language?

Use text-editor notepad++


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" />


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.