Pyxis Posted September 14, 2009 Posted September 14, 2009 I'm quite new to web design and I am just getting to grips with everything at the moment, but I've got a slight problem with my latest updates div on this web page (my first attempt at designing something!) that I have created: When I go to type in <h3>Latest Updates</h3>: HTML: CSS: Am I being stupid? I don't know whether what I've done is what you'd normally do because I have never done this before. How do I fix it and should I need to fix it in the first place? I am basically doing an imaginary update to this site here: http://www.fighter-planes.com/ I should have really used Lorum Ipsum on the main text, but it is not as if I have a web server at the moment. Any help would be appreciated.
Ike Posted September 15, 2009 Posted September 15, 2009 It's probably just the margin and padding of the h3 pushing it down so try adding: #latestupdatestitle > h3 { border: 0; padding: 0; } to see if that fixes it.
Pantsu Man! Posted September 16, 2009 Posted September 16, 2009 I was just wondering what program are you using for the text in your html and CSS to appear in all those colours? Is it Dreamweaver?
Shorty Posted September 22, 2009 Posted September 22, 2009 Bit late on the response but in case you still wanted to know, that is definitely Dreamweaver.
Recommended Posts