|
Answer» HTML CODING problem:
In the below HTML example, using a Button Gif Routine, the text on button does not display:
[/url]
Here is another routine I use that Text does not appear also:
>
value="My Osceolan" alt="[Submit]" name="submit" title= "Display Osceola Yearbooks">
In both of the above EXAMPLES, the button APPEARS and I can go to the "called" html location, but no text appears in the button.
Can anyone help?
THANKS,
Grey
For the second one, change <input type="image" /> to <input type="button" />.
with regards
|