+ 1
Can someone help me with this?
I have tried and tried and for some reason the "Sign in" heading in my code isn't centering! help please. It's my only public code "biy" (ignore the name)
8 Respuestas
+ 1
I tried that. whenever I use it it just makes the other texts uncentered
+ 1
I did the <font size=""> and it worked!!!! thank you!
0
Code please...
0
you are missing a > for that tag
0
have you tried making a table and centering the entire table or using CSS and centering a div that contains your form?
0
sorry. playing with your code I removed the <h2> tags and that allowed it to center
you could use the font style/size tags to make the size bigger instead of the heading tag
0
okay, thank you. I'll try that