Wordpress image on article page


Author Message
Robo

Posted: 12/11/2009
Quote message 

Can't figure out why the image on the article page disappears when seen in the browser... when exporting the theme I would have expected it to embed the png image... help appreciated
 
Garry

Posted: 12/11/2009
Quote message 

Artisteer generates templates for Content management systems(Joomla, Wordpress etc.) and you need to add content(may be images) from your CMS admin , the content you see while designing your template is just dummy.

 
robo

Posted: 12/12/2009
Quote message 

This is what happened. I created a template in HTML in order to place a temporary frontpage on the site whilst I was making my mind up about which CMS to use.... I placed an image in the header and added some text to the article before exporting as an HTML, after FTP- ing it up to the site, everything looked great except that the article image was not showing. In other words the header image showed and the article image didn't. !!!
 
Dave Porter

Posted: 12/12/2009
Quote message 

Hi Robo,

Your second post pretty much just repeats your first !

Did you read Garry's comments ?

cheers Dave
 
Garry

Posted: 12/12/2009
Quote message 

You can add that image inserting following code after "<div class="art-PostContent">" in page.html of your exported template:

<img class="art-article" src="images/spectacles.gif" alt="an image" style="float: left" />

You also need to add an image named "spectacles.gif" in images folder of your exported template, preferred image size is 167x250