I'm having a screen like this But it look actually not so good if the title or author is so long, so i wonder how can i set maximum of text line to fixed numbe
When I paste an image from my clipboard to a text or html type field with widget="html" its duplicated the image. Like this. The browser console does not show a
I want to focus to an option(scroll to an option) automatically when mat-select is opened. I thought that with a little bit of search this will be solved easily
I want to turn **test** into <b>test</b> I've tried: const result = "**str**".replace(/\*/g, "<b>"); console.log(result);
I need to have a card as below: So I wrote the below code .box { border: 1px solid #CCC; padding: 40px 25px; background: #FFF; max-width: 9
I have a Django-based application that has the functionality to upload the file. We used to deploy the same in the azure web app. For the small file (max file s
My HTML file isn't loading at the tutorial says it would've. This is what I have. Yes, I've tried doing all sorts of funky stuff involving paths and it doesn't
So my file directory looks like this: /templates --base.html /static --/css ----base.css In the of my base.html file I have this line: <link rel="styleshee
I have a Login jsp that takes user email and sends it to servlet. If the email is not in database, the servlet redirects back to Login.jsp with an attribute "er
I am using some custom icons in my application, as show below. However when I refresh the page, or sometimes on some other action, the icons change to these ga
The company I work for has a requirement to protect some area where articles are rendered, I've implemented some procedures to protect web-scraping but the prob
So I got a navbar, and whilst working on mobile responsiveness when I open the mobile menu, the logo moves down with the list towards the center. How can I prev
On Firefox if you refresh a page you'll see the alt text appearing while an image is loading. You can see it just on this Mozilla page (check the first image).
Using React-Markdown on Next.JS, the post pages are stored as Markdown files, but for some reason the Markdown file won't render the iFrame. However if I use a
I'm trying to display footer at end of every page and table is breaking and it's not continued to the next page. Help me how to continue the data to next page a
I want to create a matching card game in JavaScript. Firstly,i just want to generate 12 random cards into the body. When I press Start Game,the container is f
I have a pre-generated html for the pagination numbers , which basically comes from the backend CMS based on the number of items present the html looks somethin
I am trying to display a list of my items from the database in my flask application. Unfortunately, the list elements are placed into the HTML as text, instead
I am having a variable (in real app it is api) called data which contains value as nested items. From the level 1 it has title which is displayed already then
I'd also like to use JavaScript to manipulate the rotation of certain layers inside the SVG. I use Inkscape, but when I save it as "Canvas - HTML", the transpar