Monday, November 28, 2011
Menu Bar
When you make a menu bar, all of the buttons have to be the same size when you make them on photoshop so that they go all in the same row.
Tuesday, November 22, 2011
Modifying Cat's Button Code
This is how to but a lovely button on your website :) i fixed cats code so here are the directions:
To put a button on your website, you need 3 images. First, you need to make a button using a photoshop tutorial. Save this button as Button.png. Next, use Hue/Saturation on photoshop to make the color a little different or brighter. Name this button Button 2.png. For the third image you'll need to use Bevel/Emboss to make the differently colored button look depressed. I used a downward pillow emboss but you can use whatever you think looks best. Finally, copy and paste this into your html source page:
<a href="whatever-website-you-want><img src="Button.png" onmouseover="this.src='Button2.png'"
onmouseout="this.src='Button.png'" alt="Click Me" border="none" onmousedown="this.src='Button3.png'"/></a>
To put a button on your website, you need 3 images. First, you need to make a button using a photoshop tutorial. Save this button as Button.png. Next, use Hue/Saturation on photoshop to make the color a little different or brighter. Name this button Button 2.png. For the third image you'll need to use Bevel/Emboss to make the differently colored button look depressed. I used a downward pillow emboss but you can use whatever you think looks best. Finally, copy and paste this into your html source page:
<a href="whatever-website-you-want><img src="Button.png" onmouseover="this.src='Button2.png'"
onmouseout="this.src='Button.png'" alt="Click Me" border="none" onmousedown="this.src='Button3.png'"/></a>
Friday, November 18, 2011
Peter Pan
Last night I saw Mahopac Drama Company's Peter Pan last night. It was so good. You all should go see it.
Monday, November 14, 2011
Gradient Background Code
<body style="filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#FFFFFF', gradientType='0');">
fill in whatever colors you want
fill in whatever colors you want
Subscribe to:
Posts (Atom)