All Activity
- Today
-
hey, i want to implement schema on my website motherboardinfo i created a thread yesterday but the admin closed that topic. he is asking me to create a new topic. please guide me how can i implement custom schema on my website. i know a little bit html and css
-
This topic is over 7 years old, please create a new topic for your question.
-
Due to security restrictions, browsers are unable to write to files on the computer. You can make a download prompt appear using a data URL. This code generates a download prompt for an XML file with specific contents: <script> var filename = "file.xml"; var content = "<?xml version='1.0' ?><element>XML code</element>"; var file = new File([content], filename, {type: "application/octet-stream"}); location.href = URL.createObjectURL(file); </script> I'm not sure if the original contents of an XSLT-transformed document are accessible to Javascript, but i
-
I mean a block of code that will run on its own which displays the problem. I need to be able to see the problem happening on my computer in order to find out what is wrong.
- Yesterday
-
opening and closing javscript window does not work, if that is what you are attempting, try to create a html modal popup instead . https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_modal_img
-
Both
-
from the Build An HTML5 Website With A Responsive Layout
niche replied to i can spell html5!'s topic in CSS
Try removing the section tag -
Eagleapk joined the community
-
i also want to implement schema on microphoneglobe i don't know how to use schema please guide me
-
microphoneglobe joined the community
-
Writing websites, web tools or something else?
-
I'm working on the LAMP stack.
-
I'm working on the LAMP stack.
-
virtualhost changed their profile photo
-
Yes I agreed. It'll be better if they can add dark mode theme onto their site as sometime starring at the white background for too long can hurt my eyes.
-
... and what it is all about and when to use it. I like it ...😃 Sorry for my excitement, but I decided to bite the bullet and start building a website. More for practise at this stage. So I decided to look at CSS Responsive Web Design ... I liked that it uses HTML and CSS ... a good starting point🤔 Anyway just thought I would share my excitement!😜🤠
-
Good. You have many options for your local developer environment I recommend this for starters: https://www.wampserver.com/en/ It's completely free. You don't even have to register. They don't care who you are. It's the localhost I use. Their download is clean. No viruses, malware, spyware, etc. EDIT: Still, run their dl through your virus scan before using it!!
-
I'm following along with the video in title but the "boxes" section with the three images are spaced WAY to far apart. been working on it several days now and cant seem to straighten it out. my html: <section id= "boxes"> <div class="container"> <div class="box"> <img src="9.jpg" <h3>html5 markup</h3> <p>this is some random text:</p> </div> <div class="box"> <img src="9.jpg" <h3>css 3</h3> <p>what am i really tring to do here?><:</p> </div> <
-
Александр joined the community
-
I am learning coding and having little experience but dont understand what is this.
-
Chrome can be tweaked to allow specific pop-ups, but the defaults are in fact ok ! Yet in Chrome, OPENing tiny windows would appear to CLOSE the main 'canvas' window used for graphics output ? So nothing gets drawn.. Yet FireFox manages everything OK, so the problem is not with JavaScript ? I have tried various settings surrounding open & close, but which make no difference. Do I need to re-open the canvas (ctx.) window every time I call the pop-up ?
-
I can't see any obvious reason in the code that you have shown here. As your code is right now, for me both canvas look the same. Perhaps with a real use case example I could see where the problem is.