HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Table link not working if there is ahef on top.
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
akira01



Joined: 21 Mar 2005
Posts: 12

PostPosted: Mon Mar 21, 2005 7:02 am     Table link not working if there is ahef on top. Reply with quote

I wanted to put Yahoo Group Promote Button in my email signature but unseccessful.

The problem is :

I have a signature looks like this :

Code:
<DIV><FONT face="arial black" size=4>From : <FONT
color=#0060bf>ABC</FONT></FONT></DIV>
<DIV><FONT face="arial black" size=4><A href="mailto:emailaddatxyz.com" target=_blank>emailaddatxyz.com
<br>


then follow by this Yahoo Group Promote Button:

Code:
<form method="get" action="http://finance.groups.yahoo.com/subscribe/xyz">
<table cellspacing="0" cellpadding="2" border="0" bgcolor="#ffffcc">
  <tr>
    <td colspan="2" align="center">
      <b><FONT face="arial" size=2>Subscribe to ABC's Group</FONT></b>
    </td>
  </tr>
  <tr>
    <td>
      <input type="text" name="user" value="enter email address" size="20">
    </td>
    <td>
      <input type="image" border="0" alt="Click here to join ABC Group"
       name="Click here to join ABC Group" src="http://us.i1.yimg.com/us.yimg.com/i/yg/img/ui/join.gif">
    </td>
  </tr>
  <tr align="center">
    <td colspan="2">
      <b><FONT face="arial" size=2>On something Discussion</FONT></b>
    </td>
  </tr>
</table>
</form>


The problem is the Yahoo Button becomes my mailto link instead of the join yahoo group link. The "enter email address here" also became the mailto link.

Anyway to make this work. Please advice and thanks in advance.[/code]
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8199
Location: Castle Rock CO USA

PostPosted: Mon Mar 21, 2005 7:20 am     Reply with quote



It depends on your coding, but doing a quick look here:
Code:
<DIV><FONT face="arial black" size=4>From : <FONT
color=#0060bf>ABC</FONT></FONT></DIV>
<DIV><FONT face="arial black" size=4><A href="mailto:emailaddatxyz.com" target=_blank>emailaddatxyz.com
<br>

You are not closing your HREF:
Code:
<DIV><FONT face="arial black" size=4>From : <FONT
color=#0060bf>ABC</FONT></FONT></DIV>
<DIV><FONT face="arial black" size=4><A href="mailto:emailaddatxyz.com" target=_blank>emailaddatxyz.com</a>
<br>
akira01



Joined: 21 Mar 2005
Posts: 12

PostPosted: Mon Mar 21, 2005 9:34 pm     Reply with quote

It works. Thanks a lot Corey.

Appreciate for your help
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Webmaster Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial