HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Creating Buttons
Goto page 1, 2  Next
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Tools
View previous topic :: View next topic  
Author Message
huntmdown



Joined: 27 Sep 2006
Posts: 11
Location: Illinois

PostPosted: Wed Sep 27, 2006 1:45 pm     Creating Buttons Reply with quote

OK...I have misplaced my YSB Book....How do I create buttons to link visitors to another page? For example right now I have a plain link, Home Decor; Is there anything in YSB to create a button around the words Home Decor? Confused
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Wed Sep 27, 2006 1:56 pm     Reply with quote



You can create a button like this in HTML.

_________________
Corey
Toll Fax Numbers | Merchant Accounts
huntmdown



Joined: 27 Sep 2006
Posts: 11
Location: Illinois

PostPosted: Wed Sep 27, 2006 1:58 pm     Reply with quote

Corey,
You rock! Thanks! YSB - Yahoo Site Builder, do I just make sure I store this code in the root directory?
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Thu Sep 28, 2006 4:26 am     Reply with quote

The code itself it on the specific web page that you want the button to appear on. It does not realy matter where the web page itself is stored.

_________________
Corey
Toll Fax Numbers | Merchant Accounts
huntmdown



Joined: 27 Sep 2006
Posts: 11
Location: Illinois

PostPosted: Thu Sep 28, 2006 1:29 pm     Reply with quote

Thank you!
Titan



Joined: 26 Mar 2007
Posts: 5

PostPosted: Mon Mar 26, 2007 12:34 pm     buttons Reply with quote

how do you link a button to a page?
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Mon Mar 26, 2007 12:50 pm     Reply with quote

hm what is the source code of the button?

_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts
Titan



Joined: 26 Mar 2007
Posts: 5

PostPosted: Mon Mar 26, 2007 1:02 pm     hmmmm Reply with quote

see idk this stuff all i know is this code: and i want to know how to link it...

<html>
<body>

<form action="">
<input type="button" value="Hello world!">
</form>

</body>
</html>
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Mon Mar 26, 2007 1:17 pm     Reply with quote

This is a form. What are you doing with the form? What action is being done? Actually you have the same question here. it is good to only have one thread going so that everyone will see what is happening.

_________________
Corey
Toll Free Numbers | Merchant Accounts
Keikura



Joined: 24 Mar 2007
Posts: 167
Location: U.K.

PostPosted: Mon Mar 26, 2007 1:27 pm     Reply with quote

Quick and easy way to make a button.

1) Create an image say 20px high and 100px wide.
2) Add colour, text etc.
3) Upload to your site' images folder.
4) The code...

Code:
<a href="linktosomepage.html" title="A link to somewhere...">
    <img src="images/button_1.jpg" height="20px" width="100px" />
</a>


Or an even quicker way now that I think about it...

Code:
div.button
{
   width:140px;
   background-color:#FFFF66;
   border:1px #000000 solid;
   text-align:center;
   padding-top:4px;
   padding-bottom:4px;
}

. . . . .

<a href="#" title="Button Title">
    <div class="button">Button Text</div>
</a>
Titan



Joined: 26 Mar 2007
Posts: 5

PostPosted: Tue Mar 27, 2007 3:11 pm     thank you Reply with quote

thank you, cory and keikura, sorry cory about my mistake of putting in two posts. Smile
Titan



Joined: 26 Mar 2007
Posts: 5

PostPosted: Tue Mar 27, 2007 4:04 pm     Another thing Reply with quote

I want to know how to make a picture apear on a page , transparent like a transparent picture?

-if i drew an image on paint then i wanted it to be transparent with no white stuff? Wink
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Wed Mar 28, 2007 3:42 am     Reply with quote

A new question should be a new post. That way it helps other people when searching on forums.

Having said that, check out some posts Semi-Transparent background images/colors and Make Tables Transparent Using CSS. You would need to us GIFs and make the background transparent.

_________________
Corey
Toll Free Fax Numbers | Yahoo Merchant Account
mrLenin



Joined: 23 Nov 2006
Posts: 26

PostPosted: Mon Apr 30, 2007 3:37 am     Reply with quote

What button are you talking about? Like "New Topic" or "Post Reply" ?
Keikura



Joined: 24 Mar 2007
Posts: 167
Location: U.K.

PostPosted: Mon Apr 30, 2007 10:33 am     Reply with quote

mrLenin wrote:
What button are you talking about? Like "New Topic" or "Post Reply" ?


A button is a button, it's easy enough to change the text shown on it and the href attribute' value it has.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Tools All times are GMT - 8 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial