Hello!
I have created a button in the body my web page using the following code below:
<input type=button onClick="parent.location='btb-lad-home.htm'" value='Home' style="font-family: comic sans ms; background-color: #872175" >
(I have no code for my button in the head of my web page.)
Although the code above creates a button with now problem the button is kind of plain.
I have been searching for more code to make my button more appealing, ie rounded corners.
Does anyone have any suggestions for code that I can add to create rounded corners on my button. Or any other effects?
Thanks.