So, as I mentioned I am making an HTML, CSS and JavaScript editor and I need a save button, but I’m not sure of the code for it. I know a code that will make it save the entire code (script) for the editor, but I don’t want that, I want to make a Save button that will only save
Tag: css
Display photos from Flickr in a responsive grid [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year. Improve this question I am trying to display photo’s obtained from a flickr image search API, and the display the images in a grid,
Adding Custom Footer to page Template
I have made a custom footer layout using “dummy” content to start with. This is the footer html To get this to display on the bottom of my last “scrolling section” (#contact) I have added this html footer to : page-templates/template-full-page.php However my footer is not displaying at all? Link to view site Have I added the html to an
PHP How to completely destroy a session after leave the page
I want to make a simple PHP page where you can only access if you log in first. My code is something like this: if (the user logged in correctly) { session_start(); echo “THE HTML PAGE. (I did …
CSS border not showing when background-coloris added
I have written a code that works great for me. So I have a (half) border around my picture. like the picture below. But when I add a background-color the line dissapears. Now I want the oppiste colors but there for I need a background-color. So I did that but now the border isn’t showing anymore. So I want a
Insert CSS into html header via php Function
I have access to creating hooks to edit the appearance of websites, but no experience with php. The hooks manpage gives examples such as: Now, what I want to do is insert the following CSS into this function (the function is executed before rendering the page) so that instead of printing a message as above, it makes all print elements
Centring HTML Objects – This includes labels, text input boxes and buttons?
Hello fellow programmers, I have created a search form for my webpage which allows users to use three different fields to refine their search. I have been trying to align these objects with the main heading of the search page. I have tried many different methods but seems to move the objects into the centre. It’s really bugging me and
Link inside form referring to the action of the form instead of the link
I am trying to make the link inside the form go to signup2.php. Instead it is going to loginprocess.php. Is there any way to do this by keeping the signup link inside the form? <form action = &…
Show the amount of files uploaded at the right of an input
i am creating a form with a input=file, my problem is that when i added CSS to this, the number of files updated dissapear, i know that is because i put display=none in the CSS, but i need them to appear, or people won’t know the file uploaded correctly, is there a way to make this? i prefer without ussing
Navigation as a separate page in PHP
I am using my Navigation as a separate page which is Navigation.php and I am adding this page by <?php include ‘header.php’; ?> in everypage. But when I am going on a page, for example: going to About page, that About button in navigation bar have a class class=’active’ and that class adding by javascript. The problem is coming when