free flash templates free css & photoshop templates free flash animation |
#1
|
|||
|
|||
Template 15
Hi there,
I have one problem in Template 15. How can i put the _home.html biger ( and other pages) to add more info and de horizontal bar doesnt cut it. As you can see here http://www.tematicus.pt/proposta/ Tks and regards |
#2
|
|||
|
|||
<div class="clear"></div> is your friend!
From my experience with template 16 which has a bottom bar as well that would sometimes terminate at a paragraph use the line that is in the title. That will add just a simple clear box to the bottom of your main body text but in addition it will drive the "footer bar" (which is what I have come to call those little annoyances) down. Make sure though that you only add that line into the main body text of the page that is loaded ie. if your on the _contact.htm form page you add the line to the bottom of your text there. That will inform the css style sheet which is invoked by the index.htm page that you want a clear body section at the end of your text and it will pull that footer bar down accordingly. Just a thought give it a try and see what happens.
Code:
<p>So this is a bit of example code to show you where to put the clear div class</p> <p>Make sure to do it after the closing statement of your main body text, which is after the individual "</div>" below.</p> </div> <div class="clear"></div> |
#3
|
|||
|
|||
Hello,
If i can solve my "problem" in my template 15 has i wote in this forum , i wold like to know how can i buy and the price of the template to avoid the link and copyright. www.tematicus.pt/proposta best regards |
#4
|
|||
|
|||
Quote:
any other sugestions? Tks |
#5
|
|||
|
|||
Would you mind posting the html code for your _home.htm or _services.htm files. It looks like it is the footer that is cutting off your lower portion of text but the code that controls how far down the footer is pulled is actually located in the extension files ie. _home.htm, and not the index.htm file.
Thanks Griffen |
#6
|
|||
|
|||
this is file _home.html
<style type="text/css"> <!-- #leftcol .module-box.grey1 .module-content p strong { color: #F00; } --> </style> <div id="leftcol"> <div class="module-box grey1"> <h2 class="none">Últimas</h2> <div class="module-content"> <p>Curso de Manicura e pedicura ( EFA). Equivalência escolar: 9.º Ano (<strong>Inscrições encerradas</strong>)</p> </div> </div> <div class="module-box"> <h2 class="orange">Noticias</h2> <div class="module-content"> <ul class="none"> <li> <strong><a href="javascript:showPage('_new.htm', '');" class="black">O Segredo do nosso Sucesso!</a></strong> <p>Pellentesque tincidunt arcu quis tellus. Nunc turpis metus, porta in, blandit vel, accumsan ac, mi. Vestibulum ante ipsum primis</p> </li> <li> <strong><a href="javascript:showPage('_new.htm', '');" class="black">07 Janeiro 2011</a></strong> <p>Criação do nosso novo Site</p> <a href="javascript:showPage('_news.htm', '');">Todas as noticias</a> </li> </ul> </div> </div> <div class="module-box"> <h2 class="grey">Newsletter</h2> <div class="module-content grey"> <form method="post" action="newsletter.php"> O seu<label for="email"> e-mail:</label> <input type="text" style="with: 160px;" value="" id="email" /> <input type="submit" value="OK" /> </form> </div> </div> </div> <div id="rightcol"> <div id="content"> <font size="5"><strong>QUEM SOMOS:</strong></font> <p align="justify" style="margin-top: 0pt; margin-bottom: 0pt; text-align: left;"><img src="images/photo1.jpg" alt="" width="120" height="81" align="left" class="floatleft" />A TEMATICUS - Formação Profissional Lda, foi constituida em 11 de Agosto de 2005, com sede na Rua Carreiro da Lama n. º 4; 4580-066 Paredes. Desde essa altura, o TENMATICUS tem <strong> intervido em diversas áreas e desenvolvido um conjunto de projectos e de iniciativas</strong>, quer ao nível da <strong> prestação de serviços de consultoria, nos domínios de recursos humanos e de gestão</strong>, quer ao nível da <strong> intervenção em múltiplas modalidades e áreas de formação, apresentando e levando a cabo um conjunto alargado e diversificado de projectos de formação</strong>, quer como entidade formadora, quer <strong> criando e apresentando projectos para outras empresas/organizações</strong></p> <p style="margin-top: 0pt; margin-bottom: 0pt; text-align: left;"> </p> <p style="margin-top: 0pt; margin-bottom: 0pt; text-align: left;"><font size="5"><strong>PARA QUEM:</strong></font></p> <p style="margin-top: 0pt; margin-bottom: 0pt; text-align: left;"><img alt="" src="http://www.tematicus.pt/images/MP900411810[1].jpg" width="120" align="right" border="0" height="81" />Enquanto entidade formadora, a sua actividade abrange várias modalidades de formação, designadamente o <strong>Sistema de Aprendizagem em Alternância</strong>, <strong>a Formação Inter e Intra-Empresas, Educação e Formação de Adultos, a Formação para Activos Qualificados e a Formação Pedagógica Inicial de Formadores</strong>. Estas Modalidade de formação abrangem todo o espectro do publico, desde desempregados, jovens em situação de 1.º emprego, trabalhadores por conta de outrem, estudantes e empresários.</p> <p align="justify"> </p> <p align="justify"><font size="5"><strong>COMO FAZEMOS</strong>:</font></p> <p align="justify"><strong><span style="margin-top: 0pt; margin-bottom: 0pt; text-align: left;"><img alt="" src="http://www.tematicus.pt/images/MP900423037[1].jpg" width="120" align="left" border="0" height="81" /></span>Formação profissional</strong> ou <strong> Formação</strong> no seu contexto geral significa conjunto de actividades que visam a aquisição de conhecimentos, capacidades, atitudes e formas de comportamento exigidos para o exercício das funções próprias de uma profissão ou grupo de profissões em qualquer ramo de actividade económica. É portanto uma metodologia que difere da "Educação" no sentido em que se especializa na experiência profissional e é voltada para a aquisição de competências profissionais. É também o conjunto de qualificação acumulada por uma pessoa relativo ao seu papel produtivo na sociedade. A formação pode ser feita de várias formas e tem como objectivo dar a conhecer ou actualizar os conhecimentos do indivíduo acerca de um tema. Tendo para tal, instalações equipamento adequado, não esquecendo da utilização de formadores com elevada experiencia formativa e profissional. </p> <div class="clear"></div> Tks for the help !!! |
#7
|
|||
|
|||
as it didnt worked i tried in those 2 files... _home and index
|
#8
|
|||
|
|||
anyone!?!?!
|
#9
|
|||
|
|||
This forum was not supposed to help users?
|
#10
|
|||
|
|||
free web template
Did you try :
<div id="header" class="clearfix"></div>
__________________
We are always pleased to read you in our guestbook |
|
|