Results 1 to 2 of 2

Thread: Vertical dotted line

  1. #1
    Join Date
    Feb 2005
    Posts
    71
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Vertical dotted line

    I'm sorry if this is a very simple question, but can anybody advise me how is the simplest way to create a vertical dotted line for the right hand edge of an iframe (eg to separate the menu on the left at http://www.victoryplayers.co.uk/news ).


    Also, is there a simple way to create a dotted vertical right hand border for a table or single cell?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    HTML Code:
    <iframe name="oldnews" src="oldnews.htm" width="150" height="400" scrolling="no" frameborder="0" style="border-right:1px dotted black;"></iframe>
    You can apply this style to any element that will take a border. The other two you mention both will. It can also be used in a stylesheet if you use those.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •