Click here to Skip to main content
16,011,849 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to display image on same page in php web page
the image is display in same web page on middle
Posted
Updated 10-Feb-14 20:50pm
v3
Comments
OriginalGriff 11-Feb-14 2:46am    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalisation if you want to be taken seriously.
Kornfeld Eliyahu Peter 11-Feb-14 4:55am    
You have some code to show us?
EZW 13-Feb-14 4:11am    
Not sure I understand you correctly. Putting an image on a page requires HTML and styling it requires CSS. No PHP required here. <img src="path/to/image.jpg" style="display: block;margin-left: auto;margin-right: auto;" alt="Image" />

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900