Saturday, 15 June 2013

html - Why are bullets not appearing on posts? -



html - Why are bullets not appearing on posts? -

in post http://technopcarea.blogspot.com/2014/06/how-to-make-your-websites-design.html,the bullets not appearing inspite of addng right html,why ?

list type none added ul . add list-style-type css property ul:

<ul style="list-style-type:circle !important"> <li><span style="font-size: large;"><b>go template tab of blog's html</b></span></li> <li><span style="font-size: large;"><b>click on edit html button</b></span></li> <li><span style="font-size: large;"><b>search for&nbsp;&nbsp;]]&gt;&lt;/b:skin&gt;</b></span></li> <li><span style="font-size: large;"><b>add next piece of codes before it</b></span></li> </ul>

you can add together desired value list can read in next link:

http://www.w3schools.com/cssref/pr_list-style-type.asp

i have checked link have provided , in link have given css has made padding:0 on list items li tag

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; padding: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

remove padding , list style come requires padding on content , have made padding 0 on li

html css xml

No comments:

Post a Comment