Questions tagged as 'tags'

1
answer

Remove html tag, but keep br Javascript

I'm having second thoughts about removing html tags, but keeping only <br> This code removes the tags, but I would like to keep <br> and maybe other tags. function removeHtmlTag(strx,chop){ if(strx.indexOf("<...
asked by 29.06.2018 / 20:10
2
answers

how does this HTML base tag work?

Hello, I would like to know how and what this < base > of HTML5?     
asked by 25.11.2018 / 16:46
2
answers

Replace with span gives problems in page SEO?

Well, I have this html to enable the title and link of the article: <h1 class='post-title entry-title'> <b:if cond='data:post.link'> <a expr:href='data:post.link'><data:post.title/></a> <b:els...
asked by 22.08.2014 / 16:11
1
answer

What is the difference between the b / b and strong / strong tags? [duplicate]

Hello, Community! I have a question about using the <b></b> and <strong></strong> tags. I have already looked at some sites, but I did not find a comparison that would differentiate the two tags, just t...
asked by 27.05.2016 / 02:34
2
answers

Django Custom Template Tags

Good afternoon, recently I have a problem in the Django framework, I have a problem in my custom template tag, I do the method in a .py file and I call it in templates and it does not display the result I want, can take a look please? Follow...
asked by 06.06.2016 / 22:59
1
answer

OG Facebook Goals: Doubt

Whenever I use OG goals for Facebook sharing, I insert them into the header and hide the current site description and title goals. The question is: OG goals need to be in the header of the site? Is there a problem if they are inside the pag...
asked by 28.06.2016 / 20:49
1
answer

CSS selectors (H1 - H6 applying after p)

I'm in Doubt to apply some effects in css. I tried with the following css selectors: h1+p, h2+p, h3+p, h4+p, h5+p, h6+p { margin: 0 0 0.75em 0; } h1~p, h2~p, h3~p, h4~p, h5~p, h6~p { margin: 0 0 0.75em 0; } h1>p, h2>p, h3>p,...
asked by 12.12.2015 / 17:06
1
answer

SQL only in custom WordPress post for tag conversion

Let's say that a site using WordPress has half the posts of the standard type, and the other half uses a Custom Post Type "review" . But this type of post had no registered tags, so it shared those of the standard posts (post_tag). After...
asked by 31.12.2014 / 00:37
0
answers

How to isolate specific metadata in an .ris file?

I have a .ris file with information about researchers and with a few thousand lines. Each researcher is identified with a set of metadata (these are standardized). I want to know how do I isolate specific metadata in this file? I would like t...
asked by 30.04.2018 / 17:41
1
answer

How to use two forms with the same ID?

Hello, I found a problem. I'm doing an HTML form integration with Google Sheets. The issue is that I have two forms, I'm not excellent in Javascript but it seems that the "var fields" function only works with the HTML id. So, the problem is t...
asked by 18.09.2017 / 16:14