Edit line thickness of CSS 'underline' attribute
Since you can underline any text in CSS like so:H4 {text-decoration: underline;} How can you also then edit that 'line' that is drawn, the color you get on the line is easily specified as 'color: red'...
View ArticleHTML - if else with conditional "if selection contains X, do Y"
sorry for the basic question. I just don't use HTML at all so I can't really just parse this out on my own.The basic bit is I have a qualtrics question programmed to loop-and-merge, but I need to color...
View ArticleScrollable table with automatic column widths
I am trying to make a table with a scrollable <tbody> and a fixed <thead>.I have attempted to do so here https://jsfiddle.net/ghnfzwm6/11/. However, as you can see the <thead> is not...
View ArticleHow could I insert an image (map) into this here timeline? (Newbie-coder)
Amateur here, I'm trying to add a map to complement a body section in my timeline. See here: reference imageHow may I do so? (I need to add more details according to post rules). (I need to add more...
View Articlecreate the variable link as a hyperlink javascript
create a hyperlink with the variable link<html> <body> <center><h1> retrive data</h1></center> <h1 id="head1"> </h1> <input type="text"...
View ArticleHow to compare two values in formBuilder?
I have the form builder as follows,this.feedbackForm = new FormGroup({ figure: new FormControl('', Validators.pattern(/^[0-9]+$/)), maxVal: new FormControl(''), minVal: new FormControl('',...
View ArticleRetrieve variable inside script tag with xpath query
I am trying to retrieve a variable (vin=5J8TC2H69KL805815) inside a script tag with a xpath query for practice. The script looks like this:<script type="text/javascript"> var enterprise_id =...
View ArticleLooping JavaScript procedure subtraction on Razor code
Problem/principle of operation:I have 31 similar procedures / functions. I have 3 inputs, type time, we subtract input 1 from input2 and get the result in input3My code: I attach the razor code that...
View Articlehow to create simple album gallery in asp.net?
can someone help me with creating an image gallery that only shows images. just show no need for uploading. I'm just a beginner in asp.net
View ArticleVueJS / v-html shows empty page (Bokeh-html)
I am new to VueJS and I am trying to display a local html-file inside of the Vue Application.I fetch the html file with axios like following: <template> <div> <h1>bla</h1>...
View ArticleCss transition not applying at the first time
I'm making a main page for my site. I was following tutorial how to make 2 in 1 login and register form (you click button and it shows you the other form), but when i finished, the first transition is...
View ArticleTag not have permission to upload the image when I'm on a server, how to solve?
I am developing a web application for viewing email through IMAP, so far so good, but when the message has an image in its body my script saves this image file in a temporary folder on the machine, the...
View ArticleHow to make scrolling to an ID specific only to desktop view and default it...
Desktop view: On load, I want to be able to navigate to an id Mobile view: On load, I don't want to navigate to any idI currently use to automatically scroll to the header of "Welcome to Kings Square",...
View ArticleExpressjs Autocomplete Project
Hey I want to make a autocomplete search bar with Nodejs. But what I stack over there is I cannot convert html codes to pug ones. I mean I get the error.Here is my code exampe: Also my reference is =...
View ArticleBootstrap Navbar with uneven vertical elements
https://codepen.io/bencasalino/pen/NWPLLYQ<div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ml-auto nav-flex-icons"> <li class="nav-item"> <a...
View ArticleHow do I draw a shape and then declare it a variable?
<!DOCTYPE html> <html> <body> <canvas id="myCanvas" width="350" height="300" style="border:6px solid black;"> </canvas> <script> var canvas =...
View ArticleHow to align title and current date in the same line in wordpress/php?
I have a html/php code as shown below:Code A:<header class="entry-header container"> <?php the_title('<h1 class="entry-title" id="page-entry-title">', '</h1>'); ?>...
View ArticleButtons losing functionality when positioned over background image
I am having the weirdest problem: I am working on a portfolio page with images that should link to the various projects. There are 6 of these in total. Each of the images has a button that should live...
View Articleoninvalid setCustomValidity Field will not validate after showing custom...
When using the built in HTML5 form validation, I changed the error message that appears, but when the field is fixed, then error message keeps coming back and can not get the field to validate no...
View ArticleImage src not loading from same directory as unserved HTML file unless edited...
I have an .html file and an image in a directory structured as such/project chapter1.html chapter1_pic.png In the .html file I have an image tag <img src="./chapter1_pic.png" />When I open the...
View Article