SteveH
05-29-2009, 02:21 PM
Hello
I have a page online here:
http://stevehigham59.7host.com/ImageTest//page1.html
The page will not be uploaded to a server, but will be put on a CD.
About three paragraphs from the top there is an indented paragraph which begins 'Students have peer-to-peer (P2P....' followed by two other indented paragraphs.
I am using this to indent the paragraphs: .tab { margin-left: 40px; }
What I would like to do is indent the paragraph and justify the text all in one (I have used justify elsewhere using <p align="justify">.
Finally, it would look better if the three paragraphs were numbered 1, 2, and 3, but when I try
<ol>
<li>Item one</li>
<li> Item two</li>
<li> Item three</li>
</ol>
I cannot see any numbered items - I may be using a corrupt version of IE6.
Many thanks for any help.
Steve
I have a page online here:
http://stevehigham59.7host.com/ImageTest//page1.html
The page will not be uploaded to a server, but will be put on a CD.
About three paragraphs from the top there is an indented paragraph which begins 'Students have peer-to-peer (P2P....' followed by two other indented paragraphs.
I am using this to indent the paragraphs: .tab { margin-left: 40px; }
What I would like to do is indent the paragraph and justify the text all in one (I have used justify elsewhere using <p align="justify">.
Finally, it would look better if the three paragraphs were numbered 1, 2, and 3, but when I try
<ol>
<li>Item one</li>
<li> Item two</li>
<li> Item three</li>
</ol>
I cannot see any numbered items - I may be using a corrupt version of IE6.
Many thanks for any help.
Steve