Return to the Web Authoring Forum | Post a Follow-Up

 o
HMTL code for indentation

Posted by Sneekersmom (My Page) on
Sat, Aug 31, 02 at 23:56

I have found codes to align my text against the left, right or center of the page...

What I want is to CENTER the text on the RIGHT SIDE of the screen. I have a background that has a picture on the left side that I dont want the text to obscure.

THERE HAS TO BE A WAY!!!
doesn't there?

Karen


Follow-Up Postings:

 o
RE: HMTL code for indentation

Karen,
Assuming your "picture" is a bordered background,
following this, which is basic for a page:
<./HEAD>

use this code:
<.BODY BACKGROUND="YOUR CHOICE">
<.table width=85% align=right> (change this % to make it fit)
<.tr>
<.td>
<.BR>
<.BR>
<.CENTER><.FONT FACE="" color="" size="">PUT YOUR TEXT HERE<./FONT><./CENTER>
<.BR>
<./tr>
<./td>
<./table>
<./BODY>
<./HTML>

note: The . in each code is so it will show here. Remove them when you use the code on your page.
Breaks, etc. depend on where you want them.
You will also need to check IE and Netscape, etc. to see how it will look and adjust accordingly.
HTH,
Sue


 o
RE: HMTL code for indentation

Thanks!!

Took me a bit to "wiggle" with it....
But it worked!!

Thanks again!!

Karen


 o
RE: HMTL code for indentation

If you want to cheat, you can do it this way:

<.DIR>
your text here
<./DIR>

Add extra DIRs for extra indentations. Not "proper coding" but it works great.

Cheers,
Toothpick


 o Post a Follow-Up

Please Note: Only registered members are able to post messages to this forum.

    If you are a member, please log in.

    If you aren't yet a member, join now!


Return to the Web Authoring Forum

Instructions

  • You must be a registered member and logged in to post messages on our forums.
  • Posting is a two-step process. Once you have composed your message, you will be taken to the preview page. You will then have a chance to review the contents and make changes.
  • After posting your message, you may need to refresh the forum page in order to see it.
  • It is illegal to post copyrighted material without the owner's consent.
  • HTML codes are allowed in the message field only.
  • No advertising is allowed in any of the forums.
  • If you would like to practice posting or uploading photos, please visit our Test forum.
  • If you need assistance, please Contact Us and we will be happy to help.



 
Click here to learn more about in-text links on this page.