Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

will this work in a forum?

you see, my webpage has a link that links to the middle of my forum.

 

will I be able to copy and paste the anchor into the forum? or will it display as regular text?

by the way, i think the method you used only links it to the same webpage, except in a different location.

 

thanks a lot :)

My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!)

vbprogramming.8k.com

My Project (Need VB.NET Programmers)

http://workspaces.gotdotnet.com/ResolutionRPG

  • *Experts*
Posted

The anchor tag is the basic of basic HTML. If you're building some web-based forum software, you might want to read up on it a bit :)

 

The anchor is the way to go. You will have to define an anchor at any point you might want to link to. When you have the link TO that page, you can use the pound sign to indicate the name (as jorge pointed out). You can use JUST the anchor to link to an achor in the current page, or put it on the end of a URL to go to a specific place in a page, such as in this example:

http://www.xtremedotnettalk.com/showthread.php?s=&threadid=75101#post376469

 

 

The above shows a link to this topic with the full URL to the page, the thread (#75101) and the anchor (post376469).

 

You can right click on a web page, select View Source, and look at how other pages work. The HTML tags and syntax are free to grab. Some Javascript code might be copyrighted and the content of almost all pages is copyrighted through the Digital Millenium Act (for now). So plunder away (the HTML that is)!

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...