Viewing 13 replies - 1 through 13 (of 13 total)
  • I can tell you in html code-terms (let’s see if this works here)
    “ul” (seen above on editor line) means “un-ordered list”, or bullet points.
    “li” means “list information”, basically. That’s the stuff you want to put after the bullet point. to get that, click on the “li” in the editor list above.

    Since typing it correctly will just show the results of the code, I’ll put the code in parentheses (they’re supposed to go in between <> marks).

    (ul)
    (li)information you want goes here(/li)
    (li)information you want goes here(/li)
    (li)information you want goes here(/li)
    (/ul)

    OK, so that will give you bullet points in your list (but remember, instead of “()”, use “<>”.

    Thread Starter andreas56

    (@andreas56)

    thanks
    it works.
    Is there an easier way to edit text.
    Can i do it from Visual instead entering Text?, so that i am sure that what i do is what i will see in my website? I am not familiar with HTML. But i am very familiar with MS Word.
    I thought WordPress was easy to use for someone who knows Word.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    When editing a page or post press the button that I’ve outlined in red https://snag.gy/2XZ34.jpg

    If that shows up as a bullet list in the dashboard but not on the website let us know.

    Thread Starter andreas56

    (@andreas56)

    i tried to add bullets by pressing the above button.
    the whole page has changed. So i turned back to the initial state.
    there must be a difference in working in Visual than Text.
    It seems that changes when in Visual are not valid.

    What theme are you using? Does it happen when you use Twenty Thirteen theme? Did you try to temporarily disable all plugins to see igf there’s any change?

    Thread Starter andreas56

    (@andreas56)

    i ve also noticed that changes apply only in windows explorer. Not in Google Chrome. is that normal?

    Usualy things do not work in IE and work in Chrome ??
    Did you try to empty the Chrome cache? Does it happen if using another machine?

    Thread Starter andreas56

    (@andreas56)

    i have the latest WordPress version 3.6.1,

    Can you post your site URL?

    Thread Starter andreas56

    (@andreas56)

    Through a Mac pc it shows like Chrome

    Thread Starter andreas56

    (@andreas56)

    thanks a lot for your interest.
    here’s my url
    https://springadvertising.com.cy/contact-us/

    So, when you add this in your text tab:

    <h2>Contact Info</h2>
    <ul>
    	<li>10, Defkalionos street, (off Athalassa Avenue) 2019 Strovolos, Nicosia, Cyprus.</li>
    	<li>Tel: (00357)22492899</li>
    	<li><a href="https://springadvertising.com.cy/contact-us/#">[email protected]</a><a href="https://springadvertising.com.cy/contact-us/#">[email protected]</a></li>
    </ul>

    you don’t see bullets?
    You should have something like this in your style.css:

    ul {
    list-style-type: square;
    }

    Instead, you have :

    }
    ul{
    	list-style-type:none;
    }

    Thread Starter andreas56

    (@andreas56)

    Hi again Media X!
    so your suggestion is to copy the above and place it in the corresponding position in my text?

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘text editing’ is closed to new replies.