I am using yahoo page builder and I want to make things flash.. does anyone know if its possible to do with an html code?
I do not have that feature in pagebuilder.
Is there an html code to make a text box %26quot;flash%26quot; for my website?
The annoying code that should never be used!
Is.... %26lt;blink%26gt;%26lt;/blink%26gt;
Is there an html code to make a text box %26quot;flash%26quot; for my website?
ofcourse you can create a textbox or textfield in html
Try this example i%26#039;ve created:
%26lt;input type=%26quot;text%26quot; size=%26quot;5%26quot; /%26gt;
%26lt;input type=%26quot;text%26quot; size=%26quot;15%26quot; /%26gt;
%26lt;input type=%26quot;text%26quot; size=%26quot;25%26quot; /%26gt;
%26quot;text%26quot; is the name of your textfield
%26lt;input type=%26quot;text%26quot; size=%26quot;5%26quot; maxlength=%26quot;5%26quot; /%26gt;
%26lt;input type=%26quot;text%26quot; size=%26quot;15%26quot; maxlength=%26quot;15%26quot; /%26gt;
%26lt;input type=%26quot;text%26quot; size=%26quot;25%26quot; maxlength=%26quot;25%26quot; /%26gt;
maxlength- is the attributes
hope it will helps
julius
No comments:
Post a Comment