« Web, HTML, Tech Forum

please help issue with border color??

Posted by gaz :p

posted

Forum: Web, HTML, Tech

I do not know how to make the border for interests, links, etc for my page. Most of my page successfully turns the border green but no matter how many ways i've tried to get rid of the blue i cant figure it out. Does anyone know an easy way to find out whats wrong or know how to type the code for those sections for me?? plzzzzz :'(


Report Topic

1 Reply

Reply by lem.iso

posted

  .contact, .url-info, .table-section, .blog-preview, .blurbs, .friends, .profile-info {
   border: 1px solid #ffffff !important;
   }

you can change the border size to whatever you want and the hex color (#ffffff is by default white) to any value you want.

for the border around your profile, use this:

  .container {
  border: 1px solid #ffffff;
  }



Report Reply