Code: Select all
#logo {
float: left;
width: auto;
margin: 15px;
}
Code: Select all
#logo {
display: block;
padding-left: 15px;
text-align: left;
}
Code: Select all
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
Code: Select all
<h1>{SITENAME}</h1> <h3>{SITE_DESCRIPTION}</h3><br>
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
Code: Select all
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a><br>
<h1>{SITENAME}</h1> <h3>{SITE_DESCRIPTION}</h3>
Alright, I will do that next time. I was not sure if I should keep creating topics or not.ronthai wrote:NO, but you should start a new topic for each seperate issue.