Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

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.

Need a little bit of help with coding

Featured Replies

2zemid3.gif

I can't figure out how to code/make speech bubbles for my website. Can anyone help me?

I'm trying to have "tips" where the little cartoon tells the reader a tip.

10postchm2105.png

8,180

WONGTONG IS THE BEST AND IS MORE SUPERIOR THAN ME

#1 Wongtong stalker.

Im looking for some No Limit soldiers!

So I'm guessing the current one shown there is just shopped in or something?

 

Well, there is a way of making a triangle with CSS so that no images would be involved, and fancy ways of making rounded corners... But in this case I think it's unnecessary. Just make a div, give it a CSS background property, and put text in it.

 

Something like this:

<!-- Assume you have the html declaration and head as well as the content above your bubble up here -->
<div class="bubble"><p>Wongtong has a lot of sciencey things to say right here.</p></div>
<!-- Content below goes here -->

 

And then some CSS:

 

.bubble {
background: transparent url('speechbubble.png') no-repeat scroll 0 0;
width: /*Width of your image in pixels*/ ;
height: /*Height of your image in pixels*/ ;
}

.bubble p {
padding: /*Enough padding to give the text some breathing room*/ ;
}

C2b6gs7.png

  • Author

Oh okay, I'll give that a go. And yes I shopped it in.

 

So would I just the image right before the <div class="bubble">?

 

e.g

<img src="cuteimage.gif"><div class=bubble><p>text text</p></div>

10postchm2105.png

8,180

WONGTONG IS THE BEST AND IS MORE SUPERIOR THAN ME

#1 Wongtong stalker.

Im looking for some No Limit soldiers!

  • Author

Naw the image doesn't show up. :(

10postchm2105.png

8,180

WONGTONG IS THE BEST AND IS MORE SUPERIOR THAN ME

#1 Wongtong stalker.

Im looking for some No Limit soldiers!

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.