PDA

View Full Version : Bullet Question


The Main Event
09-14-2004, 03:53 PM
---Hello

---Can Someone Tell Me What I Have To Do To This Code So That
---The Bullets Are Lined Up With The Text Without Bullets Here Is
---The Code:

<div style="overflow:auto; border:#000000 0px solid;text-align:left">
<font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair"><u>Latest Television Results</u>
<ul type="circle">
<li><font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair" href="latest-wwe-raw-results.html""/h36.shtml" STYLE="TEXT-DECORATION: NONE" onMouseOver="window.status=''; return true" onMouseOut="window.status='':return true"><style type="text/css"><!-- a:hover {color:#999999; text-decoration:line-through} --></style>WWE Raw (09/13/04)<br></li>
<li><font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair" href="latest-wwe-smackdown-results.html""/h36.shtml" STYLE="TEXT-DECORATION: NONE" onMouseOver="window.status=''; return true" onMouseOut="window.status='':return true"><style type="text/css"><!-- a:hover {color:#999999; text-decoration:line-through} --></style>WWE Smackdown (09/09/04)<br></li>
<li><font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair" href="latest-nwa-tna-impact-results.html""/h36.shtml" STYLE="TEXT-DECORATION: NONE" onMouseOver="window.status=''; return true" onMouseOut="window.status='':return true"><style type="text/css"><!-- a:hover {color:#999999; text-decoration:line-through} --></style>NWA-TNA Impact (09/10/04)<br></li>
<li><font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair" href="latest-wwe-velocity-results.html""/h36.shtml" STYLE="TEXT-DECORATION: NONE" onMouseOver="window.status=''; return true" onMouseOut="window.status='':return true"><style type="text/css"><!-- a:hover {color:#999999; text-decoration:line-through} --></style>WWE Velocity (09/11/04)<br></li>
<li><font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair" href="latest-wwe-heat-results.html""/h36.shtml" STYLE="TEXT-DECORATION: NONE" onMouseOver="window.status=''; return true" onMouseOut="window.status='':return true"><style type="text/css"><!-- a:hover {color:#999999; text-decoration:line-through} --></style>WWE Heat (09/12/04)</li>
</ul>
<font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair"><u>Latest Pay Per View Information</u>
<ul type="circle">
<li><font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair" href="wwe-summerslam.html""/h36.shtml" STYLE="TEXT-DECORATION: NONE" onMouseOver="window.status=''; return true" onMouseOut="window.status='':return true"><style type="text/css"><!-- a:hover {color:#999999; text-decoration:line-through} --></style>WWE Summerslam (08/15/04)<br></li>
<li><font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair" href="wwe-unforgiven.html""/h36.shtml" STYLE="TEXT-DECORATION: NONE" onMouseOver="window.status=''; return true" onMouseOut="window.status='':return true"><style type="text/css"><!-- a:hover {color:#999999; text-decoration:line-through} --></style>WWE Unforgiven (09/12/04)<br></li>
<li><font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair" href="wwe-no-mercy.html""/h36.shtml" STYLE="TEXT-DECORATION: NONE" onMouseOver="window.status=''; return true" onMouseOut="window.status='':return true"><style type="text/css"><!-- a:hover {color:#999999; text-decoration:line-through} --></style>WWE No Mercy (10/03/04)<br></li>
</ul>
<font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair"><u>Latest Updates</u><br><br>
<ul type="circle">
<li><font style="font-family:verdana;color:#000000;font-size:10px"><a class="chlnk" style="cursor:crosshair">WWE Day of Reckoning Screenshots Added</li>
</ul>
</div>

---Here Is An Example Of What I Am Trying To Explain

---Example (http://www.themainevent.vzz.net/main.html)

---Thanx

faze1
10-18-2004, 02:50 PM
Hows this,
<html>
<head>
<style type="text/css">
#events {
font: bold 11px verdana; color: black;
line-height: 25px;
}
#events ul {
list-style: circle outside;
font: bold 10px verdana; color: blue;
line-height: 25px;
/*IE and Opera*/
margin-left: 15px;
/*Firefox and Netscape*/
padding-left: 0;
}
#events a {
font: bold 10px verdana; color: blue;
}
#events :link, #events :visited { color: blue; text-decoration: none; }
#events :link:focus, #events :visited:focus { color: blue; }
#events :link { color: blue; }
#events :visited { color: blue; }
#events :link:hover, #events :visited:hover { color: #999999; text-decoration: none; cursor: crosshair; }
#events :link:active, #events :visited:active { color: blue; }
</style>
</head>
<body>

<div id="events">
<u>Latest Television Results</u>
<ul>
<li><a href="latest-wwe-raw-results.html""/h36.shtml">WWE Raw (09/13/04)</a></li>
<li><a href="latest-wwe-smackdown-results.html""/h36.shtml">WWE Smackdown (09/09/04)</a></li>
<li><a href="latest-nwa-tna-impact-results.html""/h36.shtml">NWA-TNA Impact (09/10/04)</a></li>
<li><a href="latest-wwe-velocity-results.html""/h36.shtml">WWE Velocity (09/11/04)</a></li>
<li><a href="latest-wwe-heat-results.html""/h36.shtml">WWE Heat (09/12/04)</a></li>
</ul>
<u>Latest Pay Per View Information</u>
<ul>
<li><a href="wwe-summerslam.html""/h36.shtml">WWE Summerslam (08/15/04)</a></li>
<li><a href="wwe-unforgiven.html""/h36.shtml">WWE Unforgiven (09/12/04)</a></li>
<li><a href="wwe-no-mercy.html""/h36.shtml">WWE No Mercy (10/03/04)</a></li>
</ul>
<u>Latest Updates</u>
<ul>
<li><a href="screenshot.html">WWE Day of Reckoning Screenshots Added</a></li>
</ul>
</div>

</body>
</html>


Cheers,

The Main Event
10-22-2004, 12:08 PM
---Thanx A Lot Man The Code Is Great :joy:

---The Main Event