I want to make word to pdf converter website [closed]
I want to make word to pdf converter website, Can you help me? I don't know, How to start this? please help me.
View ArticleDompdf generating blank pages between pages
I'm doing a landing page in Codeigniter where user registers for an event. When user registers, tickets (for the event) are generated in pdf format for the registered person as well as the people...
View ArticleHow would I reformat this table from HTML to CSS. The td inside the table...
<h3 style="font-family: arial; color: #3333cc;"> BEST PICTURE </h3> <table style="background-color: FCEEA3; font-family:Palatino Linotype;" ,="" cellpadding="10"> <tbody><tr...
View ArticleProgramatically change an HTML Tags Angle Bracket to `<` Text Character
I need to convert some HTML to text and show the HTML tags as code, in other words have a <div> show with the angle brackets and appear on screen as <div>. I know to do this I have to...
View ArticleHow do I freeze a dropdown thats clicked in CSS3, Javascript?
I was following a dropdown menu...
View Articleis there any possible way of changing image file to object? [closed]
I just added an image files one another in html by mentioning some coordinates to it.The problem is when the html get opened in some other laptops.The coordinates get changed as per laptop's...
View ArticleHow can i add more space between links so that the whole button is showing?
I have a CSS problem, my buttons is hiding the button below.This is what a single button should look likeCurrently i have them wrapped in a paragraph<p><a href="#" class="link">1. Aaahh!!!...
View ArticleCheckbox not showing up in jsp
I am trying to display a checkbox using form checkbox option in spring **<form:checkbox path="abc" value="Java"/>Java** and in html **<label><input type="checkbox" checked="checked"...
View ArticleCSS: Fit Child Element in Parent Height
How do I fit a Child Element within A Parents Height? Currently it is overflowing. Ok text below is greater than Parent height. They are both flexboxes,Currently using this below, Are there anymore css...
View ArticleMake scrolling sidebar stop at footer
I'm currently using the following:http://jsfiddle.net/0mLzseby/469/To make my sidebar follow down the page. I have quite a large footer though and I'd like the div to stop when it gets to the footer...
View Articlehow to Invoke api using simple html code?
I have a small requirement that needs to make REST API POST call using HTML code. I have copied the sample code below and some reason this is not working. I am unable to see any call using the below...
View ArticleFirefox document.execCommand('insertText', ...)
I know FireFox can deal with execCommand pretty well but this time I think I encountered a bug.But maybe I'm just overlooking something.I do have a textarea where I am executing insertText which just...
View ArticleIs it possible to go with horizontal scroll and show all (with toggle effect)...
.nav-sec{padding:0;background-color:#fff;border-radius:3px;margin-top:20px;box-shadow:0 0 15px...
View ArticleValidation not work in my registration code php
I want the user registration by the database and after user set the database name and password and confirm password I store error message in sessions and display in html formi use if to check the...
View ArticleSending email from static html page
I have been researching for that problem for many hours, and didn't find anything.So, I have a static html page and button inside it, like that:<body> <button id="0">SEND EMAIL TO...
View ArticleRadio button uncheck on second click
I have a LOT of radio buttons that grab a value from my database and if it is set to "1", I make the radio button checked.If a radio button is checked, and a user clicks on it again, I still want to be...
View Articlewhy the Code Does not work if changing the order of statement?
My CodePendataPanel.addEventListener('click', function(event){ if (event.target.matches('.fa-thumbs-up')) { let score = parseInt(event.target.parentElement.children[2].innerText)...
View Articlehow to apply effects and a slider JAVAFX
Ok I have the following code but it seems to not be working how I want to, I want to add a slider that a user can apply a border around the text between 1-4pixels and also to add different border...
View ArticleJavascript and HTML: Adjust height and width
I'm very new to Javascript and HTML so please forgive the rudimentary code. Is there some way I could get the code to print out a box with the specified adjustments from the user input?<!DOCTYPE...
View Articleresolution issue in cordova android app
I am using cordova with jquery mobile for one android app. For Viewport meta tag i am using below code <meta name="viewport" content="width=device-width,...
View Article