Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > HTML / Design

HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-08-2009, 11:10 AM
dileka's Avatar
dileka dileka is offline
Junior Member
 
Join Date: Feb 2009
Posts: 2
Default build separators lines for website on my hosting

How do I make separator on my site? I would like to divide the text into my site with good-looking horizontal lines.
Reply With Quote
  #2  
Old 06-08-2009, 11:37 AM
marci marci is offline
Senior Member
 
Join Date: Jan 2009
Location: EU
Posts: 117
Default Re: build separators lines for website on my hosting

Here's how to put horizontal lines on the site. This lines can be used like separator. This is an example of long and short horizontal lines in the center of the design:
HTML Code:
<HR WIDTH=20%>
<HR WIDTH=50%>
<HR WIDTH=100%>
<HR WIDTH=20>
<HR WIDTH=50>
<HR WIDTH=100>
Example of left and right part of the design:
HTML Code:
<HR WIDTH=60% ALIGN=LEFT>
<HR WIDTH=60% ALIGN=RIGHT>
<HR WIDTH=60% ALIGN=CENTER>
Two other examples of bold horizontal lines:
HTML Code:
<HR WIDTH=60% SIZE=1>
<HR WIDTH=60% SIZE=3>
<HR WIDTH=60% SIZE=8>
<HR WIDTH=60% SIZE=15>
and
HTML Code:
<HR WIDTH=60% SIZE=1 NOSHADE>
<HR WIDTH=60% SIZE=3 NOSHADE>
<HR WIDTH=60% SIZE=8 NOSHADE>
<HR WIDTH=60% SIZE=15 NOSHADE>
The last one is my favourite! These are a few simple examples, each code should be placed between body tag.
Reply With Quote
Reply

Tags
build, hosting, lines, separators, website

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 04:05 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.