Link to home
Start Free TrialLog in
Avatar of Eduardo Fuerte
Eduardo FuerteFlag for Brazil

asked on

What must be done to make a HTML/PHP page to resemble a Picture in the same dimensions of the original one?

Hi Experts

What must be done to make a HTML/PHP page to resemble a Picture in the same dimensions of the original one?

The original Picture

User generated image
How it appears very small)

User generated image
Code used:
<br/><div id="container_principal">
	<div class="row font">
		<div class="col-md-12">
            <div class="col-md-3">
            <img class="img-responsive" src="<?php echo base_url('assets/img/testeira_compras-publicas_ica.png')?>" alt="ppais" title="COMPRASPUBLICAS"/>
            </div><br/><br/>
            <div class="col-md-9">
        		<h3><b>&nbsp;&nbsp;&nbsp;PPAIS - <b style="font-size:18px; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;">Programa Paulista da Agricultura de Interesse Social</b></b> </h3><hr class="hr_titulos"/>
            </div>

Open in new window


Thanks in advance!
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Eduardo Fuerte

ASKER

Since I'm in a hurry now .. what you pointed solved it perfectly!

Thank you for your assistance!