Support » Fixing WordPress » "pages" body shows as a giant link

  • Hi,

    I searched everywhere for a fix on this issue and can’t figure it out. I am currently using the black-letterhead theme, and have 4 pages on my blog. However, instead of the body (text within) of the pages showing as plain text, it appears as a giant link back to my home page. It is annoying because it appears in link color and is sometimes underlined. I don’t know enough about CSS to fix it! Help! Blog URL is http://www.somethinghdr.com

    Brad

Viewing 3 replies - 1 through 3 (of 3 total)
  • the img tag in the following section is not closed:

    <p align="center"><a href="http://www.somethinghdr.com/"><img src="http://www.somethinghdr.com/wp-content/themes/black-letterhead/images/header.jpg"</a></p>

    (this is from the html of your linked site; your actual code in the (header.php ?) tempalte might look slightly different.)

    try and change to:

    <p align="center"><a href="http://www.somethinghdr.com/"><img src="http://www.somethinghdr.com/wp-content/themes/black-letterhead/images/header.jpg" /></a></p>

    http://www.w3schools.com/tags/tag_img.asp

    Thread Starter btruxell

    (@btruxell)

    Thank you for your quick response! I will definitely try this when I get access to a pc.

    Brad

    Thread Starter btruxell

    (@btruxell)

    I can’t thank you enough! It worked! I would have never figured that out on my own and was totally bothering me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"pages" body shows as a giant link’ is closed to new replies.