The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Basic HTML help
teddeeze
post Oct 22 2006, 03:50 PM
Post #1





Group: Members
Posts: 1
Joined: 22-October 06
Member No.: 526



Hi, i have up and running a 'basic' piczo site, which was started cos my two girls could not get the stuff they wanted!

What i am looking for is!

i want to be able to create a text box (which i can do ) but create links to the paes within that text box,

if you can help then great, but please make it simple cos i am not that good and have just started with this HTML thing!

Cheers Teddeeze!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
White_Ox
post Oct 22 2006, 07:55 PM
Post #2





Group: Members
Posts: 1
Joined: 22-October 06
Member No.: 531



place this code in the text area.

<p><a href="THE URL OF THE WEB PAGE YOU WANT">WHAT YOU WANT THE LINK TO SAY</a></p>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 22 2006, 11:33 PM
Post #3


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



QUOTE(teddeeze @ Oct 22 2006, 10:50 PM) *

i want to be able to create a text box (which i can do ) but create links to the paes within that text box,


What do you mean with "text box"? An IFRAME? In that case you have to give it a name using the 'name' attribute.
http://www.htmlhelp.com/reference/html40/special/iframe.html
Then, in the link, refer to the name you've given the IFRAME with help of the 'target' attribute.
http://www.htmlhelp.com/reference/html40/special/a.html

<a href="page.html" target="name_of_iframe">Page</a>

If you mean something else than a frame/iframe, you can't load other pages in it.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
tadoscoppernicus
post May 2 2008, 04:21 PM
Post #4





Group: Members
Posts: 1
Joined: 2-May 08
Member No.: 5,568



I think this is what you needed. Just edit the spacing if you want depending on your design.

<form method="post" action="">
<textarea name="comments" cols="40" rows="5">
Enter your comments here...
</textarea><br>
<input type="submit" value="Submit" />
</form>

ninja.gif I hope this would help you.
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: 29th March 2024 - 01:20 AM