August 22, 201312 yr Hey guys I can't seem to figure out why my Linkedin logo is higher than my facebook and google plus logo at the bottom of this page. http://www.englishclick.net/ Do you guys see anything unusual? Thanks in advance.
August 22, 201312 yr Eeww - tables! Could you not put them in a <ul> or just style them separately? You could always put them in a table via CSS as that's visual only. Wrap them in a table (display: table;) then the links as table cells. You can then tinker with setting vertical-align to middle. Just an idea. Bit pushed for time to go through it properly, so might not be the best idea.
August 22, 201312 yr None of the paragraph tags are closed so when you drag your code in first two are getting closed before the logos last one is wrapping the logos
August 22, 201312 yr Author None of the paragraph tags are closed so when you drag your code in first two are getting closed before the logos last one is wrapping the logos Ok. Well I'm still somewhat new to this world. How would I fix that?
August 22, 201312 yr <table border="0" width="150" cellspacing="1"> <tr> <td> <p align="center"> </p> <!-- added closing tag --> <div class="fb-like" data-href="http://www.englishclick.net" data-width="50" data-layout="box_count" data-show-faces="false" data-send="false"></div></td> <td> <p align="center"> </p> <!-- added closing tag --> <div class="g-plusone" data-size="tall" data-href="http://www.englishclick.net"></div> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script></td> <td> <p align="center"> </p> <!-- added closing tag --> <script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US </script> <script type="IN/Share" data-url="http://www.englishclick.net" data-counter="top"></script></td> </tr> </table>
August 28, 201312 yr Author Thanks a lot man! I appreciate you taking the time to help a newbie. Cheers.
Create an account or sign in to comment