Jump to content

If Statement Question?


twilitegxa

Recommended Posts

I'm trying to write a code that will basically say:

 

 

If an image is present (<img src="image.jpg" />), leave formatting as is. But id there is no image present, display a 25px top margin. Is there a way to do this?

 

 

It's actually for a Wordpress site I'm working on, and the posts section has the right formatting I want when I place an image at the beginning of the post, but if no image is posted, the spacing is screwed up. Can anyone help?

Link to comment
https://forums.phpfreaks.com/topic/239170-if-statement-question/
Share on other sites

why not use javascript for this?

 

but, are you pulling this information in via like an include or file_get_contents.. basically what I'm asking, do you have access to the content before it is output?

 

if so you can use preg_match to see if there is "<img" in the content.. if you don't have access to the content, than your best bet would be javascript.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.