Ir para conteúdo
  • 0

[Dúvida] Como colocar style ou center nesta linha?


LeoTK

Pergunta

Ae galera do xtibia já tentei de várias formas colocar style ou center nesta linha só que não funcionou alguem poderia me dizer onde exatamente ficaria o style ou center dentro desta linha?

echo "<textarea name='motd'>".set_value('motd')."</textarea><br/>";

aguardo resposta +rep pra quem ajudar xD

Link para o comentário
Compartilhar em outros sites

8 respostass a esta questão

Posts Recomendados

  • 0

Tente usar o

echo "<center><textarea name='motd'>".set_value('motd')."</textarea></center><br/>";

dentro do echo msm.

Link para o comentário
Compartilhar em outros sites

  • 0


<?php

error(validation_errors());

if(empty($_POST['motd'])) $_POST['motd'] = $motd;

echo form_open("guilds/motd/".$id."/");

echo "<textarea name='motd'>".set_value('motd')."</textarea><br/>";

echo "<input style='margin-left: 50px;' type='submit' value='Change'/>";

echo "</form>";

?>

Link para o comentário
Compartilhar em outros sites

  • 0
<?php 
error(validation_errors());
if(empty($_POST['motd'])) $_POST['motd'] = $motd;
echo form_open("guilds/motd/".$id."/");
echo "<textarea name='motd'>".set_value('motd')."</textarea><br/>";
echo "<input style='margin-left: 50px;' type='submit' value='Change'/>";
echo "</form>";
?>

Por

<?php 
<center>
error(validation_errors());
if(empty($_POST['motd'])) $_POST['motd'] = $motd;
echo form_open("guilds/motd/".$id."/");
echo "<textarea name='motd'>".set_value('motd')."</textarea><br/>";
echo "<input style='margin-left: 50px;' type='submit' value='Change'/>";
echo "</form>";
</center>
?>
Link para o comentário
Compartilhar em outros sites

  • 0
<?php 
error(validation_errors());
if(empty($_POST['motd'])) $_POST['motd'] = $motd;
echo form_open("guilds/motd/".$id."/");
echo "<textarea name='motd'>".set_value('motd')."</textarea><br/>";
echo "<input style='margin-left: 50px;' type='submit' value='Change'/>";
echo "</form>";
?>

Por

<?php 
<center>
error(validation_errors());
if(empty($_POST['motd'])) $_POST['motd'] = $motd;
echo form_open("guilds/motd/".$id."/");
echo "<textarea name='motd'>".set_value('motd')."</textarea><br/>";
echo "<input style='margin-left: 50px;' type='submit' value='Change'/>";
echo "</form>";
</center>
?>

 

 

<center><?php

error(validation_errors());

if(empty($_POST['motd'])) $_POST['motd'] = $motd;

echo form_open("guilds/motd/".$id."/");

echo "<textarea name='motd'>".set_value('motd')."</textarea><br/>";

echo "<input style='margin-left: 50px;' type='submit' value='Change'/>";

echo "</form>";

?>

</center>

 

 

tenta assim.

Editado por Unknowed
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...