Eg like one website is amazon and other Flipkart and i want to show their results at same time on my website.. Is something like this possible
So I have this PHP page, with at the start some unimportant stuff and a session opening : <?php session_start(); ?> I want the disconnect button to a
How can I reset the input field if I use it this way? const [email, setEmail] = useState({ email: "", emailError: "" }); const handleEmail = (inputEmail
I have a display flex div with 2 child. first one have a text with this css: white-space: nowrap; overflow: hidden; display: block; text-overflow: ellipsis; fle
I'm trying to create a custom element "color-box" that will need an attribute named "color" to identify the box's color. So for example, <color-box color="gr
I'm trying to echo a piece of text with PHP nested in it, anyone know how? I've tried it like this: function update_category(){ global $connection; if
I have a website where I need to generate dynamic images specific to the user. The approach I found was using canvas. I have text information and image file whi
I am trying to get my header to stay at the top of the page when scrolling so I used: .header{ background-color: #8091F2; color: white; position:
I want to have such a gallery, with the thumbnails having the equal height along the main column, despite the different height of the images. i tried having a &
I have a python script which dynamically generates a HTML Table according to some specifications provided to it. A sample generated output is given below, As y
An image of what I have currently (Images here are used as placeholders; they won't be in the final product (Most of the CSS code and some of the HTML code are
My main question is how does the industry deal with large amounts of text in HTML tags? I am creating my first website for a blog I want to start and I have all
I have a Bootstrap datetimepicker component in my code that was working a few weeks ago but has stopped working. I appreciate any help getting to start working
I had given up on protecting online images since even disabling the easiest ways to get at images still left people the option to use Inspect, then Sources, and
I wrote a function in PHP which writes the elements of a two-dimensional array into a CSV file. function downloadCSV($data) { header('Content-Type: text/csv
I have a problem with WS live server. When I open my HTML file in chrome, the page had address: http://localhost:63342/Home/index.html?_ijt=ler2r6h082ng7c8a0p53
I am trying to build a simple site using react and bootstrap, but my flexbox container is stuck at a fixed height, and when too many elements are on the page th
I want this photos in the same row what should i change ? I tried float left and other commands but one picture is staying in the lower right corner. <secti
const [selectedFile, setSelectedFile] = useState(null); const [preview, setPreview] = useState(null); const [predictions, setPredictions] = useState([
How can I get the link to have a underline but the (fontawesome) icon ::before not? ::before text decoration:none; doesn't work .btn--tertiary { font-si