Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Line help  (Read 3205 times)

0 Members and 1 Guest are viewing this topic.

nymph4

    Topic Starter


    Specialist

    Line help
    « on: September 12, 2008, 09:54:07 AM »
    If I want to place a Yellow Line going across the web page I know there is a Code and you can ajust the thicknness of it and how long it is.

    But I fogot it can anyone tell me what it is thanks.

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: Line help
    « Reply #1 on: September 12, 2008, 09:57:20 AM »
    Like this:

    Code: [Select]
    <hr width="5px" style="color:yellow" />

    ChrisXPPro



      Adviser

    • Forever Learning
    • Thanked: 4
      • ACB Systems
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows XP
    Re: Line help
    « Reply #2 on: September 12, 2008, 10:36:25 AM »
    Just to add -

    Code: [Select]
    <hr width="100%" height="5px" style="color:yellow;" />

    Your width can be a fixed pixel amount or percentage - and if less than page width then you can center it if you wish.  To fill across whole page use 100%.  Select height to suit taste. 

    In IE there is a ''noshade'' option too for a crisper line.  It's worth comparing results in more than one browser IMO.
    Ain't technology great - until it goes wrong!