answersLogoWhite

0

I'm not sure if it would work but you could try the CSS way



Play around with the margin left number.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Left align table HTML?

I believe you can only align things in CSS. Using CSS left-aligning the table would require doing this:YOUR TABLE HEREThen in the part you would write this:#table{text-align: left}If you didn't get what I just said I suggest going to W3schools.com and going to the CSS tutorial.


What Is The Code To Show An Html A Text?

<code><code>HTML TEXT HERE</code></code>


What is the code for HTML when combining centered text and color?

in the tag you will put align="center" style: font color="#ffffff"> Example: < p align="center" style: font color="#FFFFFF">This is the centered text</p> and that code will center "This is the centered text" in white.


What is an align attribute in HTML?

It allows you to align things, like text, to the left, right or centre.


How would you center your writing on blog?

If the text editor does not have a centred text option you can add HTML code to achieve this: <div align = center> This is centred! </div> replacing This is centred! with your own text.


What does div mean?

A div tag in HTML represents a division, usually with its own style, class, or alignment. For example, the HTML <div align=center>Text</center> would align the text in the center of the page


How text align to right in jmesa htmlcolumn?

You can align HTML column by align attribute. The attribute could be aligned in the element you want to move.


How do you align text to justified in HTML?

Yes, Through the following code: <p align ="justify">


What is the correct HTML to left-align the content inside a tablecell?

<td style="text-align:left">


How do you text align an image in an HTML?

If you want the image to align left, then use the ALIGN=LEFT tag. If you want it to align to the right, use the ALIGN=RIGHT tag. <IMG SRC="image URL" ALIGN=RIGHT>


What is HTML View?

The view of the website in form of HTML is HTML view. It is the basic code you write in text editor.


What does the HTML code marquee mean?

Your text will move when you use it.