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?

Problem with to insert from pictures!!

Asked Modified Viewed 3,530 times
G
Gamefreak
G
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hello,

we have a problem with that to insert from pictures on our homepage www.hardwareextreme.de.ki. We cannot insert however only in the forum pictures. It is not possible, with the following code:

[img] xxxxxxxxxx [/img]

We would be pleased about assistance.


Your sincerely

administrator of www.hardwareextreme.de.ki
0 replies

7 posts

S
scorp
S
scorp 10
scorp
  • Junior Member, joined since
  • Contributed 26 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

You should use html tags instead of bbtags in panels and pages...
0 replies
G
Gamefreak
G
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

What is bbtags??

[img] xxxxxx [/img] is HTML ?
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

[something] is bbcode
<something> is html.
0 replies
G
Gamefreak
G
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

<img src= xxxxxx > somewhat does not function
0 replies
D
dj-bri-t
D
Current Infusion Projects:
Site Projects - 95% || Learning Centre - 40% || Challenge Dashboard - 75%
Points System - 60% || Challenge and Points Integration - 30%

www.how2hack.net/signature/10/random/image.png
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

HTML code is a bit more complex than BBCode. Quotation marks and such are used throughout it to determine what is a variable and what isn't. The correct syntax for your image code is:
<img src="http://yourdomain.com/images/yourimage.jpg">

...where http://yourdomain.com/images/yourimage.jpg is the URL to your image.
0 replies
G
Gamefreak
G
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

<img src="http://yourdomain.com/images/yourimage.jpg"> somewhat does not function
0 replies
B
badfish
B
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Depending on where the image code sits you may need to use ' instead of "

ex: <img src='http://yourdomain.com/images/yourimage.jpg'>
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