# Form 2 Mail with CSS

**URL:** https://forum.kirupa.com/t/form-2-mail-with-css/213723
**Category:** web dev
**Created:** [January 22, 2007, 7:30pm UTC](https://forum.kirupa.com/t/form-2-mail-with-css/213723 "2007-01-22T19:30:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jimjiminyjimjim](https://avatars.discourse-cdn.com/v4/letter/j/aeb1de/32.png) [@jimjiminyjimjim](https://forum.kirupa.com/u/jimjiminyjimjim)
#### Post date: [January 22, 2007, 7:30pm UTC](https://forum.kirupa.com/t/form-2-mail-with-css/213723/1 "2007-01-22T19:30:46Z")

</div>

I have a question. I am using Form 2 Mail to email me the details of an html form. I only understand the basics of CSS and the basics of PHP so I’m having some problems.

Form 2 Mail seems to require this html in order for it to send the information:

```auto

name: <input type="text" name="name">

```

But I’m using CSS to style the form and this is what is currently being used:

```auto

<label for="name">Name:</label> <input type="text" id="name" value="" />

```

Whats the best way to style the form with CSS but still have it work with Form 2 Mail

I have attached the Form 2 Mail Php
