Those Boats Again

This is from 500px:

<a href="http://500px.com/photo/43895664">
<img src="http://pcdn.500px.net/43895664/ba50296b335bfdff6894c3713198f2cacf6e196f/4.jpg" alt="Study In Grey II by Rob MacKillop on 500px.com" border="0" style="margin: 0 0 5px 0;">
</a>
<br/>
<font style="font-size: 120%;">
<a href="http://500px.com/photo/43895664">Study In Grey II</a>
by
<a href="http://500px.com/RobMacKillop">Rob MacKillop</a>
</font>

===============
Any idea what I need to extract from that to enable an image?
 
haha, I suspect we might shrink the forum a bit width wise, it does lend itself to rather large images at the mo doesnt it...

The light on those boats is brilliant Rob!
 
HTML:
[CODE]<a href="http://500px.com/photo/43895664">
  <img src="http://pcdn.500px.net/43895664/ba50296b335bfdff6894c3713198f2cacf6e196f/4.jpg" alt="Study In Grey II by Rob MacKillop on 500px.com" border="0" style="margin: 0 0 5px 0;">
</a>
<br/>
<font style="font-size: 120%;">
  <a href="http://500px.com/photo/43895664">Study In Grey II</a>
  by
  <a href="http://500px.com/RobMacKillop">Rob MacKillop</a>
</font>[/CODE]
 
OK, having trouble with 500px.

HTML:
[CODE]<a href="http://500px.com/photo/43895664">
  <img src="http://pcdn.500px.net/43895664/ba50296b335bfdff6894c3713198f2cacf6e196f/4.jpg" alt="Study In Grey II by Rob MacKillop on 500px.com" border="0" style="margin: 0 0 5px 0;">
</a>
<br/>
<font style="font-size: 120%;">
  <a href="http://500px.com/photo/43895664">Study In Grey II</a>
  by
  <a href="http://500px.com/RobMacKillop">Rob MacKillop</a>
</font>[/CODE]
 
One more try:

PHP:
[CODE]<a href="http://500px.com/photo/43895664">
  <img src="http://pcdn.500px.net/43895664/ba50296b335bfdff6894c3713198f2cacf6e196f/4.jpg" alt="Study In Grey II by Rob MacKillop on 500px.com" border="0" style="margin: 0 0 5px 0;">
</a>
<br/>
<font style="font-size: 120%;">
  <a href="http://500px.com/photo/43895664">Study In Grey II</a>
  by
  <a href="http://500px.com/RobMacKillop">Rob MacKillop</a>
</font>[/CODE]
 
4.jpg


easy ... take the url of the image out of that code then put it in the image url box
 
Back
Top