• I would like to create some customs tags that I can use while writing a post. I post a lot of vb code and use <font> and <span> tags which I’d like to simplify.
    I tried puting this in wp-layout.css
    vbcode {
    font-family: “Courier New”, Courier, mono;
    font-size: 12px;
    }
    so that I could type
    <vbcode>Dim x As Long</vbcode>
    when composing. I was just trying to emulate the code tag to see if I could do it, but I really want something different (and a few more custom tags).
    Obviously I don’t know what I’m doing. Is it possible to define my own tags in the CSS, and if so, how? Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter dkusleika

    (@dkusleika)

    Kafkaesqui: Well, that first link already does just what I want. So I’m abondoning my project and just using that plug-in. Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Create Custom Tags’ is closed to new replies.