• i have read several threads on this, this one in particular
    http://wordpress.org/support/5/9365
    i tried all it said but it didnt work.
    so… here is the info:
    using WP 1.3 alpha, Roots Trident CSS
    url: http://internalstorms.com/notes
    i do not want a text link at all, simply to have the image as the link back to the main blog. Thanks in advance:)
    here is the header info i have in the index file
    ‘<body>
    <div id=”rap”>
    <div id=”container”>
    <div id=”masthead”>
    <h1 id=”header”>‘ title=”‘<? php bloginfo (‘name’); ?>”>”<?php bloginfo (‘name’);’ ?>
    </h1></div>
    <div id=”main”>
    <div id=”content”>
    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>’
    the is the CSS i have set up for the header:
    ‘#header {
    height: 400px;
    background: transparent url(‘/images/storm1.jpg’) center no-repeat;
    font: italic normal 230% ‘Times New Roman’, Times, serif;
    letter-spacing: 0.2em;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: right;’

Viewing 11 replies - 1 through 11 (of 11 total)
  • You have to have something to hold the link in index.php
    May I suggest that instead of setting the background storm1.jpg in the css file, you include the storm1.jpg as an image in index.php, which can then be the holder for the link ?

    Thread Starter faewench

    (@faewench)

    well i cant seem to edit the header line that shows what i have there:/
    2fargon are you suggesting just an image link in the index? silly me that would be too easy:)
    thanks

    faewench did you need to adjust Trident for 1.3?

    Thread Starter faewench

    (@faewench)

    Root, yes i am using trident and i want to have the header image linked instead of a text link of the blog title.
    i tried a simple image link but it dropped the rmenu and the alignment was all messed up. so i put it back to what i had before.
    if you have any ideas i would appreciate your thoughts;)
    thank you

    As long as the image is the same size as the #masthead it should be fine. To allow for IE that should be the rap width minus 2 px. No need to go off at a tangent. If its moving the rmenu it is not settled in #masthead correctly. There is nothing in the design causing it.

    Yes I see it. You have styled the h1 header a lot. I would clear it all out except the basics. Better to leave that clean and take advantage of the extra div #masthead included in Trident for this purpose. I would put the very fine image in there. Either as an image or a bg.

    Thread Starter faewench

    (@faewench)

    i tried to make changes Root… i think it is back to where it was before my attempts today.
    not sure why i cant seem to do this, it seems like it should be very simple:/
    ill check in again tomorrow thanks all!!!!!

    Faewench, I’ve been having the same problem. I’ll be watching this thread closely to see if I can get any clues. I’ve been able to get the area just above my image area to act like a hyperlink but the image itself … for some reason I haven’t been able to get it right.

    yeah ohdear don’t know what happened to your blog, but i happened upon a recent google cache of one your pages detailing this hack:
    http://tinyurl.com/56lsk
    i implemented it on this new WP blog:
    http://www.roryoconnor.org/blog/
    thanks!

    Thread Starter faewench

    (@faewench)

    @ohdear… that did it perfectly! thank you:)
    i also removed the blog info “name” from the header tag on the index to remove the text title link.
    thank you so much for leaving your bit of info:)))

    @rory Your welcome, and thanks for letting me know, much appreciated 🙂 Unfortunately I had a bit of surge of visitors to my site and went over my bandwidth limit, so it’ll be back on the 1st.
    @faewench I’m so glad it worked for you! 🙂

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘linking header image’ is closed to new replies.