Ir para conteúdo
View in the app

A better way to browse. Learn more.

GGames Fórum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Inserir Imagens em Links

Para fazer com que os visitantes possam ser levados para outra página ao clicar numa imagem, basta juntar o código HTML para imagem e o código HTML para links (que vamos abordar a seguir):

Spoiler

<a href="http://www.outra_pagina.com"><img src="fotos/imagem.jpg"></a>

Inserir Links

A tag para se inserir links é <a href=https://ggames.com.br">Nome do Link</a>.
O resultado deste código seria:

Spoiler

<a href=https://ggames.com.br/perfil/29-nakamura/">Nakamura Perdil</a>.

O resultado deste código seria:

Nakamura Perfil

Abrir links em Novas Janelas


Se você não quer que as pessoas abandonem o seu site quando clicarem nos links, você pode definir seus links para abrirem numa nova janela com o atributo "target='_blank'":
 

Spoiler

<a href="https://ggames.com.br/" target="_blank">GGames</a>

 

Feedback do Usuário

Comentários Recomendados

Não há comentários para mostrar.

Crie uma conta ou entre para comentar

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.