Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Need a little help with HTML (I think)

Featured Replies

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.

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

  • 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?


<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>

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.