Jump to content

How to inline with table?


usman07

Recommended Posts

I have a image and I want the image to be inline with the image beside it, iv tried most things but i cant get it to work. The other image beside the filter image are outputted using php.

 

You can have a look here: http://mumtazproperties.hostei.com/forsale.php

 

Heres the css that I have used for the filter image:


#filter{
width: 214px;
height: 217px;
padding-left: 8px;
display: inline-table;
}

 

heres the css used for the image that are outputted by php:

.propimage{
width: 758px;
height: 191px;
padding-left: 15px;
padding-top: 30px;
display: inline-table;

}

 

Thank you

Link to comment
https://forums.phpfreaks.com/topic/262724-how-to-inline-with-table/
Share on other sites

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.