Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Actually I like it black and white. It’s very classy. I think you should keep it as is, and do another skin if you want to play around with colours.

    Forum: Themes and Templates
    In reply to: image header

    Whoops sorry. Little mistake just looked at my code: here’s what I did:
    #header
    {
    padding: 0px;
    margin: 0px;
    width: 850px;
    height: 150px;
    background: url(images/Your Image Here!);
    }
    h1 a
    {
    width: 850px;
    height: 150px;
    float: left;
    text-indent: -10000px;
    overflow: hidden;
    border:none;
    text-decoration: none
    }
    h1 a:hover
    {
    text-decoration: none (stops it from being underlined which causes some flickering)
    }
    This should overlay the h1 div on top of the header div. Assigning a background to the header div will make it a ‘clickable’ link (in reality, the h1 div is being clicked). Hope this makes sense. It’s messy, but works in Moz and IE and Opera I believe without any problems.
    https://www.geoffreytang.com/

    Forum: Themes and Templates
    In reply to: image header

    Tek: Don’t know if you still need to work it out. I hacked it by indenting the text to some insance amount (20,000 or something), then setting the overflow to hidden. Then by setting the width and height of the h1 div and assigning it a backround image, it should be clickable. I think. If you want I can have another look at it for you and post the code. Just let me know =). I’m a bit of a CSS newbie, so I’m sure there’s a better way though!
    https://www.geoffreytang.com/

    Forum: Fixing WordPress
    In reply to: Blogging via Email

    Mmm.. if you click options on the main WP-Admin window. Another line of options (in grey) should open up below the usual line of categories.
    —————————
    Write|Edit|Categories
    —————————
    General|Writing| Bar in grey
    It should be right there!

    I love it! I was a bit confused about the bottles as well; but really I couldn’t care less. It’s a personal site, and I think sometimes the concern about accessibility goes a bit too far =). I rather have a cool funky site that my friends can read rather than a boring one so that people who couldn’t care less about my site can read it.
    Keep it up!

    I was just wondering if there was any advantage to using this plugin rather than doing a full cPanel backup every which I currently do.

    Mmmm. I haven’t really poked around the code and its 5 in the morning, but I’ll have a crack
    1)
    Find the section that starts
    ‘#menu {‘
    under ‘background:’ just change it to the colour you want.
    2)
    Find the section that starts
    ‘#wp-calendar {‘
    delete everything within the brackets and change it to
    display: none;
    3)
    Find the section that starts
    ‘body {‘
    replace
    ‘background-color: white;’
    with
    ‘background: url(images/back.gif);’ for an image or
    ‘background: #blah ;’ for the background you want.
    Note that your whole blog is contained in a div (box) called #rap. Basically if you make rap smaller than the browser viewport (ie. as a strip down the middle) as in human condition, the background applied to the ‘body’ will show through in the spaces that the box does not take up. Obviously, if rap takes up the whole viewscreen, none of the body background will show through. I’m just a noob like you, so the accruacy of my info will vary. But give it a whirl ??

Viewing 7 replies - 1 through 7 (of 7 total)