On 5 juil. 2011, at 07:56, Gopikrishnan <[email protected]> wrote:
> Hi, > > Try this code.... > > <form name="tweetForm" id="index" title="moShare" selected="true" > class="panel" method="POST" action=""> > <fieldset> > <div class="row"> > <label style="width:100px">Name</label> > <input type="text" name="ident" placeholder="Nathan Campos"> > </div> > </fieldset> > <a class="whiteButton" href="javascript:formname.submit()">Submit</a> > </form> > > > Thanks > Gopikrishnan I would highly recommand NOT using this as styles should stay in the theme... with inline css code everywhere, you'll be in bad shape for theming or updating + break default behavior so patches or third party code cluld be goofed. > On Tue, Jul 5, 2011 at 7:12 AM, Nathan Campos <[email protected]> wrote: > I've been trying to get a <form> to work using iUI, but it isn't getting > formatted correctly. This is part of the code I'm trying: > <form name="tweetForm" id="index" title="moShare" selected="true" > class="panel" method="POST" action=""> > <fieldset> > <div class="row"> > <label>Name</label> > <input type="text" name="ident" placeholder="Nathan > Campos"> > </div> > </fieldset> > <a class="whiteButton" href="javascript:formname.submit()">Submit</a> > </form> > Which version of iUI are you using? 0.3? 0.4? 0.5? Your code seems good to me... cod you share us a link to see it!? R. -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
