Guest Access
Poster Mcposty
Poster Mcposty

Poster Mcposty
profile
I'm JUST starting to learn some basic html but
I've run into a problem with adding background colors.
the code that I was told to use is
It only shows the text of the code, not the actual code. I am doing this in notepad and the HTML view-thingy with Firefox.
MotionM
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

I've run into a problem with adding background colors.
![[RESOLVED] Need help with HTML Html10](https://i.servimg.com/u/f46/17/36/75/49/html10.jpg)
the code that I was told to use is
- Code:
body {
font-size: 0.8em;
color: navy;
}
h1 {
color: #ffc;
background-color: #009;
}
It only shows the text of the code, not the actual code. I am doing this in notepad and the HTML view-thingy with Firefox.
Poster Mcposty
Show Signature
^Want the above userbar in your profile? Here's the code.
View my blog, http://motionmreview.blogspot.com/
Want a certain music album or game reviewed? Send me an Email at MotionM@hotmail.com!
: MShinigaki
Add me for some League of Legends fun!
![[RESOLVED] Need help with HTML Gfuserbar](https://2img.net/r/ihimizer/img718/7481/gfuserbar.jpg)
^Want the above userbar in your profile? Here's the code.
- Code:
[img]http://img718.imageshack.us/img718/7481/gfuserbar.jpg[/img][/URL]
View my blog, http://motionmreview.blogspot.com/
Want a certain music album or game reviewed? Send me an Email at MotionM@hotmail.com!
![[RESOLVED] Need help with HTML Lolicon](https://2img.net/h/www.freefrag.com/images/forum_icons/lolicon.png)
Add me for some League of Legends fun!
Administrator
Administrator

Administrator
profile
@
- that looks like CSS code: I'll explain later... if you like
there's so many ways to do the same thing yet if you're just looking for html basics, place this code after the < body >tag
is this a full on HTML page that your are working on?
G@MeF@Ce
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile


there's so many ways to do the same thing yet if you're just looking for html basics, place this code after the < body >tag
- Code:
<body bgcolor="navy">
<font color="white">
is this a full on HTML page that your are working on?
Administrator
Show Signature
Hey Guest, check out my demos!
Super Mockup Project
Cool Puzzle Cave
Into the Nexas
Web_Plat
Getroid
G.A.S.
G101's theme colors
![[RESOLVED] Need help with HTML G101_t10](https://2img.net/u/3113/12/83/19/album/g101_t10.png)

![[RESOLVED] Need help with HTML G101_c28](https://2img.net/u/3113/12/83/19/album/g101_c28.gif)
shhh.... secret project
My Portfolio Page
Super Mockup Project
Cool Puzzle Cave
Into the Nexas
Web_Plat
Getroid
G.A.S.
G101's theme colors
![[RESOLVED] Need help with HTML G101_t10](https://2img.net/u/3113/12/83/19/album/g101_t10.png)

![[RESOLVED] Need help with HTML G101_c28](https://2img.net/u/3113/12/83/19/album/g101_c28.gif)
shhh.... secret project
My Portfolio Page
Poster Mcposty
Poster Mcposty

Poster Mcposty
profile
@GF: Yes, CSS I meant.
I guess the site I was using isn't the best with the colors then.
I'm just trying to learn a bit, just using some of information and resources I already have to have some more of knowledge.
MotionM
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

I guess the site I was using isn't the best with the colors then.

I'm just trying to learn a bit, just using some of information and resources I already have to have some more of knowledge.
Poster Mcposty
Show Signature
^Want the above userbar in your profile? Here's the code.
View my blog, http://motionmreview.blogspot.com/
Want a certain music album or game reviewed? Send me an Email at MotionM@hotmail.com!
: MShinigaki
Add me for some League of Legends fun!
![[RESOLVED] Need help with HTML Gfuserbar](https://2img.net/r/ihimizer/img718/7481/gfuserbar.jpg)
^Want the above userbar in your profile? Here's the code.
- Code:
[img]http://img718.imageshack.us/img718/7481/gfuserbar.jpg[/img][/URL]
View my blog, http://motionmreview.blogspot.com/
Want a certain music album or game reviewed? Send me an Email at MotionM@hotmail.com!
![[RESOLVED] Need help with HTML Lolicon](https://2img.net/h/www.freefrag.com/images/forum_icons/lolicon.png)
Add me for some League of Legends fun!
Administrator
Administrator

Administrator
profile
ok so you are using a cascading style sheet?
then try adding this to your CSS
lemme know if that works for you, then we can style other things ^,^
G@MeF@Ce
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

then try adding this to your CSS
- Code:
.body {
background-color: #000080;
}
lemme know if that works for you, then we can style other things ^,^
Administrator
Show Signature
Hey Guest, check out my demos!
Super Mockup Project
Cool Puzzle Cave
Into the Nexas
Web_Plat
Getroid
G.A.S.
G101's theme colors
![[RESOLVED] Need help with HTML G101_t10](https://2img.net/u/3113/12/83/19/album/g101_t10.png)

![[RESOLVED] Need help with HTML G101_c28](https://2img.net/u/3113/12/83/19/album/g101_c28.gif)
shhh.... secret project
My Portfolio Page
Super Mockup Project
Cool Puzzle Cave
Into the Nexas
Web_Plat
Getroid
G.A.S.
G101's theme colors
![[RESOLVED] Need help with HTML G101_t10](https://2img.net/u/3113/12/83/19/album/g101_t10.png)

![[RESOLVED] Need help with HTML G101_c28](https://2img.net/u/3113/12/83/19/album/g101_c28.gif)
shhh.... secret project
My Portfolio Page
Poster Mcposty
Poster Mcposty

Poster Mcposty
profile
Edit: Nevermind. Needed to make a whole new section after the HTML. I got it now. 
And yes, that worked (you added a . before body btw
)
MotionM
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile


And yes, that worked (you added a . before body btw

Poster Mcposty
Show Signature
^Want the above userbar in your profile? Here's the code.
View my blog, http://motionmreview.blogspot.com/
Want a certain music album or game reviewed? Send me an Email at MotionM@hotmail.com!
: MShinigaki
Add me for some League of Legends fun!
![[RESOLVED] Need help with HTML Gfuserbar](https://2img.net/r/ihimizer/img718/7481/gfuserbar.jpg)
^Want the above userbar in your profile? Here's the code.
- Code:
[img]http://img718.imageshack.us/img718/7481/gfuserbar.jpg[/img][/URL]
View my blog, http://motionmreview.blogspot.com/
Want a certain music album or game reviewed? Send me an Email at MotionM@hotmail.com!
![[RESOLVED] Need help with HTML Lolicon](https://2img.net/h/www.freefrag.com/images/forum_icons/lolicon.png)
Add me for some League of Legends fun!