WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Remove border from text field Empty Remove border from text field Wed Jul 07, 2010 6:44 pm

Guest


Guest
Hey guys
i entered this text field to an HTML page and it has a big border around it(test it and you will see)
Code:
<form action="contact.forum?action=submit" class="report" method="post" style="border: none"><fieldset><dl><dt><label for="subject">Message subject<span class="obligatory">*</span> :</label></dt><dd><input name="subject" id="subject" maxlength="54" class="inputbox" value="" type="text"></dd></dl></fieldset><fieldset><dl><dt><label for="message">Message content<span class="obligatory">*</span> :</label></dt><dd><textarea cols="25" rows="10" name="message" id="message" class="inputbox"></textarea></dd></dl></fieldset><fieldset><dl><dt><label for="reg_key"><font size="1">Type the characters you see in the picture. (If you do not see any picture here, please enable images in your web browser options and refresh this page):</font><span class="obligatory">*</span> :</label></dt><dd class="captcha"><div class="captcha-img"><label for="reg_key" dir="ltr"><img src="/antirobot_pic.forum?a=f97cfeb7b7f0584116af0b1925898f7c" alt=""></label><input name="username" value="" type="hidden"><input name="time" value="" type="hidden"></div><input class="inputbox tiny" name="reg_key" id="reg_key" maxlength="5" dir="ltr" type="text"></dd></dl></fieldset><fieldset class="submit-buttons"><input class="button2" name="submit" value="Send" type="submit"><input type="reset" value="Reset"></fieldset><input name="time" value="" type="hidden"></form>

how can i remove it?
thanks Neutral

2Remove border from text field Empty Re: Remove border from text field Wed Jul 07, 2010 9:04 pm

Drogba921


Registered Member
Registered Member
Here's the new code:

Code:
<form action="contact.forum?action=submit" class="report" method="post" style="border: none"><dl><dt><label for="subject">Message subject<span class="obligatory">*</span> :</label></dt><dd><input name="subject" id="subject" maxlength="54" class="inputbox" value="" type="text"></dd></dl><dl><dt><label for="message">Message content<span class="obligatory">*</span> :</label></dt><dd><textarea cols="25" rows="10" name="message" id="message" class="inputbox"></textarea></dd></dl><dl><dt><label for="reg_key"><font size="1">Type the characters you see in the picture. (If you do not see any picture here, please enable images in your web browser options and refresh this page):</font><span class="obligatory">*</span> :</label></dt><dd class="captcha"><div class="captcha-img"><label for="reg_key" dir="ltr"><img src="/antirobot_pic.forum?a=f97cfeb7b7f0584116af0b1925898f7c" alt=""></label><input name="username" value="" type="hidden"><input name="time" value="" type="hidden"></div><input class="inputbox tiny" name="reg_key" id="reg_key" maxlength="5" dir="ltr" type="text"></dd></dl>
  <input class="button2" name="submit" value="Send" type="submit"><input type="reset" value="Reset"><input name="time" value="" type="hidden"></form>

http://www.codinghelp.org

3Remove border from text field Empty Re: Remove border from text field Wed Jul 07, 2010 9:05 pm

Guest


Guest
Thanks buddy!
Worked perfectly All the best

4Remove border from text field Empty Re: Remove border from text field Wed Jul 07, 2010 9:07 pm

Drogba921


Registered Member
Registered Member
Cool-Processor wrote:Thanks buddy!
Worked perfectly All the best

If it happens again... remove all of the fieldset tags.

http://www.codinghelp.org

5Remove border from text field Empty Re: Remove border from text field Fri Jul 09, 2010 4:28 pm

Guest


Guest
So...may that be locked? Smile

6Remove border from text field Empty Re: Remove border from text field Fri Jul 09, 2010 4:36 pm

Russel

Russel
Moderator
Moderator
Solved > Locked

https://www.twitter.com/russeltubo

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum