|
| |||||||||
| Tags: bullets, html, list, theme, web page, website |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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; }
__________________ The FIFA Manager 2009 PC Game |
|
#5
| |||
| |||
| 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
| ||||
| ||||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to format bullets and lists in html" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Convert pdb to html or pdf format | Migueel | Windows Software | 5 | 08-05-2010 11:49 PM |
| How to convert HTML to TEXT format ? | Custidio | Windows Software | 5 | 09-02-2010 02:22 AM |
| Convert word document into the html format | teena_pansare | Windows Software | 5 | 23-12-2009 02:15 PM |
| Convert HTML image format | Champak | Customize Desktop | 2 | 03-10-2008 04:03 PM |
| Rich text format or HTML format | t-4-2 | Windows Vista Performance | 3 | 21-09-2008 11:10 AM |