Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Newbie Questions (http://www.greenguysboard.com/board/forumdisplay.php?f=5)
-   -   Stupid n00b HTML question (http://www.greenguysboard.com/board/showthread.php?t=12391)

JenC 2004-10-19 06:54 PM

Stupid n00b HTML question
 
I can't believe that I forgot how to do this. I don't do it very often.

I am trying to make bullets in an ordered list. When I make the bullets in Dreamweaver using the
  • tag they come out as circles. How do I make the bullets square like on this site?

    http://www.fastrealestatesale.com/

    I viewed his source, but it just says
  • tags, just like I'm using. Help!


    |newbie| |banghead|

  • swedguy 2004-10-19 07:20 PM

    PHP Code:

    <li type="square"

    That will give you square ones :)

    EDIT: That guy put the square info in his style sheet, that's why you only see a regular


  • PHP Code:

    ul {
        list-
    style-typesquare;
        
    color#000000;
        
    font-weightbold;




  • MadMax 2004-10-19 07:23 PM

    When you're starting the bulleted list, press the "unordered list" button in the "selection properties" floating palette. Then click the little button that says "List Item..." in the bottom half of the "selection properties" palette.


    The second drop down menu on the "list properties" palette that appears is "style", select "square."

    JR 2004-10-19 07:26 PM

    using
      would also work :)

    JenC 2004-10-19 07:29 PM

    Ahhh foiled by the style sheet once again. Thanks for your help everyone. |shake|


    All times are GMT -4. The time now is 08:56 PM.

    Powered by vBulletin® Version 3.8.1
    Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
    © Greenguy Marketing Inc