[SIZE=2]Hello,
How do i create a bulleted list in dynamic field using external css?
I tried the code below with no effect…
xbullet {
color: #0033FF;
list-style: outside; //OR list-style-image: url(bullet.jpg);
}
Currently I use this code successfully to format my textfields.
content4 {
color: #ff0000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 36px;
font-weight: bold;
textDecoration: underline;
display: inline;
}
Thank You
[/SIZE]