browsers have default settings for header elements, so if you have something wrapped in an h1,h2, etc tag, it will often get default formatting. The easiest way for a beginner to get passed that is probably to use a <p> tag instead, and manually style it in your css
kk.
JBC944
@JBC944
sorry about that I just found my own mistake
Eric Phy
@SimplyPhy
finding your mistakes is a right of passage that virtually everyone undergoes in order to avoid making those same mistakes
welcome to lvl 2 :P
JBC944
@JBC944
how many levels are there?
Eric Phy
@SimplyPhy
dunno
JBC944
@JBC944
I hope there is not 666 because then that is hell lol
Eric Phy
@SimplyPhy
ha, my guess is the only ones that matter are the ones you make it to. probably safest to assume there’s always at least one more.
Einstein quote: “Everything should be made as simple as possible, but no simpler."
Lily Romano
@Lilyheart
Imma go with 667 levels because you are not there until after you pass through hell.
Eric Phy
@SimplyPhy
did you finish the site @JBC944 ?
Eric Phy
@SimplyPhy
Lulz xD
Lily Romano
@Lilyheart
oh boy
lol
Lily Romano
@Lilyheart
What fun things are people working on lately?
JBC944
@JBC944
I am working on another form
its not fun lol
Lily Romano
@Lilyheart
Forms are a challenge.
I don't think many people enjoy making html forms.
JBC944
@JBC944
I want to work on another website
I got to make a add or drop button
_
Lily Romano
@Lilyheart
mmmmmmbuttons.
I wonder how @dcpking_twitter 's new job is goin'. He's been quiet @ _ @
JBC944
@JBC944
I am surprised that I did not have a 2nd mountain dew yet lol
Lily Romano
@Lilyheart
would that be two or three? :)
JBC944
@JBC944
two lol
i had one yesterday and one today
Lily Romano
@Lilyheart
we won't talk about how much soda I drank when I was your age xD
JBC944
@JBC944
a whole bottle?
Lily Romano
@Lilyheart
many xD
JBC944
@JBC944
I got a question
how do you get a button to deslect the other button
I am looking in the book at the moment but makes not sense to me
Lily Romano
@Lilyheart
button buttons? Or radio buttons? I'm not sure what you mean by deselect
JBC944
@JBC944
radio buttons
like you have to pick one or the other
Lily Romano
@Lilyheart
all the radio buttons that you want together have to have the same name="something"
JBC944
@JBC944
one is called add and the other is called drop
Lily Romano
@Lilyheart
they have to have the same name. They can have different value
<form action="">
<input type="radio" name="gender" value="male"> Male
<input type="radio" name="gender" value="female"> Female
<input type="radio" name="gender" value="other"> Other
</form>
JBC944
@JBC944
so what would i call them like
radio
Lily Romano
@Lilyheart
Welcome to one of the hardest parts of programming. Naming things.
JBC944
@JBC944
it worked thanks lily
Lily Romano
@Lilyheart
good ways to name things is a topic a chat should be about someday xD
Robert Wilber
@wilberelectric_twitter
Hi. New join newbie. Just watching if that's ok. Thanks for add.