Problema (Edit Article)

  • ricardocfc
  • Avatar de ricardocfc Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
11 anos 9 meses atrás #75647 por ricardocfc
ricardocfc created the topic: Problema (Edit Article)
Ola, Alguem poderia me dizer como eu Arrumo esse Erro:
Segue o Link do Erro:

http://i.imgur.com/PQmoU.jpg

Muito Obrigado.

Please Entrar ou Registrar to join the conversation.


Mais
11 anos 9 meses atrás #75674 por masinfox
masinfox replied the topic: Re: Problema (Edit Article)
no joomla localize a pasta templates/system/css (se não existir, crie) e crie dentro desta pasta um arquivo com este conteudo:
/**
 * @copyright	Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

body {
	background: #fff;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 76%;
	color: #333;
}

h1 {
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

h2 {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

h3 {
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #135cae;
}

h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

a:link, a:visited {
	color: #1B57B1; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #00c;	text-decoration: underline;
	font-weight: normal;
}

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }

Salve e teste criar o artigo no joomla

[url=http://www.masinfox.com:59pl1xnr][b:59pl1xnr][color=#0040BF:59pl1xnr]www.masinfox.com[/color:59pl1xnr][/b:59pl1xnr][/url:59pl1xnr]

Please Entrar ou Registrar to join the conversation.