View Full Version : Link
stuarttunstall
06-24-2004, 04:20 AM
Having now started to set up my new home page, I want to add a module call "LINKS", I belive I need to set up a template adv_portal_links, but what code would I need to enter in the main box?
At the moment, I have just put a tempory link in the news section to my old links page, can I do the above to create a box in the Left column to do the same?
Please help an idiot ;)
Stu
mholtum
06-24-2004, 12:10 PM
<!-- Links -->
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] Links</strong></span>
</td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<!-- Begin Links -->
Put the code for your links here
<!-- End Links -->
<br />
<!-- End Links -->
stuarttunstall
06-24-2004, 12:27 PM
<!-- Links -->
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] Links</strong></span>
</td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<!-- Begin Links -->
Put the code for your links here
<!-- End Links -->
<br />
<!-- End Links -->
Thanks for the reply :) Were you say put the code for my links, what do I put in there?
Sorry to be an idiot, but I am very new to this.
Stu
Brian
06-24-2004, 12:42 PM
You may want to check some basic HTML tutorials if you don't know how to create a link. ;)
stuarttunstall
06-24-2004, 12:47 PM
You may want to check some basic HTML tutorials if you don't know how to create a link. ;)
I will learn in time, I have only been messing about with forums since March this year, and it is completely new to me.
If people are not able or willing to help, then just say so, I am asking questions so I know how to do it next time, the manual seems to me to be written for people who already know all this, NOT people like me just starting.
Thanks for setting the original thing up for me, I will look at other sites now to find out what I need to know, rather than keep going in circles and getting nowhere :confused:
All I want to know is what code I need, I know I could do with HTML tutorials, and this is aimed at being one!!!!!!!!
Stu
mholtum
06-24-2004, 12:53 PM
I will learn in time, I have only been messing about with forums since March this year, and it is completely new to me.
If people are not able or willing to help, then just say so, I am asking questions so I know how to do it next time, the manual seems to me to be written for people who already know all this, NOT people like me just starting.
Thanks for setting the original thing up for me, I will look at other sites now to find out what I need to know, rather than keep going in circles and getting nowhere :confused:
All I want to know is what code I need, I know I could do with HTML tutorials, and this is aimed at being one!!!!!!!!
StuStu, relax and get a cup of coffee. I have no idea as to what actual code you need as I dont know what you are going to use for links.
mholtum
06-24-2004, 12:55 PM
Here is the code for a basic link:
<a href="http://www.google.com">Google</a>
stuarttunstall
06-24-2004, 01:11 PM
Here is the code for a basic link:
<a href="http://www.google.com">Google</a>
Thank you.
All makes sense when explained, I now know what I need to put.
Stuart
mholtum
06-24-2004, 01:15 PM
Glad to help. You can use an image as well
<a href="http://www.ravensrealm.net"><img src="http://www.ravensrealm.net/forum/images/misc/linktous/button.gif" width="88" height="31" border="0" alt="Raven's Realm"></a>
Brian
06-24-2004, 01:30 PM
I will learn in time, I have only been messing about with forums since March this year, and it is completely new to me.
If people are not able or willing to help, then just say so, I am asking questions so I know how to do it next time, the manual seems to me to be written for people who already know all this, NOT people like me just starting.
Thanks for setting the original thing up for me, I will look at other sites now to find out what I need to know, rather than keep going in circles and getting nowhere :confused:
All I want to know is what code I need, I know I could do with HTML tutorials, and this is aimed at being one!!!!!!!!
Stu
I certainly didn't mean for that to sound rude, not helpful, or anything like that. If you're going to be running a website though you really should know some basic HTML. Finding a good tutorial and trying a few things would be beneficial since the next time you will either know the code, or at least know you can go back to that tutorial and find what you're looking for. :)
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.