Need color,sizing,and placment for buttons

liunx

Guest
This is probably a piece of cake for you experts. I Download <!--more-->ed this script or code,I don't know where the differance is between the two, but anyway I would like to get more bells and whistles to this. If possible can you tell me where to place the code if you come up with the answer. you can look at it here- <!-- m --><a class="postlink" href="http://min.midco.net/klein/buttons/buttonpick.html">http://min.midco.net/klein/buttons/buttonpick.html</a><!-- m --> and use (view source) on your brouser, guess I don't need to tell you that.<br />
Thanks, w0hju<!--content-->dude this forum is not complicated. you need to post your questions in the WEBSITE DEVELOPMENT part.<br />
<br />
to answer your question:<br />
<br />
first you have way to many form tags.<br />
<br />
<form><br />
<input type=button value="Flower,and when the title is long to much space on the end" onClick="javascript:popUp('flower12.jpg')"><br />
</form><br />
<form><br />
<input type=button value="Flower" onClick="javascript:popUp('rose.jpg')"><br />
</form><br />
<form><br />
<input type=button value="Flower" onClick="javascript:popUp('flower12.jpg')"><br />
</form><br />
<form><br />
<input type=button value="Flower" onClick="javascript:popUp('flower12.jpg')"><br />
</form><br />
<form><br />
<input type=button value="Flower" onClick="javascript:popUp('flower12.jpg')"><br />
<br />
</form><br />
<br />
that needs to look like this<br />
<br />
<form><br />
<input type=button value="Flower,and when the title is long to much space on the end" onClick="javascript:popUp('flower12.jpg')"><br />
<br />
<input type=button value="Flower" onClick="javascript:popUp('rose.jpg')"><br />
<br />
<input type=button value="Flower" onClick="javascript:popUp('flower12.jpg')"><br />
<br />
<input type=button value="Flower" onClick="javascript:popUp('flower12.jpg')"><br />
<br />
<input type=button value="Flower" onClick="javascript:popUp('flower12.jpg')"><br />
<br />
</form><br />
<br />
and then it goes in a line like you want. to chagne colors you need to look into css to do it.<br />
<input style="background-color: #0000FF" type=button value="Flower" onClick="javascript:popUp('flower12.jpg')"><!--content-->Thanks Snippet and Scoutt,<br />
The colors are working,now I ask how do I change color on the text, font size would be nice also, so it shows up better on dark colors.<br />
Can I ask how to create rows of buttons?<br />
You can look at what I have so far here- <!-- m --><a class="postlink" href="http://min.midco.net/klein/colorbuttons.html">http://min.midco.net/klein/colorbuttons.html</a><!-- m --><br />
Thanks much,<br />
w0hju<!--content-->you need to look at css to do what you want.<br />
<br />
<!-- m --><a class="postlink" href="http://www.w3schools.com/css/default.asp">http://www.w3schools.com/css/default.asp</a><!-- m --><!--content-->OK, I looked at css and my problem is still there,Thanks.<br />
Can you please just give me one complete button, with all the bells and whistles on it like I asked, Thanks Again,<br />
w0hju.<!--content--><input style="background-color: #CC0000; font: 10pt arial; color:COLOR" type=button value="Flower0" onClick="javascript:popUp('flower12.jpg')"><br />
<br />
i guess, thats how most stuff works<!--content-->Originally posted by w0hju <br />
OK, I looked at css and my problem is still there,Thanks.<br />
Can you please just give me one complete button, with all the bells and whistles on it like I asked, Thanks Again,<br />
w0hju. <br />
then you didn't look hard enough.<br />
<br />
give me the courtesy of at least trying. I gave you the code and you need to try a little to add just a color thing to it. not being rude here but come on. I will not write any code but I will give you hints.<!--content-->Originally posted by Gregory <br />
<input style="background-color: #CC0000; font: 10pt arial; color:COLOR" type=button value="Flower0" onClick="javascript:popUp('flower12.jpg')"><br />
<br />
i guess, thats how most stuff works<!--content-->Thanks a lot Gregory,<br />
Things were not going to well for me, some people don't understand how stupid I am when it comes to coding.<br />
You made my day.<br />
Thanks again, w0hju.<!--content-->
 
Back
Top