有没有办法改变 html 表格中特定文本的字体大小

发布于 2025-01-15 10:13:20 字数 997 浏览 4 评论 0原文

我的目标是增加前 2 个 [a] 标签的文本大小

   <table width="750" class="normal">
    <tr>
    <td height="35" align="center" bgcolor="#FFFFFF"><strong>
      <strong>Click one of the following PDF's for more information:</strong><br>
      <br>
      <font size="+4px"> <a  href="http://www.gpiparts.com/Rubber_Blankets/Rubber_Blankets-Order_Form.pdf" target="_blank"><strong>Online Order Form</strong></font></a> | 
      <font size="+4px">  <a href="http://www.gpiparts.com/Rubber_Blankets/Rubber_Blankets_Brochure_and_Order_Form.pdf" target="_blank">Literature / Order Form </font></a> |
      <a href="http://www.gpiparts.com/Rubber_Blankets/Replacement_Rubber_Blanket_Install.pdf" target="_blank"><br>Installation / Repair Instructions</a> 

到目前为止,我尝试增加 HTML 中的字体大小,但没有成功,因为 html 似乎没有附加 CSS,并且此 html 代码是在 phpmyadmin 的正文中编码的桌子。

我将不胜感激任何建议。

My goal is to increase the text size of first 2 [a] tags

   <table width="750" class="normal">
    <tr>
    <td height="35" align="center" bgcolor="#FFFFFF"><strong>
      <strong>Click one of the following PDF's for more information:</strong><br>
      <br>
      <font size="+4px"> <a  href="http://www.gpiparts.com/Rubber_Blankets/Rubber_Blankets-Order_Form.pdf" target="_blank"><strong>Online Order Form</strong></font></a> | 
      <font size="+4px">  <a href="http://www.gpiparts.com/Rubber_Blankets/Rubber_Blankets_Brochure_and_Order_Form.pdf" target="_blank">Literature / Order Form </font></a> |
      <a href="http://www.gpiparts.com/Rubber_Blankets/Replacement_Rubber_Blanket_Install.pdf" target="_blank"><br>Installation / Repair Instructions</a> 

So far I tried to increase font size in HTML but no success because html does not seems to have CSS attached to it and this html code is coded in the body of phpmyadmin table.

I would appreciate any suggestions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不及他 2025-01-22 10:13:20
<a style="font-size: 40px;"....
<a style="font-size: 40px;"....
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文