-1

Im a bit of a n00b -- but usually figure out a solution.

http://www.thisisclou.com/about

The last line in the first paragraph will not align with the whole text group ??

my CSS:

element.style {
letter-spacing: 1.4px;
margin-left: auto;
margin-right: auto;
padding: 55%;
text-align: center;
text-decoration: none;
 }

directly on the paragraph ??

Any help would be nice. :) thanks Sylvana

  • Sorry the re-direct !! click 'Clou Studio Inc' in the bottom center to view the trobled page – Sylvana_dee Jun 05 '14 at 23:53
  • That might be because you have two `a` tags in that `p` tag. The first `a` tag makes no sense. – TheBokiya Jun 05 '14 at 23:56
  • 1
    The problem with these types of questions is that once someone answers and you fix the problem on that website, this question will not provide any use to future users. You should show a [mcve](http://stackoverflow.com/help/mcve). – Anonymous Jun 05 '14 at 23:56
  • thanks so much TheBokiya !! that helps so much :0 – Sylvana_dee Jun 06 '14 at 00:11

1 Answers1

0

I believe your issue is that you have an <a> tag inside a <p> tag.

pgunston
  • 302
  • 6
  • 16