I have been building a site using basically html coding and have come stuck across a little problem that im sure somebody may be able to help me with.
The facebook comments box dosent seem to appear when i am trying to add the text shortcut to a site that ive created stored on a localfile. For example the site is called: file:///F:/GoogleMaps_FusionTables/WorkingCheckBox.html due to it being developed within a html file editor and not yet placed on a website.Is there anyway of getting this to test here before uploading it to a website server?
Any assistance or advice you could give would be greatly appreciated.
Many thanks,
Ian Usher
using a local web server will solve your problem.
Related
so I've recently started learning web development and I read and write html according to a tutorial that uses html 4, and just practice it on notepad++ and test them on my browser.
Now there's a problem that's been bugging, the web page doesn't change at all even if I comment out the code or change a few things in it.
I messed around with the height and width of an image and it didn't change, I tried creating a folder outside the notepad++ folder and put everything there and nothing changed, I created a completely new file(added in notepad++) and folder and it was the same. I'm still in the middle of the tutorial and this problem has just been bothering me, someone please help
I think you should try clearing browser cache or try using other IDEs like vscode or if you use android then trebedit or Dcoder
Try refreshing your page, or use an IDE like Visual Studio Code and the live Server plugin. This should help you as a beginner because both of these tools are really easy to use. Maybe it isn't changing because you had never saved your file.
I apologize in advance if this is the wrong forum. I'm a student trying to learn the GCP product
I've read previous articles on the site with my issue but none with a solution.
I have read and reread and watched video's and still I can't get my page to display without using the ugly URL https://storage.googleapis.com/www.westcoastmutualaid.com/index.htm if I try doing it without I get a message saying This XML file does not appear to have any style information associated with it. The document tree is shown below.
I'm just not sure what I have done wrong or where I went wrong. Any help would really be appreciated.
I have recently started on Sharepoint 2013 online, so a pretty noobie here.
As mentioned in the title, would like to get some answers or ideas if it is possible to make my script editor web part (contents) to be able to overlap with the other web parts?
Thank you.
Here's a picture of this issue:
~~~~~~
I have a problem that has me stumped and I'm hoping someone here can help me solve it. I designed a new site using Sublime and am having problems with one file(page) that looks great on Sublime, but is screwed up when I put it on the live server.
From Sublime it renders perfectly on all web browsers, so I don't think has anything to do with it. I suspect that maybe it has something to do with the Cascading part of CSS. But, I don't know how to determine that.
Anyhow, here's the the code involved: http://portabledogpotty.com/dog-potties.html
The first section is the HTML and the second section is the CSS file. Any help would be very greatly appreciated!
Sam
Seems you have a table only for the header **SAVE EXTRA MONEY WITH OUR VALUE PACKS! **, try to put it as a th in the table for packs.
I see that just using the chrome element inspector.
Grettings
I'm trying to build a website using html and css in jsbin. When I try to link a button (using the outlined code: <a href="generated name given by JSbin">Home</b>) I enter the page name generated by jsbin (on the left hand side of each page in the bin) within the quotation marks, but for some reason it only works sometimes. I don't want to post my website to the internet, but I want to link my pages together within my jsbin account. Is there anyway I can do this?
Here is a sample of my code:
<button class="Homebtn">Home</button>
Any help is great! Thank you in advance.
From what I understand JSBin isn't really an IDE. Think of it more as a way to test out HTML/CSS/Javascript ideas. So I think you're asking it to do more than it's made to do.
For a full web development environment try something like codeanywhere.
I'm sure there are lots more web-based development environments too.
Or you can put a text editor on your computer and start writing code in it and running it locally before you put it online. I use Sublime Text.
I know this isn't really what you're wanting to hear, but it should be pretty easy to copy and paste what you have so far into another environment and linking pages should be easy.