English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
1

I've tried over and over again with different possibilities as to how to get bullet points/ordered list to align right. This is what I've written: (copy and paste into your answer where you'd put the align right HTML tag)




  1. Send me an e-mail





Cheers

2006-11-19 01:29:10 · 5 answers · asked by Anonymous in Computers & Internet Programming & Design

5 answers

Add

tags:




  1. Something first on list

  2. Something second on list



2006-11-19 01:45:29 · answer #1 · answered by Gin Martini 5 · 0 1

Welcome to the rtl (right to left) hell. As an Arabic speaking where everything in my language is from right to left... I was suffering from such a problem for a long time.

If you want to put anything from right to left just put it inside "div" tag as follows:



depending on whatever you are doing you might not necessarly need to use both the "dir" and "align" attributes.. Check them and see what fits you best.

Some other HTML tags use both "dir" and "align" attributes...

The "dir" attribute works fine with the ordered list, so what you would do is:



Happy HTML'ing

2006-11-19 10:02:29 · answer #2 · answered by Muhammad Farag 2 · 1 0


  1. You missed a quote and a bracket at the end of the "href statement". You need an image or text here. Your link would have been invisible.



So if you wanted to use a text link for email it would be:

  1. Email Me



If you want to use an image link it would be:




If you need it to align right, you would put all of that in a

or

tag:



  1. Your email link




or



You also don't need to close with the statement. A simple will close it.

:)

2006-11-19 09:41:15 · answer #3 · answered by ? 2 · 0 1

You need to include a table. Just cut paste the following code-







 


  1. YourLink

2006-11-19 09:41:05 · answer #4 · answered by ash 2 · 0 1

I don't have the exact answer to your question but maybe this will help you:

http://www.w3schools.com/html/
http://www.peterindia.net/ITTutorials.html

Good luck2U!

2006-11-19 09:34:19 · answer #5 · answered by Anonymous · 0 1

fedest.com, questions and answers