Blockland Forums > Modification Help
HTML <img> Tags not working right...
yourthatdude:
Sorry wrong topic I suppose...
otto-san:
You're missing the </body> and </html> tags at the end.
cucumberdude:
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
yourthatdude:
Well this is sorta for a Blockland Blog Test Page
Xalos:
--- Quote from: yourthatdude on August 30, 2011, 11:09:31 PM ---Well this is sorta for a Blockland Blog Test Page
--- End quote ---
--- Code: ---function isHTMLTorquescript()
{
if(World.isApocalypse())
return 1;
return 0;
}
--- End code ---