Skip to main content

All Questions

Tagged with
0 votes
0 answers
15 views

How to resolve Internal server error in flask and summary not fetched error in a text summarizer application that I'm trying to build?

I'm building a simple text summarizer using HTML , CSS and Flask. It is a simple web application that I'm trying to build, it should give summary when .txt file is uploaded but I'm getting internal ...
user008's user avatar
0 votes
3 answers
46 views

Can I lock a text field to only 3 possible letters/numbers

I want a text field where users can write only 1, X or 2 (like a bet). Only one of them, so limited to one character and only these three options. Also the X should be capitalized and not a small x. ...
Daniel Fredsgaard Jensen's user avatar
0 votes
1 answer
68 views

Javascript <div>.innerHTML seems to block

I have this page. Basically, it runs two Alpha-beta pruning -based AI bots in the game of Connect Four. The problem I am experiencing is that I get the entire output after the game is over even if I ...
coderodde's user avatar
  • 929
-1 votes
1 answer
30 views

Text overlap the image and align center with different digit number

without transform css: Here is my original code: .points-value { grid-template-columns: .1fr 2fr; .label { .points-img { height: 3em; z-index: 2; } p { transform:...
Lemon's user avatar
  • 7
1 vote
0 answers
49 views

New CSS Anchor Positioning API and `::selection` CSS pseudo-element: Using selection as anchor?

I am looking at the new CSS Anchor Positioning API. Can I use the CSS anchor positioning API to place a tooltip over the currently selected text? I tried to achieve this with the ::selection CSS ...
user2503795's user avatar
  • 4,145
0 votes
0 answers
16 views

Swapping image and text in Shopify/Liquid

Trying to swap an image and a block of text around, however not working with manually swapping the divs and not working with CSS or ordering - not sure if its possible because the images are in block ...
b0n1's user avatar
  • 1
0 votes
1 answer
30 views

changing text of element only when condition is fullfiled

I need to change text of <span data-testid="recapItemPrice">ZADARMO</span> from 'ZADARMO' to 'DOHODOU' only when there is text in parental element 'INDIVIDUÁLNA CENA PREPRAVY na ...
Samuel Kurej's user avatar
-2 votes
2 answers
33 views

Jquery Text Function Only Works Twice

I'm trying to run this script many times but it only works twice. What it's supposed to do is ..Type a city name in the text box and then submit it and a function occurs. but it only works twice $(...
Timbukto's user avatar
1 vote
1 answer
83 views

Emojis in Angular html template

I am trying to insert emojis into my html code. On the plain html file it is working. And on my Angular component it shows blank squares. Here is a code that I have used for both plain and Angular ...
Oleg Fedyshyn's user avatar
0 votes
0 answers
29 views

"background-clip: text;" issue. I want the outline to this text to be bigger

the problem problem 2, if i changed the webkit-text-fill-color to transparent. main h2{ margin: 0; animation: flow 10s ease-in-out infinite; background: linear-gradient(-60deg, hsl(134, 85%...
shura's user avatar
  • 1
0 votes
2 answers
44 views

Python: Remove everything between two given HTML tags

The programming language of choice is Python. This is my HTML text: <a href="https://www.example.com">Original message</a><br> <ul id="list"> <li ...
Bart Zakkenwasser's user avatar
0 votes
1 answer
21 views

CSS Hovering to adjust text opacity doesnt work as intented, simplified as much as possible [duplicate]

i wanted to create divs where if you hover one side, the opposite text disappears. It works perfectly when hovering the left text, the right text disappears as expected but it doesnt work the other ...
  37 Years Ago's user avatar
1 vote
1 answer
38 views

Why text inside an svg logo with google fonts not rendered properly on a webpage?

I am trying to design a simple logo for my webpage using text in an SVG file and for the text I am using google fonts. Here is my SVG file: <svg xmlns="http://www.w3.org/2000/svg" width="240" ...
TJ1's user avatar
  • 8,228
0 votes
0 answers
78 views

Does applying `backdrop-filter` property reduces text sharpness in HTML?

This is driving me crazy, I seem to not be able to apply a backdrop-filter: blur effect on my card element without keeping the text inside it just as sharp as it normally should be. This issue was ...
Jack's user avatar
  • 41
1 vote
0 answers
102 views

Problem with changing font of text in javascript

So, i wanted to make a website to change the font of the text that you enter in, basically like lingojam.com. I did make it but for some reason only some fonts are working and i have no idea why, can ...
Shahzaib Hassan's user avatar

15 30 50 per page
1
2 3 4 5
200