Author Topic: HTML <img> Tags not working right...  (Read 650 times)

Sorry wrong topic I suppose...



« Last Edit: August 31, 2011, 02:12:42 AM by yourthatdude »

You're missing the </body> and </html> tags at the end.

In case you somehow got confused...
This is BLOCKLAND coding help. Not for your HTML issues, unless they somehow pertain to Blockland or something.

EDIT: @otto-san that shouldn't really matter, but he should also add a <head></head> tags

Well this is sorta for a Blockland Blog Test Page

Well this is sorta for a Blockland Blog Test Page

Code: [Select]
function isHTMLTorquescript()
{
   if(World.isApocalypse())
      return 1;
   return 0;
}

This forum is only for Blockland Game Coding questions.

Also, you need to have the img src tag point to an actual picture on the Internet.