Here you will find proof that the web sites That I review and post about do not lie, and that they are not scams. I only post proof of sites I have reviewed, if you want me to post proof of your site please feel free to contact me at<strong> admin@thegermz.com</strong>. <a href="http://cashcrate.com/455840"><strong>CashCrate</strong></a> <img src="http://i81.photobucket.com/albums/j213/ggg9/JanuaryCashCrateCheck1.jpg" height="140" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/NovemberCashCrateCheck1.jpg" height="142" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/OctoberCashCrateCheck1.jpg" height="141" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/AugustCashCrateCheck1.jpg" height="140" width="400" /> <a href="http://paycage.com/members/register.php?ref=germz"><strong>PayCage</strong></a> <img src="http://i81.photobucket.com/albums/j213/ggg9/JanuaryPayCageCheck1.jpg" height="156" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/NovemberPayCageCheck1.jpg" height="156" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/SeptemberPayCageCheck1.jpg" height="156" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/MayPayCageCheck1.jpg" height="156" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/AprilPayCageCheck1.jpg" height="162" width="400" /> <a href="http://cashlagoon.com/?ref=32299"><strong>CashLagoon </strong></a> <img src="http://i81.photobucket.com/albums/j213/ggg9/FebruaryCashLagoonCheck1.jpg" height="148" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/JanuaryCashLagoonCheck1.jpg" height="148" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/NovemberCashLagoonCheck1.jpg" height="163" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/AprilCashlagoonCheck1.jpg" height="164" width="400" /> <a href="http://bankrollbucks.com/members/register.php?ref=Germz"><strong>Bankrollbucks </strong></a> <img src="http://i81.photobucket.com/albums/j213/ggg9/FebruaryBankRollBucksPayment.jpg" height="278" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/JanuaryBankRollBucksPayment.jpg" height="280" width="400" /> <a href="http://squishycash.com/members/register.php?ref=Germz"><strong>SquishyCash </strong></a> <img src="http://i81.photobucket.com/albums/j213/ggg9/JanuarySquishyCashCheck1.jpg" height="181" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/DecemberSquishyCashCheck1.jpg" height="183" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/JulySquishyCashCheck1.jpg" height="183" width="400" /> <img src="http://i81.photobucket.com/albums/j213/ggg9/OctoberSquishyCashCheck1.jpg" height="148" width="400" /> <a href="http://www.moratraffic.com/pages/index.php?refid=germz"><strong>MoraTraffic </strong></a> <img src="http://i81.photobucket.com/albums/j213/ggg9/OctoberMoraTrafficCheck1.jpg" height="184" width="400" /> <a href="http://freebiesjunction.com/members/register.php?ref=Germz">Fusion Cash</a> <img src="http://i81.photobucket.com/albums/j213/ggg9/freebiesjuntion.jpg" height="162" width="397" /> Code (markup): What is wrong with that code?! the "paycage" text keeps on going to the right of the cashcrate checks! thegermz.com/index.php/proof-of-payment/ that's where the page is at
Try adding a break tag after the AugustCashCrateCheck1.jpg code. For example: <img src="http://i81.photobucket.com/albums/j213/ggg9/AugustCashCrateCheck1.jpg" height="140" width="400" /> <br /> Code (markup):
I did insert it... not showing up on source I don't think you need to put <br> on wordpress cause it's spacing even though I'm not using br.
ok, me too. I guess you're using the visual editor? If that's the case, try placing the cursor after the august check img, then pressing "shift+enter" to knock the paycash or whatever that word is down a line.. let me know if that works
w0w dood, I dunno what to tell ya. The source code is showing each line has its own <p> tag so why that's even happening doesn't make any sense.. Sorry man
It's because there's room for the text "Pay Cage" and "Fusion Lagoon" or whatever it was whereas the other text strings are too long to fit next to the pic so they are forced onto the next line. You need to add a line break after the image, via <br /> if you do it in Code View it should let you.. Another thing you could try if you cannot do this is to: Try putting the image inside an empty div.. Or try putting the text inside an empty div.. Empty Div meaning <div></div>
Are you using the Code Editor Tab? You can completley disable the visual editor which i reccomend doing by clicking Users, then clicking on Admin, and unselecting/selecting the box which enables the visual editor.
So it will let you put an img tag and a p tag but it wont let you put <br /> or <div>?? Try playing around with it sometimes it will get through if you click off the page immediatly after saving it. Also i think in Code Editor you can do a line break by just pressing enter rather than using <br /> so Try <img src blah blah /> Blah Blah <img src rbugrbg /> Blah Blah