The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Page bookmarks within a table?
kbremner
post Jan 11 2011, 08:46 AM
Post #1





Group: Members
Posts: 1
Joined: 11-January 11
Member No.: 13,577



Is there an issue with using <a name""> and <a href""> within a table? On my webpage, I have a series of nested tables that I suspect may be causing the problems. The link text is below...

<table class="main" align="center">
<tr>
<td class="main-menu">
<div id="nav-side"><br>
<a href="index.html" target="_self">Home</a><br><br>
<a href="portfolio.html" target="_self">Portfolio</a><br><br>
<a href="promo.html" target="_self">Promotional</a><br><br>
<a href="news.html" target="_self">News & Links</a><br><br>
<a href="clients.html" target="_self">Client Access</a><br><br>
<a href="contact.html" target="_self">Contact Us</a><br><br>
</div>
</td>

<td class="main-content">
<div style="margin: 1em;" class="general-text">
<span class="portfolio">I</span>f you're thinking...a listing of <a href="#servlist">services we offer</a>.

<table width=100% border=0>
<tr><a name="hardscapes"></a>
<td colspan=3 class="port-heading"><hr class="port">Hardscape projects....
</tr>

<tr><a name="servlist"></a>
<td colspan=3 class="port-heading"><hr class="port"><b>The foundation....
</tr>

There is much more code to the webpage, which I can post if necessary, but I'm wondering if the problem is within this setup as posted here. The two pertinent areas of code are in bold. The actual offending page is here www.bremnerlandscapes.com/portfolio.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Jan 11 2011, 09:43 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



The <a name="..."> tags are in the wrong place. The validator points that out: http://www.htmlhelp.com/cgi-bin/validate.c...s&input=yes
For reference on the use of <a name="..."> tag, see about halfway down this page: http://www.htmlhelp.com/reference/html40/special/a.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 09:05 AM