Jump to content

Lorrainee

Members
  • Posts

    3
  • Joined

  • Last visited

Lorrainee's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. what good eyes both of you had. Thank you so much for finding that. Yes, I will go over the CSS tutorial. Thanks to both.
  2. Maybe this is what you need: <!DOCTYPE html><html><body><p>An image:<img src="smiley.gif" alt="Smiley face" width="32" height="32" /></p><p>A moving image:<img src="hackanm.gif" alt="Computer man" width="48" height="48" /></p><p>Note that the syntax of inserting a moving image is no different from a non-moving image.</p></body></html>
  3. I did my first web page and everything is great except for the text lines. I have 7 text lines that are centered on the page. Preceeding the 2nd thru last text lines is an extraneous < What have I done wrong? Code is below and thanks. <br><div align="center"> <font face="elephant"><font color="#0000FF"><span style="font-size:20px;"><i>* Stay active</i></span></font></div><div align="center"> <font face="elephant"><<font color="#0000FF"><span style="font-size:20px;"><i>* In-actives are kicked</i></span></font></div>The above appears as: * Stay active < * In-actives are kicked Lorraine
×
×
  • Create New...