• Hello everyone, I would like to create a small price list, maybe more like a chart. It should have like 4 lines and 3 columns, nothing really difficult in Word or such thing, but I just cant figure out how to do it in wordpress. In my version there isnt any button for it. Thanks a lot for help! Adam

Viewing 1 replies (of 1 total)
  • jack randall

    (@theotherlebowski)

    copy and paste this into a post or page (text edit mode) and tweak as required.

    <table>
    <tr>
    <td>Stuff</td>
    <td>Stuff</td>
    <td>Stuff</td>
    </tr>
    
    <tr>
    <td>Stuff</td>
    <td>Stuff</td>
    <td>Stuff</td>
    </tr>
    
    <tr>
    <td>Stuff</td>
    <td>Stuff</td>
    <td>Stuff</td>
    </tr>
    
    <tr>
    <td>Stuff</td>
    <td>Stuff</td>
    <td>Stuff</td>
    </tr>
    
    </table>

    if you want it to be any fancier then you’ll need to research and learn html and css styling for tables.

Viewing 1 replies (of 1 total)
  • The topic ‘Price list’ is closed to new replies.