Thread: Resolved Need help with simple print
View Single Post
Old 01-10-2013, 09:12 PM   PM User | #2
TFlan
New Coder

 
Join Date: Dec 2012
Location: USA
Posts: 82
Thanks: 3
Thanked 17 Times in 17 Posts
TFlan is an unknown quantity at this point
PHP Code:
print('<div id="thumbnail" style="background: url("images/portfolio/'.$row['thumbnail'].'"); width: 240px; height: 160px;">title</div>'); 
Use that (just cleaner), and could you post what the result is?

I have a feeling you may be forgetting the file extension
TFlan is offline   Reply With Quote