Click here to Skip to main content
15,909,242 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: confused about CGI programming concept Pin
basementman9-May-03 5:23
basementman9-May-03 5:23 
GeneralList item with spaces Pin
Txoov8-May-03 4:32
Txoov8-May-03 4:32 
GeneralRe: List item with spaces Pin
Richard Deeming8-May-03 4:58
mveRichard Deeming8-May-03 4:58 
GeneralRe: List item with spaces Pin
Txoov8-May-03 5:06
Txoov8-May-03 5:06 
GeneralRe: List item with spaces Pin
Richard Deeming8-May-03 5:17
mveRichard Deeming8-May-03 5:17 
GeneralRe: List item with spaces Pin
Txoov8-May-03 5:21
Txoov8-May-03 5:21 
GeneralRe: List item with spaces Pin
Txoov8-May-03 6:47
Txoov8-May-03 6:47 
GeneralRe: List item with spaces Pin
Richard Deeming8-May-03 7:24
mveRichard Deeming8-May-03 7:24 
If I am reading this right, you shouldn't need the list-style-type at all.

With no list-style-type applied in the stylesheet, you will get:
  • Explain how the proposed project goals were met.
  • Describe the impact of project and who was impacted?
    1. Published articles
    2. Conferences
    3. Presentations
    4. Additional funding received (matching grants or other funding)
    5. related to proposal
  • Budget/expenditures

If you apply a style to an <li> element, it will override the style applied to the <ul> or <ol> elements. If you want to apply different styles depending on the type of list, you can specify the element path in the stylesheet:
li {
    padding-left: 10px;
}
 
ul li {
    list-style-type: square;
}
 
ol li {
    list-style-type: lower-roman;
}
The styles in the ul li section will apply to an <li> tag under a <ul> tag, and the ol li section will apply to an <li> tag under an <ol> tag. The styles in the li section will apply to both:
  • Explain how the proposed project goals were met.
  • Describe the impact of project and who was impacted?
    1. Published articles
    2. Conferences
    3. Presentations
    4. Additional funding received (matching grants or other funding)
    5. related to proposal
  • Budget/expenditures



"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
GeneralRe: List item with spaces Pin
Txoov8-May-03 7:38
Txoov8-May-03 7:38 
GeneralRe: List item with spaces Pin
Richard Deeming8-May-03 7:42
mveRichard Deeming8-May-03 7:42 
GeneralRe: List item with spaces Pin
Txoov8-May-03 7:48
Txoov8-May-03 7:48 
Generalsmall little icon next to name Pin
Brakanjan7-May-03 21:15
Brakanjan7-May-03 21:15 
GeneralRe: small little icon next to name Pin
Sarvesvara (BVKS) Dasa8-May-03 7:11
Sarvesvara (BVKS) Dasa8-May-03 7:11 
GeneralRe: small little icon next to name Pin
Megan Forbes9-May-03 21:26
Megan Forbes9-May-03 21:26 
GeneralIIS user permissions Pin
Member 1393127-May-03 10:27
Member 1393127-May-03 10:27 
GeneralRe: IIS user permissions Pin
Roger Wright7-May-03 19:50
professionalRoger Wright7-May-03 19:50 
GeneralRe: IIS user permissions Pin
Xervanik8-May-03 9:41
Xervanik8-May-03 9:41 
GeneralRe: IIS user permissions Pin
Member 1393128-May-03 9:51
Member 1393128-May-03 9:51 
GeneralMM_preloadImages() problem Pin
Txoov7-May-03 3:37
Txoov7-May-03 3:37 
GeneralRe: MM_preloadImages() problem Pin
theJazzyBrain7-May-03 22:31
theJazzyBrain7-May-03 22:31 
GeneralRe: MM_preloadImages() problem Pin
theJazzyBrain7-May-03 22:36
theJazzyBrain7-May-03 22:36 
GeneralRe: MM_preloadImages() problem Pin
Txoov8-May-03 2:39
Txoov8-May-03 2:39 
GeneralRe: MM_preloadImages() problem Pin
theJazzyBrain8-May-03 12:22
theJazzyBrain8-May-03 12:22 
GeneralRe: MM_preloadImages() problem Pin
Txoov9-May-03 3:07
Txoov9-May-03 3:07 
GeneralASP - ms access relationships querry?!?! Pin
Sarvesvara (BVKS) Dasa6-May-03 22:40
Sarvesvara (BVKS) Dasa6-May-03 22:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.