It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a simple yet hard problem here that is driving me nuts ...
Apparantly with no code change what so ever the facebook and Google+ like boxes show as I want in one section of my site: http://www.nfrases.com/coragem yet on the other they just disappear http://www.nfrases.com/coragem/1519
I'm going crazy over here! Someone ?
As I was using the relative path
<script src="js/scripts.js"></script>
When the address changed the scripts.js file wasn't loading. Using:
<script src="http://www.nfrases.com/js/scripts.js"></script>
It's always loaded no matter what address the user is accessing.
It was a dumb mistake!
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I used facebook linter to debug my website.
It's everything ok, icluding the image (og:image ...)
However, when I share the link on facebook, there is no image.
Everyone knows why or how to solve this?
The site is oddvise.com
Thanks,
Joao
This is a Facebook problem. wait a day or two, and you will see in your next shares that it will appear.
Adding to that, http://www.oddvise.com/ does not exist. so whenever you share, you need to use http://oddvise.com/ instead of http://www.oddvise.com/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I was trying to create a page in html looking like facebook. A page where in header it will be my logotype and next to it two boxes with a button in order to allow users to login. Under that it will be a main page with a registration form for new users that need to register.
Any ideas where I can found such code examples? Any tutoriasl or links?
Thanks guys
Here is a link of tutorials that can help you http://www.w3schools.com/html/html_layout.asp
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to send the content of a text area from a webpage to the text area in codepad.org.
How can I do that ?
This and this link did not help in doing this ....
If this is not possible, then how can I use "codepad.org" in other webpages ...... ???
Unless the site has coded specific support for it (which I don't think codepad does), you cannot provide pre-defined values for the form elements, nor can you modify the textarea from your code.
I would create a paste and then embed it into your website using frames and the specific URL it gives you for your new paste.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Take a look at gmail sign up page and look at the birthday and gender field. Please someone show me how to do it. thanks
It is not style that can make like this. This is a image+input box, when you click the image, DIV is generated in javascript populating all the entries within it. The similar example would be like this.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to make it possible for someone with a username and password to login and edit my html page using a nice clean editor. I don't want them to see the code when they log in to edit the page but a straightforward version of the html page.
Creating a proper CMS (Content Management System) is a huge undertaking. I suggest looking for a pre-built CMS to add to your site.