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.

MechJosh0

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    MechJosh0 got a reaction from apollo-articles in Aligning table contents   
    Could be your CSS conflicting with something. Do you need it to be in a table? If not try this:

    <div style="width:100%;"> <span style="font-size:16px;float:left;width:150px;"><a href="http://www.mylink.com">Read Full Review</a></span> <span style="font-size:16px;float:right;width:150px;text-align:right;"><a href="http://www.mylink.com/2">Click To Buy</a></span> <br clear="both"> </div>
  2. Like
    MechJosh0 got a reaction from apollo-articles in Aligning table contents   
    Hello Sam,
     

    <table style="border: 0px solid #0000FF" bgcolor="#F8F8F8"> <tr> <td colspan="2"><span style="font-size:16px;float:left;"><a href="http://www.mylink.com">Read Full Review</a></span> <span style="font-size:16px;float:right;"><a href="http://www.mylink.com/2">Click To Buy</a></span></td> </tr> </table>
    That should do it. I also fixed a few coding bugs you had
     
     
    What I've done is changed it to one TD line but changed this one TD line to take up the space of two TD lines. From there I changed the span to float the text to the left and the other to the right.
  3. Like
    MechJosh0 got a reaction from apollo-articles in Aligning table contents   
    Sorry, I coded that on the forums without testing it. I just tested this in Dreamweaver and it works for me:

    <table style="border: 0px solid #0000FF" bgcolor="#F8F8F8"> <tr> <td colspan="2"><span style="font-size:16px;float:left;width:150px"><a href="http://www.mylink.com">Read Full Review</a></span> <span style="font-size:16px;float:right;text-align:right;width:150px"><a href="http://www.mylink.com/2">Click To Buy</a></span><br clear="both"></td> </tr> </table>
  4. Like
    MechJosh0 reacted to Sazzad in Great Free Resources for Web Designers   
    Few suggestion:


     
    Forrst to the list of inspiration sites.
    photos8.com for stock photos.
    browserlab.adobe.com browser shots.
    awwwards.com for inspiration.
    And most important of all colorapi.com for color selection.

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.