Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



How to format bullets and lists in html

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 23-01-2010
Member
 
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
Reply With Quote
  #2  
Old 23-01-2010
MindSpace's Avatar
Member
 
Join Date: Feb 2008
Posts: 1,832
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.
Reply With Quote
  #3  
Old 23-01-2010
Modifier's Avatar
Member
 
Join Date: Jan 2008
Posts: 1,502
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;
}
Reply With Quote
  #4  
Old 23-01-2010
opaper's Avatar
Member
 
Join Date: May 2008
Posts: 2,362
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
Reply With Quote
  #5  
Old 23-01-2010
Member
 
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.
Reply With Quote
  #6  
Old 23-01-2010
Modifier's Avatar
Member
 
Join Date: Jan 2008
Posts: 1,502
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.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


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


All times are GMT +5.5. The time now is 03:35 AM.