Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 02-10-2005, 01:31 PM   #1
Member (1 million bit!)
 
mrmister1's Avatar
 
Join Date: Feb 2003
Location: NY
Posts: 1,160
Link Problem

I've been having a little problem with linking on my webpage lately. It seems lik a place a tag somwhere in the HTML, that is linking me to my Contact page, but when I looked through I wasn't able to find it. The website is http://www.mrmistr.com.

I've attatched the html file.

Thanks in advance
Attached Files
File Type: txt html.txt (7.1 KB, 91 views)
__________________
Black X-Dreamer Case | Intel Pentium 4 2.66 GHz | Intel D845PESVL | 512 MB PC2700 DDR-SDRAM | WD 120 GB Special Edition | Pioneer 16x DVD-ROM | Mitsumi 3.5-inch 1.44 MB | ATi Radeon 9800 Pro | Creative Labs Sound Blaster Live! 5.1

mrmister1
mrmister1 is offline   Reply With Quote
Old 02-11-2005, 07:31 AM   #2
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Some severe confusion on the HTML. For one the links are missing an opening <td> For two, your HTML is a bit bloated.

Here is what you have:
PHP Code:
<tr>
        <
a href="http://www.mrmistr.com/reviews"><td background="images/image_12.gif" width="139" height="20" alt=""><div align="right">Reviews</div></a
            </
td>
        <
td>
            <
img src="images/spacer.gif" width="1" height="20" alt=""></td>
    </
tr
Now you have no opening <td> tag after the <tr> before your href. You have it after and are using the background, which is deprecated inside the <td> tag. You could still use the background or put it inside a class in css. To fix you can use something like:
PHP Code:
<tr>
    <
td background="images/image_13.gif" align="right"><a href="http://www.mrmistr.com/links">Links</a></td>
    <
td><img src="http://www.mrmistr.com/images/spacer.gif" width="1" height="20" alt=""></td>
    </
tr
You should also tighten up and not have spaces or line breaks after you place your spacer images as this is known to cause problems with images not aligning properly.
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:17 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2