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
p4 {
border: medium double #000000;
}
The text that i want to put the border around looks as follows
<p1><a href= link</a></p1>
<p1><a href= link</a></p1>
<p1><a href= link</a></p1>
<p1><a href= link</a></p1>
<p1><a href= link</a></p1>
<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.