Position of button not changing
I developed a python back-end and is trying to design a html and javascript front end for my app. I am new to HTML.The code is provided below html{ font:normal 14px/1.5 Courier New; } h1{ margin: 7rem;...
View ArticleHow to host same/duplicate website content at more than one domain [closed]
Is it possible to host same/duplicate website content at more than one domain.I have www.example.ae domain hosted and running perfectly.I need to host same website as www.example.com.auHow can I...
View ArticleDjango pass variable into template
Hi thank you for helping, I'm poor in coding.To point: I'm doing a Django project that pass data form data-base to front-end; but right now i can't even pass anything views of Django into templates, I...
View ArticleGoogle Maps API changing an established latitude and longitude
I'm working on a program that takes latitude and longitude and generates nearby locations based on search queries. Everything's working as intended, but I'm at a loss on how I can change the starting...
View ArticleHow to populate a web page form using VB6
What I would like to do is populating a login form web page using VB6. I use the following code:Dim IE As InternetExplorer Dim HTMLDoc As HTMLDocument Dim COL As MSHTML.IHTMLElementCollection Dim...
View ArticleWhy is this text not aligned vertically to my CSS grid row?
My website will have information on the temperature and I am hoping to have a read out of temperature followed by a degree sign and either 'C' or 'F'. There is other information on the page about the...
View ArticleIn html and css Border bottom and right stays black
I created buttons and wants the border to be green. From some reason - only the left and top border change the color. I tried to add explicitly border-bottom-color and right-border-color the it didn't...
View ArticleHow to get a unique id for database child in firebase website
I have initialized firebase and want to write into database . I want unique code for every child but i am not able to do that i tried many things but i can't please help me to do this .................
View Articlehow to change a box's color in a grid back and forth from black and white
I have a 5x5 grid and what I'm able to do so far is only change the color of a box one way from white to black, but I need it to alternate between black and white every time I click on the box.Frankly...
View ArticleIt is possible to make a full bg-img with fullPage.js?
this is possible to have a single background-img for all my section with FullPage.js?Actually I have my img in the background of all my section, but I want one big and same img for all my body.there is...
View ArticleHow to hide scrollbar without affecting the body width using javascript?
How to hide the scrollbar without affecting the body width using JavaSCript? Whenever I click a button, the scrollbar gets hidden which is alright, but the body width gets affected. I want the body...
View Articleposition charts on a css dashboard with a column layout
I have a dashboard with 4 columns, each with a canvas element. How do I position 4 charts on the canvas elements in the respective columns such that I display 4 charts on the dashboard. I tried...
View ArticleHTML5 edit text on the canvas
I'm trying to create something similar to http://www.listhings.com where you can edit the text within the canvas.I've read the other post HTML5 Canvas Text Edit . But I don't want to edit the text...
View Articlediv overflowing the container and didn't break line
i try to make the 5th div break the line because its container are 100% width and the div got 24% widthhere is the html code, katalogue as the container and kotakproduk as the div i meant<div...
View ArticleWeb scraping span using rvest
I would like to extract a text contained in the website https://www.sec.gov/ix?doc=/Archives/edgar/data/918160/000091816018000065/form10-k2017.htm . I am looking Opinion on the Financial Statements...
View ArticleDelete rows using modal confirmation
I have created a simple data table which include the following actions (Edit,Delete).I have added to the delete button a confirmation deletion in a modal.The problem is when the user click on "Yes"...
View ArticleWhy does image file input gets displayed sideways (flipped)?
So I currently got a component in Vuejs where the user can select a file from their local file system. After the user selected an image, the image gets previewed in a divcodesandbox. For some reason,...
View ArticleHow to generate an HTML report using Python?
Hi I have to create a report which contains a table , a pie chart and bar graph in html page using python. I am able to do it in the console where I am writing the code. But can anyone tell me how can...
View Articlein which case we use '%' as coordinate of point in svg?
I found using percentage (%) instead of numerical coordinate more efficient. But it seems does not support points' coordinate in case of path or polygon.As shown in the code below, the rectangle is...
View ArticleCSS center images by only changing image properties
I have automatically generated HTML (almost impossible to change it because it is generated by a third party library) that can generate this kind of HTML<p> <img src="..."> <img...
View Article