Original post moved. Think this could be better answered in CSS... sorry, I'm new to html and CSS... didn't really know the difference. So, in turn, could someone tell me? Thanks!
HTML (Hyper Text Markup Language) is a widely accepted web-design language. HTML is responsible for the construction, and the total output, of a page. CSS (Cascading Style Sheets) is another widely-accepted web-design language. Unlike HTML, CSS does not "CREATE" anything. Instead, it decorates, aligns, and positions (etc) elements in HTML. In a nutshell, CSS takes the normal HTML output and adds a few rules to how it's actually displayed. you can see some tutorials on w3schools.com enjoy coding.