No idea where this goes. Anyways, is there a way to "link" to another place on the same page? Like this:
Click here to go to the _______ section!
scroll down...
The ______ Section: This is the section without a name.
But if you lick on the "click here" it goes down for you.
I know the tags are <div id = "something">text</div>, but on Weebly with custom HTML, can I make two boxes and have one box redirect to another?
EDIT: Click, not lick. Thank you for laughing. (I hope)
Last edited by Firedrake969 (2012-08-29 19:42:10)
Offline
Yes.
For the ______ section (the one you want linked to), put some text within <div id="sectionname">text goes here yep</div> or span tags instead of divs
And then for the link do <a href="#sectionname">link name</a>
yep
Offline
veggieman001 wrote:
Yes.
For the ______ section (the one you want linked to), put some text within <div id="sectionname">text goes here </div> or span tags instead of divs
And then for the link do <a href="#sectionname">link name</a>
Deleting the "yep"s to see what you said...
What is dis "span tag" youz all talkin' 'bout?
Offline