TinyPortal

Development => Block Codes => Topic started by: alex777 on April 22, 2008, 06:17:07 PM

Title: Navigation Block
Post by: alex777 on April 22, 2008, 06:17:07 PM
Hi, I wrote a navigation in HTML....

<a href="http://xxx/index.php?board=2.0"><strong><font size="4">Link to Board1</font></strong></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://xxx/index.php?action=forum#3"><strong><font size="4">Board2</font></strong></a><br />

and so on....

It should look like this:

Board1                                    Board2
Board3                                    Board4
etc.

Which code is needed to appoint the space between the boards 1,3 and 2,4?   Actually I have only ;&nbsp;&nbsp;&nbsp;&nbsp to make the space...
Title: Re: Navigation Block
Post by: JPDeni on April 22, 2008, 07:31:17 PM
You could do that. Or you could make a table.