Results 1 to 6 of 6

Thread: How to format bullets and lists in html

  1. #1
    Join Date
    Dec 2009
    Posts
    58

    How to format bullets and lists in html

    Hello friends recently i have uploaded a new theme on my website but the space between the lines are not as same s they were before uploading the new theme So please tell me how can i change the formatting of bullets and lists so as to have the same space between the lines in the numbered lists similar to that in the rest of the text on my webpage

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How to format bullets and lists in html

    You want to adjust the text settings which you were having previously so i think that uploading a new theme on to your website should not change this setting i think that you have made some kind of mistake while uploading the theme. Hence i would request you to upload the theme again i think that this will resolve this problem.
    Last edited by MindSpace; 23-01-2010 at 07:13 PM.

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Re: How to format bullets and lists in html

    These things happen after applying a new theme on a website so i would request you to replace your Cascading style sheet that is the css code with what i have mentioned below this will adjust your website as you wanted it to appear

    Code:
    .single {
    color:#455682;  
    font-family:Arial,Tahoma,verdana,sans-serif;
    font-size:13px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;
    }

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: How to format bullets and lists in html

    I have specified a code snippet which will help you to adjust your bullets and lists as you have asked please try to change your code accordingly, if you are very much sure about html coding. Otherwise i will suggest you to hire a website expert which well help you to sort out this problem. I hope you got my point.

    .single {
    color:#0EFFD4;
    font-size:15px;
    font-family: SPECIFY THE FONT
    font-size-adjust:none;
    font-variant:normal;
    font-weight:normal;
    line-height:24px;
    }

  5. #5
    Join Date
    Dec 2009
    Posts
    58

    Re: How to format bullets and lists in html

    Thank you very much for replying friends , Your codes really worked great i have edited it according to your code but now the numbers are not where i want , they have moved a lot towards the left side and hence they are not on the page. Please tell me how can shift them to a little bit to the right side. Any way thanks for replying.

  6. #6
    Join Date
    Jan 2008
    Posts
    1,521

    Re: How to format bullets and lists in html

    Well it seems that you need to make use of floats. because a widthless float will by default shrink-wrap to the width of the content inside. and hence your code would look somewhat like the one below:

    #content {
    display:inline;
    float:left;
    height:100%;
    padding:22px 0 0 20px;
    width:600px;
    }

    Although different browsers will act differently in reaction to this code. IE may wrap too early, or too late, compared to Firefox. I hope this will give you the desired result.

Similar Threads

  1. Convert pdb to html or pdf format
    By Migueel in forum Windows Software
    Replies: 5
    Last Post: 08-05-2010, 10:49 PM
  2. How to convert HTML to TEXT format ?
    By Custidio in forum Windows Software
    Replies: 5
    Last Post: 09-02-2010, 02:22 AM
  3. Convert word document into the html format
    By teena_pansare in forum Windows Software
    Replies: 5
    Last Post: 23-12-2009, 02:15 PM
  4. How to Align text inserted in html table format
    By DarenHawk in forum Software Development
    Replies: 3
    Last Post: 11-08-2009, 09:08 AM
  5. Convert HTML image format
    By Champak in forum Customize Desktop
    Replies: 2
    Last Post: 03-10-2008, 03:03 PM

Tags for this Thread

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
  •  
Page generated in 1,713,880,477.43732 seconds with 16 queries