|
![]() |
#1 |
Founding Sysop
Join Date: Oct 2004
Location: In Connecticut, on the Housatonic River near its mouth at Long Island Sound.
Posts: 11,187
|
![]()
I have the PHP below in WordPress for a site name/logo and description. I want to replace the text with an image, but I cannot for the life of me figure out how to do it while retaining the spider-readable HTML and the clickable link.
Code:
<h1 id="title"> <a href="<?php echo get_settings('home'); ?>/" title=" <?php bloginfo('name'); ?>"> <?php bloginfo('name'); ?></a> </h1> [. . .] <p id="description"> <?php bloginfo('description'); ?> </p> Someone suggested using a huge negative margin to move the text out of human sight, but that feels pretty tacky to me. Right now I am using display: none; for both the H1 and the P text. Now what? I am sure it will be simple and I will feel like an idiot, but . . . :: __________________ [SIZE=2][COLOR=LemonChiffon]::[/COLOR][/SIZE] [SIGPIC][/SIGPIC] |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Avatar is now a link? | gary | How to Use the Forum | 73 | 08-28-2006 06:20 PM |
Image problem, alt, not image | dthomsen8 | Web Site Building & Maintenance | 6 | 03-21-2006 09:01 AM |