This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > FrontPage Programming > September 2004 > how to get a hyperllink to work with the whole text box not just text





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author how to get a hyperllink to work with the whole text box not just text

2004-09-29, 11:18 pm

I have a few text boxes and want to have visitors click in any part of the
text box and not just the text in the text box to more to the next page it
takes them to.

how is this possible, if i have to lose the text boxes thats fine, as long
as they can click any ware within a box.

i have below the hmtl code i am using at present.








<html>

<head>

<title>New Page 1</title>
</head>

<body>

<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111" width="90%"
id="AutoNumber1" height="403">
<tr>
<td width="100%" height="403" valign="top">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111" width="99%"
id="AutoNumber2" height="225">
<tr>
<td width="100%" height="225">
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111"
width="99%"
id="AutoNumber3" height="165" bordercolorlight="#FFFFFF"
bordercolordark="#FFFFFF">
<tr>
<td width="103%" align="center" height="75" colspan="3">Click
a
Newsflash box below to view its contents</td>
</tr>
<tr>
<td width="50%" align="center" height="120"
bgcolor="#C0C0C0">
<br>
<br>
29 September 2004<br>
<br>
Item 1<br>
&nbsp;</td>
<td width="1%" align="center" height="120">&nbsp;</td>
<td width="52%" align="center" height="120"
bgcolor="#C0C0C0">
<br>
<br>
29 September 2004<br>
Iitem 2<br>
&nbsp;</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>

</body>

</html>


Harikumar H [MSFT]

2004-09-30, 7:15 pm

Hi

Insert a text box on a page.
Select the text box, right click and select Hyperlink.
Point to the page.

Hope this helps


regards

Hari
MSFT

This posting is provided "as is" with no warranties and confers no rights

----------------------------------------------------------------------------
------------------------------------------

|
| I have a few text boxes and want to have visitors click in any part of the
| text box and not just the text in the text box to more to the next page it
| takes them to.
|
| how is this possible, if i have to lose the text boxes thats fine, as long
| as they can click any ware within a box.
|
| i have below the hmtl code i am using at present.
|
|
|
|
|
|
|
|
| <html>
|
| <head>
|
| <title>New Page 1</title>
| </head>
|
| <body>
|
| <div align="center">
| <center>
| <table border="0" cellpadding="0" cellspacing="0"
| style="border-collapse: collapse" bordercolor="#111111" width="90%"
| id="AutoNumber1" height="403">
| <tr>
| <td width="100%" height="403" valign="top">
| <div align="center">
| <center>
| <table border="0" cellpadding="0" cellspacing="0"
| style="border-collapse: collapse" bordercolor="#111111" width="99%"
| id="AutoNumber2" height="225">
| <tr>
| <td width="100%" height="225">
| <div align="center">
| <center>
| <table border="1" cellpadding="0" cellspacing="0"
| style="border-collapse: collapse" bordercolor="#111111"
| width="99%"
| id="AutoNumber3" height="165" bordercolorlight="#FFFFFF"
| bordercolordark="#FFFFFF">
| <tr>
| <td width="103%" align="center" height="75"
colspan="3">Click
| a
| Newsflash box below to view its contents</td>
| </tr>
| <tr>
| <td width="50%" align="center" height="120"
| bgcolor="#C0C0C0">
| <br>
| <br>
| 29 September 2004<br>
| <br>
| Item 1<br>
| &nbsp;</td>
| <td width="1%" align="center" height="120">&nbsp;</td>
| <td width="52%" align="center" height="120"
| bgcolor="#C0C0C0">
| <br>
| <br>
| 29 September 2004<br>
| Iitem 2<br>
| &nbsp;</td>
| </tr>
| </table>
| </center>
| </div>
| </td>
| </tr>
| </table>
| </center>
| </div>
| </td>
| </tr>
| </table>
| </center>
| </div>
|
| </body>
|
| </html>
|
|
|


2004-09-30, 11:14 pm

yes thank you I know this, but you then have to move the mouse to find out
that you have to be over some text to click it, what I would like it for it
to like an image, so you may click anywhere with in the border of the text
box and just the text within the text box.

but I can not use an image as the text changes every few days and would take
more time than it is worth in creating an image of the text and inserting it
and then adding a hyper link and all that. I am not sure if I have seen it
on a site but if I do I shall look to see how it is done, but I really need
it soon as I am needing it for Monday morning.

any other ideas?

thanks again.



Jason


"Harikumar H [MSFT]" <harikumh@online.microsoft.com> wrote in message
news:QNliLYwpEHA.2084@cpmsftngxa06.phx.gbl...
> Hi
>
> Insert a text box on a page.
> Select the text box, right click and select Hyperlink.
> Point to the page.
>
> Hope this helps
>
>
> regards
>
> Hari
> MSFT
>
> This posting is provided "as is" with no warranties and confers no rights
>
> --------------------------------------------------------------------------

--
> ------------------------------------------
>
> |
> | I have a few text boxes and want to have visitors click in any part of

the
> | text box and not just the text in the text box to more to the next page

it
> | takes them to.
> |
> | how is this possible, if i have to lose the text boxes thats fine, as

long
> | as they can click any ware within a box.
> |
> | i have below the hmtl code i am using at present.
> |
> |
> |
> |
> |
> |
> |
> |
> | <html>
> |
> | <head>
> |
> | <title>New Page 1</title>
> | </head>
> |
> | <body>
> |
> | <div align="center">
> | <center>
> | <table border="0" cellpadding="0" cellspacing="0"
> | style="border-collapse: collapse" bordercolor="#111111" width="90%"
> | id="AutoNumber1" height="403">
> | <tr>
> | <td width="100%" height="403" valign="top">
> | <div align="center">
> | <center>
> | <table border="0" cellpadding="0" cellspacing="0"
> | style="border-collapse: collapse" bordercolor="#111111"

width="99%"
> | id="AutoNumber2" height="225">
> | <tr>
> | <td width="100%" height="225">
> | <div align="center">
> | <center>
> | <table border="1" cellpadding="0" cellspacing="0"
> | style="border-collapse: collapse" bordercolor="#111111"
> | width="99%"
> | id="AutoNumber3" height="165" bordercolorlight="#FFFFFF"
> | bordercolordark="#FFFFFF">
> | <tr>
> | <td width="103%" align="center" height="75"
> colspan="3">Click
> | a
> | Newsflash box below to view its contents</td>
> | </tr>
> | <tr>
> | <td width="50%" align="center" height="120"
> | bgcolor="#C0C0C0">
> | <br>
> | <br>
> | 29 September 2004<br>
> | <br>
> | Item 1<br>
> | &nbsp;</td>
> | <td width="1%" align="center" height="120">&nbsp;</td>
> | <td width="52%" align="center" height="120"
> | bgcolor="#C0C0C0">
> | <br>
> | <br>
> | 29 September 2004<br>
> | Iitem 2<br>
> | &nbsp;</td>
> | </tr>
> | </table>
> | </center>
> | </div>
> | </td>
> | </tr>
> | </table>
> | </center>
> | </div>
> | </td>
> | </tr>
> | </table>
> | </center>
> | </div>
> |
> | </body>
> |
> | </html>
> |
> |
> |
>
>



Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews