Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Anchor error

Asked Modified Viewed 2,766 times
E
eXtr4ktor
E
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Newbie

I tried putting a link to another site on my website today by clicking on the "link" button in the news editor, and it pointed back to my website, looked at it and saw this

<a href=" target='_blank'>


should it be

<a href=" target="_blank">


Because when i used the first one, it only pointed back to my website, the link didnt work, after changing it, it did. I'm a newbie when it comes to html , i know a little and i might be totally off here, lol. Just wanted to point that out.
0 replies

7 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

No, we're using single quotes

<a href='item' target='_blank'>
0 replies
E
eXtr4ktor
E
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

Quote

Digitanium wrote:
No, we're using single quotes

<a href='item' target='_blank'>


The first line of code that i posted was directly from the file of php-fusion, notice the first quote.
0 replies
A
AmyLee
A
AmyLee 10
[ PHP Fusion | Bring Your Portal To Life ! ]
  • Junior Member, joined since
  • Contributed 34 posts on the community forums.
answered
Junior Member

Quote

<a href='item' target='_blank'>

its correct !
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
answered
Senior Member

@eXtr4ktor: in your first post you pasted from the fusion file, and as Digi explains, PHPFusion uses single quotes.

this means that this expression:

Quote

href="


can be explained this way:

first you have an h, then an r, then an e, then an f, then an = followed by 2 (two) single quotes.

0 replies
F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

hehe, took me like a month to figure out this when i first started using php-fusion since it REALLY looks like a " and not two '

0 replies
E
eXtr4ktor
E
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

Quote

helmuth wrote:
@eXtr4ktor: in your first post you pasted from the fusion file, and as Digi explains, PHPFusion uses single quotes.

this means that this expression:

Quote

href="


can be explained this way:

first you have an h, then an r, then an e, then an f, then an = followed by 2 (two) single quotes.



Ok, i understand now but you didnt have to explain it like im a freakin retard, apparently im not the only one who thought it was a ".
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
answered
Senior Member

@eXtr4ktor: I don't consider you a freakin retard (your wording) ... I'm here to help out by explaining stuff and so.

actually you aren't the only one thinking it was a double quote-thingy, and my guess for the future is: there will be more ;)

0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 5 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet