Donate SIGN UP

Another Html Code Issue

Avatar Image
TheMacDonaldMan | 01:08 Mon 04th May 2015 | Technology
1 Answers
I have a piece of code with a header, and then some links to YouTube vids. I decided to learn how to make a an Alphabetical Button Array and replace the video links with a link that led to an internal page. This page had the A-Z buttons. However, when I change the code to the href="Websitelink.htm", it done nothing. The 3 links that were there originally are still there despite the code being in place. How would I fix that?

Furthermore, I know how to alter an image's dimensions and place it on the screen where I want, I've done it with one, but can't seem to do it with another. In fact, the image doesn't even appear on the screen. I have some 2 [hr] splitting sections of text. How would I ideally place the [img src="pic.jpg"] code inside those hr lines?
Gravatar

Answers

Only 1 answerrss feed

Best Answer

No best answer has yet been selected by TheMacDonaldMan. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
As with your imahes you need to make sure the page can find the linked pages.

If they are all in the same folder then try

../

before the page name in the link.


You might also want to consider using anchors.

http://www.w3schools.com/tags/tag_a.asp

Only 1 answerrss feed

Do you know the answer?

Another Html Code Issue

Answer Question >>

Related Questions

Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.