dongnuo4594 2015-04-05 08:26
浏览 183

如何在表单提交后更改字体大小和字体颜色

Hi iam trying to do simple form for my website.

iam only able to change the size of the form Like This but not able to change font size and color after submission you can view Here

Iam also attaching the code please view and give me good suggestion.

The below is the html code

<html>
<body align="center" bgcolor="#DCDCDC">
<frameset rows="25%,*">
<frame src="" name="f4">
<img src="GRIET1.png" height="25%" width="100%"></img>
</frameset>

<form action="updates.php" method="post">

<br>
<br>
<br>
<br>
<br>

<font size="4"</font>UserID:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" name="userid" size="25"><br>
<br>
UserName: &nbsp;&nbsp;&nbsp;<input type="text" name="username" size="25"><br>
<br>
Password: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" name="password" size="25"><br>
<br>
Department: &nbsp;&nbsp;&nbsp;<input type="text" name="department" size="25"><br>
<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit">

</form>

</body>
</html>

The below is the php code


Welcome 

Userid is: <?php echo $_POST["userid"]; ?><br>
Your email address is: <?php echo $_POST["username"]; ?><br>
password is: <?php echo $_POST["password"]; ?><br>
Department is:<?php echo $_POST["department"]; ?><br>

I also used html and body open and closing tags in php to reduce the code size iam not showing in php my main problem is how to change the font size and color after submitting the form thats it.

  • 写回答

1条回答 默认 最新

  • douhu4091 2015-04-05 09:10
    关注

    i congrats you to encorauge to enter this world.

    About your problem is really simple. PHP dont create styles, but css can.



    So you can make something like this:

    Welcome 
    
    Userid is: <div style="font-size:16px; color:red"> <?php echo $_POST["userid"]; ?></div><br>
    Your email address is: <div style="font-size:14pt; color: #FF6A6A"> <?php echo $_POST["username"]; ?><div><br>
    


    And so on, i encorauge you to see some videos about HTML5 and CSS3 Tutorials, then it would be a good idea to see some PHP videos and so on.

    Take care

    Sorry for bad english though.

    评论

报告相同问题?

悬赏问题

  • ¥15 我的数据无法存进链表里
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
  • ¥15 Oracle中如何从clob类型截取特定字符串后面的字符
  • ¥15 想通过pywinauto自动电机应用程序按钮,但是找不到应用程序按钮信息
  • ¥15 如何在炒股软件中,爬到我想看的日k线
  • ¥15 seatunnel 怎么配置Elasticsearch
  • ¥15 PSCAD安装问题 ERROR: Visual Studio 2013, 2015, 2017 or 2019 is not found in the system.
  • ¥15 (标签-MATLAB|关键词-多址)
  • ¥15 关于#MATLAB#的问题,如何解决?(相关搜索:信噪比,系统容量)
  • ¥500 52810做蓝牙接受端