The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Problem with Styling, I just want it to look normal so if you can tell me how to line it up
Rating  5
PlannedBoredom
post May 26 2012, 09:52 AM
Post #1


Newbie
*

Group: Members
Posts: 10
Joined: 25-May 12
Member No.: 17,165



I'm not all that great at css. So can someone please tell me how to line this up?

Topic Description: I just want it to look normal so if you can tell me how to line it up with text on the side, or line it up with text on top that would be great.

If you know both ways listed in the topic description, I would much rather have the text on top...

the site you can find it on is http://thepressstart.com/

HTML:
CODE
<div class="form">
<p id="feedback"><?php echo $feedback; ?></p>
<form method="post" action="?">
<ul>
    <li>
        <label for="name">Name:</label>
        <input type="text" name="name" id="name" />
    </li>
    <li>
        <label for="email">Email:</label>
        <input type="text" name="email" id="email" />
    </li>
    <li>
        <label for="message">Questions/Comments:</label>
        <textarea id="message" name="message" cols="40" rows="8"></textarea>
    </li>
    <li><input type="submit" value="Set Notification" />
</ul>
    </div>


CSS:
CODE
.form{
    margin: 10px 0;
    padding: 20px 0 20px 0;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    text-align: left;
}
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 26 2012, 01:12 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
PlannedBoredom
post May 26 2012, 02:33 PM
Post #3


Newbie
*

Group: Members
Posts: 10
Joined: 25-May 12
Member No.: 17,165



QUOTE(Darin McGrew @ May 26 2012, 01:12 PM) *

QUOTE
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.



I don't understand what you mean. Internal server error? Seems like maybe u loaded the post incorrectly. Try refreshing and then helping me please tongue.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post May 27 2012, 04:01 AM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Looks lined up to me? unsure.gif

Just curious, why do you use a list?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 05:28 AM