css - circular bullets are not displaying in html page -


I am writing an un-ordered list in an HTML page. I have used the CSS class to get the bullet for the "li" tag. But bullets are not showing, horizontal lines are coming instead. I am writing html page in ColdFusion (.cfm) pages.

My HTML page:

  & lt ;! DOCTYPE HTML & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Title & gt; Resource optimization & lt; / Title & gt; & Lt; Meta name = "resource-type" CONTENT = "document" & gt; & Lt; Meta name = "description" content = "DEPT: resource optimization: index" & gt; & Lt; Meta name = "main word" content = "department, index, DEPT, resource, management, reply, generation, report, report, OATI, on, line, tagging, daily, gas, total, energy, marketing, Schedule, schedules, pricing, path, optimization "& gt; & Lt; Meta name = "author" CONTENT = "intranet conscription crew for Sierra Pacific resources" & gt; & Lt; Meta name = "Reply" CONTENT = "dtheiss@nevp.com" & gt; & Lt; Meta name = "generator" CONTENT = "ColdFusion Studio 4.0" & gt; & Lt; Meta name = "copyright" content = "2000 Sierra Pacific Resources" & gt; & Lt; Meta HTTP-EQUIV = "content-style-type" CONTENT = "text / css" & gt; & Lt; Meta HTTP-EQUIV = "content-language" CONTENT = "en-US" & gt; & Lt; Style type = "text / css" & gt; Ul.list {list-style-type: circle; } & Lt; / Style & gt; & Lt; / Head & gt; & Lt; Cfinclude template = "/ matrix_nav_top_full_min.cfm" & gt; & Lt; Br> & Lt ;! --- & lt; body & gt; --- & gt; & Lt; Div id = "page" & gt; & Lt; Div class = "container" & gt; & Lt; Div class = "container-interior" & gt; & Lt; Div class = "page-container" & gt; & Lt ;! --- & lt; Cfinclude template = "/ matrix_nav_top_full.cfm" & gt; --- & gt; & Lt ;! ------- Resource Management Department Index Page ---------- & gt; & Lt; Font style = "font-family: vardana, aerial, helvetica; font-size: 10pt;" & Gt; & Lt; div align = "right" style = "background-color: FFFFFF;" & Gt; & Lt; Strong & gt; Keywords: RM & lt; / strong> & Lt; / Div & gt; & Lt; div align = "left" style = "background-color: FFFFFF;" & Gt; & Lt ;! --- LOKI 17129 & amp; Nbsp; & Amp; & Nbsp; & Lt; IMG src = "/ department / graphics / title_source mmgmtjppg" width = "480" height = "40" limit = "0" alt = "resource management department" & gt; --- & gt; & Lt ;! --- LOKI 19816 & amp; Nbsp; & Amp; Nbsp; & Lt; IMG src = "/ department / graphics / title_source processing documentation .jpg" width = "99%" range = "0" alt = "resource purchase and optimization" & gt; --- & gt; & Amp; Nbsp; & Amp; Nbsp; & Amp; Nbsp; & Lt; img src = "/ dept / graphics / title_ source tool optimization.jpg" width = "98%" range = "0" alt = "resource optimization" & gt; & Lt; Hour = "3" & gt; & Lt; Br> & Lt; Strong & gt; Departmental area: & lt; / strong> & Lt; Ul class = "list" & gt; & Lt; Li & gt; & Lt; a href = "/ DEPT / RM / gas / index HTM" & gt; Gas optimization & lt; / A & gt; & Lt; Li & gt; & Lt; a href = "/ DEPT / RM / MarketPrice / Index. htm" & gt; Market Price & lt; / A & gt; & Lt; Li & gt; & Lt; A href = "/ DEPT / RM / Report / Index HTM" & gt; Report & lt; / A & gt; & Lt; Li & gt; & Lt; A href = "/dept / rm / sta / index.htm" & gt; Short-term analysis & lt; / A & gt; & Lt; Li & gt; & Lt; a href = "/dept / rm / rmn / index.htm" & gt; Short-term optimization & lt; / A & gt; & Lt; Li & gt; & Lt; a href = "/ DEPT / RM / TMA / index.htm" & gt; Transaction and Market Analysis & lt; / A & gt; & Lt; / Ul & gt; & Lt; Br> & Lt; Br> & Lt ;! --- & lt; Cfinclude template = "/ new_footer.cfm" & gt; --- & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Cfinclude template = "/ new_footer_rd_min.cfm" & gt; & Lt ;! --- & lt; / Body & gt; & Lt; / Html & gt; --- & gt;   

I am getting a page below my unordered list

How do I get bullets in Li?

elements

  • Elements have a tablet naturally, However, you may have some other property
      li {list-style-type: disc;) Add the appropriate list-style-type to be included in this list. }   

    This is not shown in your Bella because no CSS is provided in your Bella, so Bella will look exactly the same. Note that elements have tablets if I apply the list-style-type , it still looks the same.

  • Comments

    Popular posts from this blog

    Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

    multithreading - PhantomJS-Node in a for Loop -

    c++ - MATLAB .m file to .mex file using Matlab Compiler -