Month: March 2012

  • HTML code for horizontal line

    If you want to put a horizontal line to separate items on your page it is simply the <hr> attribute. Here are some options you can add to your line: <hr attribute1=”..” attribute2=”..”> Inserts a horizontal line. Attributes: size=”..” ; the thickness of the line. color=”..” ; line color, Internet Explorer only. width=”..” ; the

  • Scrolling Marquee for testimonials

    I am working on a new site and wanted to have a section with scrolling testimonials. I found a great tip online at: http://www.web-source.net/web_design_tips/html_marquee_scrolling_text.htm If you are familiar with HTML code you can easily edit it.