Results 1 to 2 of 2

Thread: having problem in some text styling

  1. #1
    Join Date
    Sep 2009
    Location
    pakistan
    Posts
    28
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Exclamation having problem in some text styling

    Hi friends i want to put an image as initial letter in a peragraph i used
    background-image: url(initcap-o.gif);
    but nothing appears in browser plz help me in solving this problem

  2. #2
    Join Date
    Sep 2008
    Location
    Seattle, WA
    Posts
    135
    Thanks
    1
    Thanked 11 Times in 11 Posts

    Default

    Instead of doing it as a background just do it as a floated image:

    float:left;
    height:5.5em;
    margin-right:0.1em;
    margin-bottom:-0.4em;
    position:relative;
    top:-0.2em;

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
  •