Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

HTML query

Options
  • 22-08-2002 1:22pm
    #1
    Closed Accounts Posts: 570 ✭✭✭


    I need to do 'square white bullet points'.

    Can i do this without CSS

    Anyone know/

    Thanks

    Motm


Comments

  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    My HTML sucks, but surely if you just set the font colour to white, and make a list with squares instead of discs?

    Something like:
    <font color = "#FFFFFF">
    <ul type = "square">
    <li>blahbalahlaba</li>
    <li>jahsdkjshdsjd</li>
    </ul></font>
    

    I dunno....., it's been so long since I wrote HTML.

    [EDIT: Yes, just checked that, and surprisingly it works......sometimes too much CSS and php makes you forget the simple solutions....:)]


  • Closed Accounts Posts: 570 ✭✭✭manonthemoon


    Thanks seamus, i can work it that way.

    Motm


Advertisement