okay, here's the thing. classes have just started and i've already completed the entire book except for one chapter towards the beginning. i'm getting it all in now, so the stupid professor will let me test out and get the credit before i move.
so, here it is.
<HTML>
<HEAD>
<TITLE>Touchstone Booksellers</TITLE>
</HEAD>
<BODY background="images/eggshell.jpg">
<FONT FACE="arial, helvetica, sans serif">
<H1>Touchstone Booksellers</H1>
<img src="images/book.gif" align="left" height="148" width="148" alt="an open book">
<H3>Specializing in <EM>nonfiction</EM> of all types</H3>
<P>Join our <STRONG>preferred reader</STRONG> program for <FONT COLOR="#5959AB">10% off</FONT> your purchases!
<H5 ALIGN="right">an independent, locally-owned bookstore since 1948</H5>
</FONT>
</BODY>
</HTML>
really simple right? well, what i NEED to do, is fix it so the unordered list has bullets. the bullets are actually THERE, but they seem to be BEHIND the picture. i canNOT change the size of the picture. i tried hrspace but it moves all of that section. all i need are the bullets showing.
i KNOW it's probably a simple fix, but i can't think of what! i've tried everything!
Question
whatchadoin
okay, here's the thing. classes have just started and i've already completed the entire book except for one chapter towards the beginning. i'm getting it all in now, so the stupid professor will let me test out and get the credit before i move.
so, here it is.
<HTML>
<HEAD>
<TITLE>Touchstone Booksellers</TITLE>
</HEAD>
<BODY background="images/eggshell.jpg">
<FONT FACE="arial, helvetica, sans serif">
<H1>Touchstone Booksellers</H1>
<img src="images/book.gif" align="left" height="148" width="148" alt="an open book">
<H3>Specializing in <EM>nonfiction</EM> of all types</H3>
<ul>
<li><A HREF="construction.htm">Place an order</A>
<li><A HREF="construction.htm">Search our stock</A>
<li><A HREF="construction.htm">Out-of-print searches</A>
<li><A HREF="construction.htm">Events calendar</A>
</ul>
<br>
<P>Join our <STRONG>preferred reader</STRONG> program for <FONT COLOR="#5959AB">10% off</FONT> your purchases!
<H5 ALIGN="right">an independent, locally-owned bookstore since 1948</H5>
</FONT>
</BODY>
</HTML>
really simple right? well, what i NEED to do, is fix it so the unordered list has bullets. the bullets are actually THERE, but they seem to be BEHIND the picture. i canNOT change the size of the picture. i tried hrspace but it moves all of that section. all i need are the bullets showing.
i KNOW it's probably a simple fix, but i can't think of what! i've tried everything!
Edited by triliaerisLink to comment
Share on other sites
6 answers to this question
Recommended Posts