Happy newyear first of all;
I am experimenting with a list and some images;
the problem is text and the (LI)image are never outlined,
or the image is higher than the text, or the image is below the text,
but never on the same level.
Question: how can i get the image and the text on the same level??
Question 2:
Is it possible (and how) to resize an image,
for example 16x16 or 32x32 ??
Simple list example
<style type="text/css">
<!--
ul { list-style-image: url("image.gif" ); }
(or)
li { list-style-image: url("image.gif" ); }
-->
</style>
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
<li>item 4</li>
</ul>
I am experimenting with a list and some images;
the problem is text and the (LI)image are never outlined,
or the image is higher than the text, or the image is below the text,
but never on the same level.
Question: how can i get the image and the text on the same level??
Question 2:
Is it possible (and how) to resize an image,
for example 16x16 or 32x32 ??
Simple list example
<style type="text/css">
<!--
ul { list-style-image: url("image.gif" ); }
(or)
li { list-style-image: url("image.gif" ); }
-->
</style>
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
<li>item 4</li>
</ul>
Comment