Thread: Borders
View Single Post
Join Date: Jan 2009
Posts: 1
Reputation: samuelk1934 is an unknown quantity at this point 
Solved Threads: 0
samuelk1934 samuelk1934 is offline Offline
Newbie Poster

Borders

 
0
  #1
Jan 2nd, 2009
Hi

I am trying to put a Border around 6 links to other pages. I am using a ref from a stylesheet that i have created

i made the border like this within my stylesheet

  1. p4 {
  2. border: medium double #000000;
  3. }

The text that i want to put the border around looks as follows

  1. <p1><a href= link</a></p1>
  2. <p1><a href= link</a></p1>
  3. <p1><a href= link</a></p1>
  4. <p1><a href= link</a></p1>
  5. <p1><a href= link</a></p1>
  6. <p1><a href= link</a></p1>

I have never designed a web page and i am very new to this have been trying it out to desig i webpage for the company i work for.

I am using Dreamweaver CS3
Last edited by peter_budo; Jan 6th, 2009 at 9:36 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Reply With Quote