Login Register


I need css Assistance filter_list
Author
Message
I need css Assistance #1
ello

I'm trying to fix my contact form and I wish to make my center can anyone help?

Reply

RE: I need css Assistance #2
(08-26-2015, 08:58 AM)user404 Wrote: ello

I'm trying to fix my contact form and I wish to make my center can anyone help?

Can you post your CSS? Are you trying to centre your form or do you need help creating the whole form?
someone with no history is nothing but suspicious.

Reply

RE: I need css Assistance #3
If I read your post properly, you just want to center your form?

if that's the case, just throw the form in a <div> tag, id it, then text-align it in your css

Before:
Code:
<!DOCTYPE html> <head> <title>CSS Thing</title> </head> <body> <h1>hi</h1> </body> </html>

After (I'm lazy, so I'm putting the CSS in with the HTML):
Code:
<!DOCTYPE html> <head> <title>CSS Thing</title> <style type="text/css"> #wrapper {text-align: center;} </style> </head> <body> <div id="wrapper"> <h1>hi</h1> </div> </body> </html>
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

[+] 1 user Likes Inori's post
Reply

RE: I need css Assistance #4
yes all i want is to center it

(08-26-2015, 12:37 PM)Jare Wrote: Can you post your CSS? Are you trying to centre your form or do you need help creating the whole form?

https://jsbin.com/gofaqa/edit?html,css,output

here is css
(This post was last modified: 08-26-2015, 11:03 PM by user404.)

Reply

RE: I need css Assistance #5
(08-26-2015, 11:02 PM)user404 Wrote: yes all i want is to center it


https://jsbin.com/gofaqa/edit?html,css,output

here is css

Okay dude, your code is very confusing.

What are you defining your form element as?

Idk if its the site itself that is just not showing how it looks after I try to modify it or what.

I'll start into fixing it, at the very least, I've fixed a few errors/possible design flaws.

I might be mistaken but you may also be repeating elements without modifiers as well.

This is what I've done so far, not much as it is a lot to go through lol:

http://pastebin.com/pkARiPu6
telegram: @satan_sl

Reply

RE: I need css Assistance #6
(08-27-2015, 12:15 AM)Jinx Wrote: Okay dude, your code is very confusing.

What are you defining your form element as?

Idk if its the site itself that is just not showing how it looks after I try to modify it or what.

I'll start into fixing it, at the very least, I've fixed a few errors/possible design flaws.

I might be mistaken but you may also be repeating elements without modifiers as well.

This is what I've done so far, not much as it is a lot to go through lol:

http://pastebin.com/pkARiPu6

thank you for the help

Reply

RE: I need css Assistance #7
(08-27-2015, 01:26 AM)user404 Wrote: thank you for the help

Ok you need to make your form container to the size of your box, then use margins set to auto, and define a percentage width, and it *should* make the forum centered in the box, but not page.
telegram: @satan_sl

Reply

RE: I need css Assistance #8
Depending on the element, you would have to change some attributes. Setting the margin to automatic should work, for the most part. There are some, though very little exceptions to this.
[Image: BXqGARG.png]

Reply

RE: I need css Assistance #9
If you still need help with this, i can help you, pm me.

Reply







Users browsing this thread: