View Single Post
Old 12-03-2012, 06:48 PM   #1
yakimeshi
Junior Member
yakimeshi began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2012
Device: none
Question about image

Hi,

I am trying to have my image center and adjust the size automatically when the viewers enlarge the tablets.

===============================
<head>
<title>The Creativity Revolution</title>
<link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css" />
<link href="../Styles/page_styles.css" rel="stylesheet" type="text/css" />

<style type="text/css">

p.sgc-2 {text-align: center;}
div.sgc-1 {text-align: center;}
</style>
</head>

<body class="calibre">
<div class="sgc-1"><img alt="" src="../Images/Alabamafinal72.jpg" /></div>

<path gradientshapeok="t"></path>

</body>
</html>
=================================

can anyone please help out here?
yakimeshi is offline   Reply With Quote