stvdel
01-08-2008, 12:03 AM
Hello I am trying to modify this web template I got and I
can't figure out how to get the bullet points that are listed
1 2 3 4 5 to line up on the left side of the page with how. It
always tabs them over. Please tell me how to change the
code to line them up with how. I am very new to this stuff
and I don't know if you need to see the .css document if
so I can post back with that information.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Learn</title>
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
</head>
<body>
<div id="wrapper">
<h1><span class="hone"><em>E</em>ffective</span>
<span class="htwo">Learn</span>
<span class="hthree">How</span></h1>
<div id="head-1"></div>
<div id="head-2"></div>
<div id="nav">
<ul>
<li>1</a></li>
<li>2</a></li>
<li>3</a></li>
<li>4</a></li>
<li class="last">5</a></li>
</ul>
can't figure out how to get the bullet points that are listed
1 2 3 4 5 to line up on the left side of the page with how. It
always tabs them over. Please tell me how to change the
code to line them up with how. I am very new to this stuff
and I don't know if you need to see the .css document if
so I can post back with that information.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Learn</title>
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
</head>
<body>
<div id="wrapper">
<h1><span class="hone"><em>E</em>ffective</span>
<span class="htwo">Learn</span>
<span class="hthree">How</span></h1>
<div id="head-1"></div>
<div id="head-2"></div>
<div id="nav">
<ul>
<li>1</a></li>
<li>2</a></li>
<li>3</a></li>
<li>4</a></li>
<li class="last">5</a></li>
</ul>