help!!!!!

lordsofvine

New Member
Messages
41
Reaction score
0
Points
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>KOINONIA THEOLOGICAL SEMINARY</title>

<style type="text/css">
body {
margin: 0px;
background-color: #FFF;
font: normal 13px "Century Gothic", "Lucida Grande", Verdana, Tahoma, Century, sans-serif;
line-height: 20px;
color: #666;
}
div#intro {
margin: 0px auto 20px auto;
width: 800px;
}

div#intro img#logo {
width: 800px;
height: 150px;
}
div#introI {
padding: 0px 0px 6px 0px;
margin: -20px auto 0px auto;
width: 800px;
height: 32;
}
div#introII {
background: url("images/images_09.jpg");
padding: 0px 0px 0px 0px;
margin: -20px auto 0px auto;
width: 800px;
height: 419;
}
div#middle {
background-color: #FFF;
border-top: solid 1px #FFF;
border-bottom: solid 1px #FFF;
padding: 30px 0px 0px 13px;
}
div#footer {

text-align: center;
color: #ccc;
font-size: 11px;
padding: 5px;
}
a#AU:link, a#AU:visited {
display: block;
width: 112px;
height: 31px;
line-height: 0px;
color: #000;
text-decoration: none;
background: url(images/images_03.jpg) no-repeat left top;
text-indent: 50px;
}
a#AU:hover {
width: 112px;
height: 31px;
background: url(images/images_03_1.jpg) no-repeat left top;
color: #fff;
}
a#AN:link, a#AN:visited {
display: block;
width: 187px;
height: 31px;
line-height: 0px;
color: #000;
text-decoration: none;
background: url(images/images_04.jpg) no-repeat left top;
text-indent: 50px;
}
a#AN:hover {
width: 187px;
height: 31px;
background: url(images/images_04_1.jpg) no-repeat left top;
color: #fff;
}
a#CS:link, a#CS:visited {
display: block;
width: 100px;
height: 31px;
line-height: 0px;
color: #000;
text-decoration: none;
background: url(images/images_05.jpg) no-repeat left top;
text-indent: 50px;
}
a#CS:hover {
width: 100px;
height: 31px;
background: url(images/images_05_1.jpg) no-repeat left top;
color: #fff;
}
a#FA:link, a#FA:visited {
display: block;
width: 100px;
height: 31px;
line-height: 0px;
color: #000;
text-decoration: none;
background: url(images/images_06.jpg) no-repeat left top;
text-indent: 50px;
}
a#FA:hover {
width: 100px;
height: 31px;
background: url(images/images_06_1.jpg) no-repeat left top;
color: #fff;
}
a#ST:link, a#ST:visited {
display: block;
width: 77px;
height: 31px;
line-height: 0px;
color: #000;
text-decoration: none;
background: url(images/images_07.jpg) no-repeat left top;
text-indent: 50px;
}
a#ST:hover {
width: 77px;
height: 31px;
background: url(images/images_07_1.jpg) no-repeat left top;
color: #fff;
}
a#CU:link, a#CU:visited {
display: block;
width: 142px;
height: 31px;
line-height: 0px;
color: #000;
text-decoration: none;
background: url(images/images_08.jpg) no-repeat left top;
text-indent: 50px;
}
a#CU:hover {
width: 142px;
height: 31px;
background: url(images/images_08_1.jpg) no-repeat left top;
color: #fff;
}
li.inline {
display: inline;
padding-left: 0px;
padding-right: 0px;
border-right: 0px dotted #066;
}

</style>
</head>

<body>
<div id="intro">
<img src="images/images_01.jpg" id="logo" />
</div>
<div id="introI">
<ul>
<li class="inline"><img src="images/images_02.jpg" /></li>
<li class="inline"><a id="AU" href = "#"></a></li>
<a id="AN" href = "#"></a>
<a id="FA" href = "#"></a>
<a id="ST" href = "#"></a>
<a id="CU" href = "#"></a>
</ul>
</div>
<div id="introII">
<div style=" width: 770px; margin: 10px 1px 0px 22px; padding: 10px 0px 10px 0px;">
<p><font style= "color: #FFF;">Koinonia Theological Seminary (KTS) is an educational institution
offering graduate-level studies. Desiring to serve the Christian community, its primary purpose is
to train pastors, full-time and lay leaders in Mindanao and equip them for both local and global
ministry. </font></p>
<p><font style= "color: #FFF;">Students will be challenged to incorporate the cognitive biblical truth to which they are
exposed in class and private study into their lives and ministry. KTS desires that its students
pursue lifelong habits in spiritual disciplines so that continued growth in Christ-likeness and
life-changing ministry can take place. Further, KTS seeks to provide a context which enables and
empowers students to develop ministry skills for fruitful, lasting service.</font></p>
<p><font style= "color: #FFF;">Read More >>> </font></p>
</div>
<div id="footer">
<p>Copyright &copy 2008 &nbsp;Koinonia Theological Seminary. &nbsp; All rights reserved.</p>

</div>
</div>
</body>

</html>

can anyone check this out, whats wrong why can't i inline my images buttons, thanks for helping
 

dickey

New Member
Messages
128
Reaction score
0
Points
0
can you post a link so we can see the page in action.

Thanks.

try this if it works

HTML:
li.inline {

float:left;
padding-left: 0px;
padding-right: 0px;
border-right: 0px dotted #066;
}
 
Last edited:
Top