Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

a tag taking up all the width of the page

a{
  display: inline-block;
  /*this should stop your link from taking up all the width of your page*/
}
 
PREVIOUS NEXT
Tagged: #tag #width #page
ADD COMMENT
Topic
Name
9+7 =