如何使<a href="$game_link" target="_blank">$game_link</a>成为按钮

时间:2016-10-13 08:43:12

标签: php html variables hyperlink

你好我想尝试制作这个变量$ game_link这是数据库中的一个按钮,但似乎没有把它弄好吗?我需要帮助。这是代码$ game_link。

1 个答案:

答案 0 :(得分:0)

请试一试。我希望它能为你效劳。如果您尝试用PHP编写此代码。 这是你的造型。我的意思是你的Css。

    <style type="text/css">
    .submit_button {
text-decoration: none; font: menu;
display: inline-block; padding: 2px 8px;
background: ButtonFace; color: ButtonText;
border-style: solid; border-width: 2px;
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
 }
  .submit_button:active {
   border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
   }
</style>

这是您的锚标记代码

   <a href="<?php echo $game_link ?>" class="submit_button" target="_BLANK"><?php echo $game_link ?></a>

让我知道如果你的问题得到解决。谢谢