• Hi all, I’m fresh to WP… and sorta fresh to blogging/CSS/PHP in general. Glad to be here on WordPress’s Forums. :]
    Cutting to the chase:
    I have been messing around with a prefab CSS file from alexking.org, and now I have some quirky display issues. Nothing major, but my

      ‘s and

      • ‘s are giving me textual display problems in the menu. Same thing with my menu on the right side, which is detached from the page.
        Been trying to fix this stuff for 72h, with no luck. Any help appreciated, and by the way, as a former MovableTyper, I can safely say that MT ain’t got nuthin’ on WordPress.
        I have notated my site’s CSS code so you can kinda tell what I am confused by.
        -O
        Stay Free!

    Viewing 4 replies - 1 through 4 (of 4 total)
    • You can post a link to your css

      Thread Starter opioid

      (@opioid)

      Duh, didn’t realize site address was private.
      transplant.dyndns.org/sv/wp-layout.css

      Thread Starter opioid

      (@opioid)

      Dude! That looks awesome! Sorry about the “anyone?” my aggregator didn’t refresh <blush>.
      Seriously, that looks really great… and now if you can bear another question, is it possible to fit an image file in where that header of blue text is now located?

      Yes 🙂
      In your CSS, and in #header, put this line
      background-image: url(”);
      just under the line similar to this:
      background: #90a090;
      Put the name, and location of your image between the ” – for instance
      background-image: url(‘funkyheaderimage.gif’);
      There are size issues too, but read about this and more stuff on the WP CSS here:
      http://www.tamba2.org.uk/graphicalcss/

    Viewing 4 replies - 1 through 4 (of 4 total)
    • The topic ‘Where did my CSS go wrong??’ is closed to new replies.