Reputation Activity
-
MechJosh0 got a reaction from apollo-articles in Aligning table contentsCould 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>
-
MechJosh0 got a reaction from apollo-articles in Aligning table contentsHello 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.
-
MechJosh0 got a reaction from apollo-articles in Aligning table contentsSorry, 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>
-
MechJosh0 reacted to Sazzad in Great Free Resources for Web DesignersFew 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.