Posts by yanko • 96 points
4 posts
-
0
votes3
answers292
viewsA: Set title with echo in PHP
Your code has an unwise part if you want to add more code after this Originally you have: <title><?php echo 'Rodrigo' ?></title> But in PHP, at the end of each order / command it…
-
0
votes2
answers95
viewsA: Link href without dominion
Amanda, this function is given by the browser itself, not by the element code <a> I tested on Firefox and Chrome, it works: <a href="https://electronic.perina.net/">Passe o mouse…
-
6
votes1
answer123
viewsA: How to know if the person has visited another site with cookies?
Matthew, unfortunately, nay can access cookies from another page, or how to set cookies for another page. What you can do is the following: Let’s assume you have the mastery a.com and b.com. When…
-
0
votes3
answers93
viewsA: Alignment of photons
This helps? input[type=radio] { float: right; clear: both; } span { float: right; } <form action="" method="post" id="questionario"> <label for="questao1"><h6>Sente dificuldade…