button creation
-
i want to create ‘click here’ kind of button. Which could do either of the following after entering an entry code:
1.Open a dialog box with some textual and non editable information.
OR
2.Redirect to another webpage.Sir Please help me with this problem as i do not know the technical terms related to it.
The blog I need help with is: (visible only to logged in users)
-
1. I’m not sure if you can do that unless you touch php code.
2. This should be possible easily. A simple a href tag for that keyword. -
As far as button is concerned, you may need to use <input type=”button”> and use css tricks (Google search) to make it attractive.
- The topic ‘button creation’ is closed to new replies.