Results 1 to 2 of 2

Thread: How to do space between bullt.gif and text ?

  1. #1
    Join Date
    Jan 2006
    Posts
    126
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question How to do space between bullt.gif and text ?

    I have the following testing code for list:
    PHP Code:


    <head>
      <
    title></title>

      <
    style type="text/css">

    a:link {
        
    font-familyVerdanaArialHelveticasans-serif;
        
    font-size12px;
        
    color#333333;
        
    padding-left:5px;
    }
    a:visited {
        
    font-familyVerdanaArialHelveticasans-serif;
        
    font-size12px;
        
    color#333333;

    }
    a:link:hover {
        
    font-familyVerdanaArialHelveticasans-serif;
        
    font-size12px;
        
    color#e27901;


    }


    ul {  list-style-type:none;margin:15px;}
    li {
        
    font-familyVerdanaArialHelveticasans-seriffont-size12px;
        
    backgroundtransparent url(bullet1.gifno-repeat 0px 1px;
        
    padding-right:10px;
        
    padding-bottom:2px;
        
    padding-left:3px;
        
    margin-top:7px;
        
    line-height:10px;
    }
    -->

      </
    style>
    </
    head>

    <
    body>
      <
    table cellpadding="2" cellspacing="2" border=1>
    <
    tr><td>&nbsp;</td><td><b>Sample List</td></b></tr>
    <
    tr><td><li><a href="">blablablablablablabla</a></li></td><td valign="bottom"><a href="">blablablablablablabla
    </a></td></tr>
    <
    tr><td><li><a href="">blablablablablablabla</a></li></td><td valign="bottom"><a href="">blablablablablablabla
    </a></td></tr>
    <
    tr><td><li><a href="">blablablablablablabla</a></li></td><td valign="bottom"><a href="">blablablablablablabla


    </a></td></tr>
     </
    table>

    </
    body>

    </
    html
    1. there should be the same in IE and mozilla space between list text like ,,bla, bla, bla'' and bullet image.
    2. there is bullet.gif and also bullet circle. How to remove bullet circle that there will be only image bullet.gif?
    Need help.thank you.

  2. #2
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •