How to make a Hyperlink Box?

2008-12-01 5:49 pm
I want a hyperlink box. you know like a little white box with about 7 different hyperlinks in it were can i get one or how do you make them
更新1:

i can make a hyperlink i just want to know how to group them into a box apart from my html

回答 (3)

2008-12-02 12:43 am
You're trying to make a navigation menu? The easiest way to do so is to put it all into a table and insert it into your HTML code

For example, a horizontal menu:
<table bgcolor="#FFFFFF" cell-padding="5px" cell-spacing="5px">
<tr>
<td><a href="URL">Link #1</a></td>
<td><a href="URL">Link #2</a></td>
<td><a href="URL">Link #3</a></td>
</tr>
</table>

For a vertical menu:
<table bgcolor="#FFFFFF" cell-padding="5px" cell-spacing="5px">
<tr>
<td>
<li><a href="URL">Link #1</a></li>
<li><a href="URL">Link #2</a></li>
<li><a href="URL">Link #3</a></li>
</td>
</tr>
</table>
</tr>
</table>

You can also make it fancier with CSS.
2008-12-01 6:01 pm
Google a tutorial for a List Menu. There are tons of them and they will help you step by step.
2008-12-01 5:52 pm
You are writing a post (A), and would like to make a hyperlink from a phrase (B) inside your post to a web page (C) somewhere else.

Here are the steps.

(1) Copy the URL of the web page (C). The URL is in the navigation bar at the top of your browser when the web page is loaded. If you would like to link to an individual post in iMechanica, click the title of the post, and the URL appears in the navigation bar. If the web page (C) is inside iMech, you can use the search box in the header of iMech and do a keyword search. On the result page, there is a list of titles. Locate the title of (C), point to the title, right click your mouse, and select "Copy link location".

(2) Inside the window where you are editing your post (A), highlight the phrase (B) using the mouse.

(3) In the toolbar just above the window where you are editing your post, there are many buttons. Most buttons are familiar ones if you use Microsoft Word. When you click the button that looks like a link, a small window pops up.

(4) Paste the URL of the webpage (C) into a field inside the small window. Then at the left bottom corner of the small window, click "Insert".

You have just made a hyperlink. It sounds complicated, but really is very simple when you give it a try. You will soon find alternative ways of doing it that suits you better.

Writing above instructions reminds me of the inadequacy of the written language for things like this. Try to write an instruction for how to ride a bicycle, and you will see what I mean.


收錄日期: 2021-05-03 14:00:36
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20081201094948AAYjRsa

檢視 Wayback Machine 備份