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.

Help Link to Another Page & Forums Avatar

3 posters

Go down

Help Link to Another Page & Forums Avatar Empty Help Link to Another Page & Forums Avatar

Post by Guard`Away June 6th 2014, 10:01 am

Iv'e made a basic forum and I added a button with the customized button, when I click it. It just says "You can return to the index" How do I make it so it will go to another page.

I would also like to know how I could make the forums avatar above my forums name when posting. The Avatar appears under my name.

Thanks Smile


Last edited by Guard`Away on June 7th 2014, 3:31 am; edited 1 time in total
avatar
Guard`Away
New Member

Posts : 3
Reputation : 1
Language : English

https://www.forumotion.com

Back to top Go down

Help Link to Another Page & Forums Avatar Empty Re: Help Link to Another Page & Forums Avatar

Post by Wagner' June 6th 2014, 7:00 pm

Hello,

Sorry, but i didn't understand your question.. But do you want a link to another page? It's simple to do it, see:
Code:
<a href="YOURLINK">YOUR TEXT</a>

You can style this by CSS
Code:
<style type="text/css">
a{
  background: lightblue;
  text-decoration: none;
  color: #fff;
  font: 14px Lucida sans;
  padding: .5em 2em;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset rgba(0,0,0,.3) 0 -2px 0;
  text-shadow: rgba(0,0,0,.5) 1px 1px 0;
}  
</style>
<a href="YOURLINK">YOUR TEXT</a>

Its just a draft for you...
http://jsbin.com/luhonu/1
Wagner'
Wagner'
Forumember

Male Posts : 48
Reputation : 6
Language : Portuguese
Location : Brazil

http://www.bestskins.net/forum

Back to top Go down

Help Link to Another Page & Forums Avatar Empty Re: Help Link to Another Page & Forums Avatar

Post by SLGray June 6th 2014, 11:04 pm

   Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.


Help Link to Another Page & Forums Avatar Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Help Link to Another Page & Forums Avatar Empty Re: Help Link to Another Page & Forums Avatar

Post by Guard`Away June 7th 2014, 3:30 am

Wagner' wrote:Hello,

Sorry, but i didn't understand your question.. But do you want a link to another page? It's simple to do it, see:
Code:
<a href="YOURLINK">YOUR TEXT</a>

You can style this by CSS
Code:
<style type="text/css">
a{
  background: lightblue;
  text-decoration: none;
  color: #fff;
  font: 14px Lucida sans;
  padding: .5em 2em;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset rgba(0,0,0,.3) 0 -2px 0;
  text-shadow: rgba(0,0,0,.5) 1px 1px 0;
}  
</style>
<a href="YOURLINK">YOUR TEXT</a>

Its just a draft for you...
http://jsbin.com/luhonu/1

Hey, sorry for the annoyance. I'm still kinda new and trying to learn some things. But where can I put that CSS.
avatar
Guard`Away
New Member

Posts : 3
Reputation : 1
Language : English

https://www.forumotion.com

Back to top Go down

Help Link to Another Page & Forums Avatar Empty Re: Help Link to Another Page & Forums Avatar

Post by Guest June 7th 2014, 11:34 am

If you want to put CSS codes, go to Admin Control Panel > Display > Pictures and Colors > Colors > CSS tab then put the codes on the stylesheet.

Since the code provided is wrap with the < style type="text/css"> </ style>, make sure to remove them if you're going to put it in the stylesheet.  Smile 
avatar
Guest
Guest


Back to top Go down

Back to top


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