The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Links widget

4 posters

Go down

Solved Links widget

Post by fishrman October 24th 2009, 3:08 am

I have had someone help me set up my site and have only added one link so far under links. I would like to add several more but he is busy and hasn't had time to help me. How would I add a link to the following?
-
<a href="http://www.plrb.org/" target="_blank"><strong>PLRB</srong></a><br>

Sorry, this is all new to me! I appreciate the help very much!
avatar
fishrman
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Links widget

Post by Sanket October 24th 2009, 8:36 am

The link is already added to the code you posted.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Links widget

Post by fishrman October 24th 2009, 3:38 pm

Sanket wrote:The link is already added to the code you posted.
Yes, one link is but I want to add several more links. I don't know where to place them or how. Thanks
avatar
fishrman
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Links widget

Post by Sanket October 24th 2009, 4:55 pm

Just go on adding the same code over & over again, remember to change the links.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Links widget

Post by fishrman October 24th 2009, 9:28 pm

So I would just put another line or do I need a coma after the above one or what?
For example, would I put:
<a href="http://www.plrb.org/" target="_blank"><strong>PLRB</srong></a><br>

<a href="http://www.example.com/"
target="_blank"><strong>EXAMPLE</srong></a><br>
avatar
fishrman
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Links widget

Post by Sanket October 24th 2009, 10:06 pm

Code:
<a href="http://www.plrb.org/" target="_blank"><strong>PLRB</srong></a><a href="http://www.plrb.org/" target="_blank"><strong>PLRB</srong></a>

Thats what you can use.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Links widget

Post by fishrman October 25th 2009, 12:53 am

I will give it a try and let you know how it works. Thanks!
In your example though, I would end up with 2 links to the PLRB site, correct?
avatar
fishrman
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Links widget

Post by Sanket October 25th 2009, 6:46 am

Correct.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Links widget

Post by fishrman October 26th 2009, 2:03 am

Thanks, worked like a charm! Not sure how someone like me is suppose to figure out those codes but as long as someone shows me, I can type. :wouhou:
avatar
fishrman
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Links widget

Post by RoNo October 26th 2009, 2:20 am

This may be a bit advanced, and It's a lot of code for such a small thing Cool
but changing colors when you mouseover links in a widget is a cool effect.
PLRB.org
Example.com
Wikipedia.org
Photobucket.com

Html for widget
Code:
<center>
<table background="http://i85.photobucket.com/albums/k57/RoNo1/bg_whitepat.gif" style="background-color: lightblue; border: #cccccc; border-style: solid; border-width: 1px; padding: 3px; font-size: 10pt;">

<tr onMouseover=this.bgColor='#7DF9FF' onMouseout=this.bgColor=''>

<td style="border-width: 0px"><a href="http://www.plrb.org/" target="_blank" style="text-decoration:none">PLRB.org</a></td>
</tr>

<tr onMouseover=this.bgColor='#ADDFAD' onMouseout=this.bgColor=''>
<td style="border-width: 0px"><a href="http://www.example.com/" target="_blank" style="text-decoration:none">Example.com</a></td>
</tr>

<tr onMouseover=this.bgColor='yellow' onMouseout=this.bgColor=''>
<td style="border-width: 0px"><a href="http://en.wikipedia.org/wiki/Main_Page" target="_blank" style="text-decoration:none">Wikipedia.org</a></td>
</tr>

<tr onMouseover=this.bgColor='#FFD1DC' onMouseout=this.bgColor=''><td style="border-width: 0px"><a href="http://s85.photobucket.com/" target="_blank" style="text-decoration:none">Photobucket.com</a></td>
</tr></table>
</center>

PLRB.org
Example.com
Wikipedia.org
Photobucket.com
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Links widget

Post by fishrman October 26th 2009, 1:40 pm

very cool! Smile How do you guys learn this stuff? salut
avatar
fishrman
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Links widget

Post by dotDavid October 26th 2009, 1:42 pm

fishrman wrote:very cool! Smile How do you guys learn this stuff? salut

Lol, books, internet: http://www.w3schools.com/ and trial and error.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Solved Re: Links widget

Post by fishrman October 26th 2009, 4:50 pm

Thanks, added to my favorites but it is so easy to just ask you people! Links widget Whistle
avatar
fishrman
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Links widget

Post by Sanket October 26th 2009, 7:01 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Links widget 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum