C Coolprogram Established Member โ 20 โ Impact 7 Jul 26, 2005 838 views 4 replies #1 Hello i need help on HTML but it's not like a hyper link.I don't know how to have a box around my links like a rectangle. Someone please help me. Thanks] -Coolprogram
Hello i need help on HTML but it's not like a hyper link.I don't know how to have a box around my links like a rectangle. Someone please help me. Thanks] -Coolprogram
Rudy Established Member โ 20 โ Impact 16 Jul 26, 2005 #2 Do you mean you want to put a border around your links? Use CSS. That would be the simplest.
C Coolprogram Established Member โ 20 โ Impact 7 Jul 26, 2005 #3 I don't know what it's called all i know is that my bro did it for me once but idon't have a file that still contains the code.Normally i have back up disks but the one time i forget bam i cant doi that shiz any more.
I don't know what it's called all i know is that my bro did it for me once but idon't have a file that still contains the code.Normally i have back up disks but the one time i forget bam i cant doi that shiz any more.
B bmsterling New Member โ 20 โ Impact 0 Jul 27, 2005 #4 a{ padding: 2px 5px 2px 5px; border: 1px solid #000000; background:#ff0000; color:#ffffff; }
Zubair1 Established Member โ 20 โ Impact 50 Aug 20, 2005 #5 <a style="border-style:solid;border-width:1; " href="#">Try This</a>