@ChocoBerryScotch Check out the following thread for instructions on how to code:
Coding Resource Megathread
Is it possible to open an image in the background?? I have tried all codes for the same but it is not workingā¦helpā¦anyone???
What do you mean? Open an image in a new tab when someone clicks on it?
You can try wrap an <a>
tag around your <img>
. By default it should open the image in a new link if the user has the āOpen all external links in a new tabā option enabled on in their settings (enabled by default).
Edit: And your image must be uploaded from another website.
Not that, I mean can I open an image in the background and place text over it??? like in this case there is a gray background, Is it possible for me to write over an image instead??
Try using the background-image: url(āā);
property. Here for more information.
Text
<span style="font-size:; display: block; width: 350px; height: 150px; background-image: url('https://via.placeholder.com/350x150');">
<span style="font-size: 50px; display: block; width: 100%; text-align: center; line-height: 150px; color: red;">
Text
</span>
</span>
Help Making An Image as a Background?
I presume you copied and pasted the code directly from their post however theyāve escaped their quotation marks which means you have to replace the quotation mark character ā with " instead (see below).
<img src="https://78.media.tumblr.com/39868fceec64ffe3affe32e99b25b648/tumblr_nve04sIvSg1spv4k4o3_500.png" width="500px" height="500px">
Does any coding work in the ABOUT ME section on wattpad.com? I see it puts special characters in HTML but you canāt input HTML? Iām not learned in this so Iām a little confused.
Yes, anything which is available for use in a forum post also words for the āAbout Meā section in your profile.
Try pasting this into your āAbout Meā:
<span style="font-size: 1.5157rem; display: block; width: 100px; height: 100px; background: gray;">Test</span>
What it should look like
Test