-2

Hello I'm to trying to make this variable $game_link which is the url from the database a button, but seem not to get it right? I need help on it please. This is the code $game_link.

Boymexii
  • 3
  • 6

1 Answers1

0

Please Try This . I hope It will Work For You . If you are try to write this in PHP . And This is Your Styling . I mean Your 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>

Here Is Your Anchor Tag Code

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

Let Me Know If your problem get solved . Thanks

Coder Me
  • 63
  • 9