Category "html"

Place position fixed item inside d-flex to right hand size

I am trying to make a alphabetic navigation bar at the right hand side of screen. The purpose of this bar is to navigate to the correct country code base on the

How to justify on both sides text into a DIV in HTML5 for being rendered into a PDF by using DinkToPDF

Recently I started using DinkToPdf library to convert a html in an asp.net core 6 project to a PDF file. I started by creating a Proof of Concept cshtml that wi

Why do HTML dropdown selections sent in the form of an email look so unreadable

I'm working on an automated shopping list using HTML only. I've figured out a way to send the dropdown selections to an email draft. I wanted to know why the HT

Add array of objects as elements to existing table td

I have an existing table. I have the td cells displayed as blocks intentionally. :) My goal is to add labels inside each of the td's by creating spans with a sp

HTML tags not showing where they should be

I'm writing an html email and for some reason when I display it onto the browser, the inspector tool shows that the HTML is written differently than I how I wro

how to customize tooltip width in bootstrap

I have a bootstrap tooltip like the following. <i class="fas fa-question-circle" style="color: #f44336; cursor: pointer;" data-toggle="tooltip" data-plac

What kind of streaming protocol is the following technique of FFMPEG and HTML Video tag?

Many people were looking for live streaming solution on a web page. I want to share the following knowledge after doing so many researches and having spent so m

Remove some element in iframe with jquery

In the code below, with jquery, I'd like remove element (and the child 'li') and after that add some code to the Could you tell me how do this ? <iframe id

XPATH issue while looping through tags

I have this piece of code, where I try to download these papers but the loop prints the first element only. import scrapy from urllib.parse import urljoin class

colouring rows based on id of model

i want unique color to the table rows to identify all records of that InternalTaskID (which can be taken from Model) currently I'm doing this... @{

How to make product cards equal height Bootstrap5

How to make product cards equal height? Unfortunately, flex is not working. .product-card { position: relative; padding: 1px; display: -ms-flexbox; disp

Show two different size of image when url is pasted in the textbox

I'm unable to resize the image. Here's my code document.getElementById('btn1').addEventListener('click', function(){ document.getElementById('photo').inne

How to update Brutto based off of VAT Netto and ilosc?

I want to update kwota brutto, wartosc netto and wartosc brutto based off of ilosc kwota netto and vat but it doesn't seem to work. I literally have no clue wha

HTML Write side by side

I want to type words side by side.When I type words, they come one after the other. Here's my problem: problem I want to write this words side by side.Thanks fo

How to size css cards in the right way

so this is my 1st project. and i could appreciate help with this. I tried everything but i dont know what i am doing wrong, i will be so thankful if someone kno

Increase div id number with new div fields

The following script creates new input fields up to 4. I need to know how can I increase the ID also as follows.. with first click, "var fieldHTML" generate : &

there are some issues in this family tree I made

I have this good family tree but the problem is that the page is funcy like everything is on top of each other how can I fix it (it's better to try it in a cod

html - how can I copy the phone number from phone book to the website textbox

My users can't copy the phone number from their phone book(mobile phone/clipboard) straight into the html textbox. They usually fix this issue by copying the nu

Adding HTML in a if-statement

I want the html to open when the password is right and I have tried .js, document.write, .html, href, div, document.getElementById and nothing is working when i

How do I parse a Playfab GetLeaderBoard request result?

I'm trying to work with the PlayFab JS API to set up a leaderboard in my game, and once I retrieve the leaderboard I can not figure out how to parse the returne