• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MODS - DELETE ME

RossMAN

Grand Nagus
I'm helping a friend who has a website hosted with Dixiesys.com and I think everything is setup, the DNS has propogated we wanna test something on his website, anything. So we're going to post a picture.

I need a super simple index.htm or index.html document which says show picture idiot.jpg that's it, if it matters it's in the httpdocs folder on the website.
 
<html>
<head><title>blah</title></head>
<body>
<img src="httpdocs/idiot.jpg">
</body>
</html>

Save as index.htm (the img is assuming the index is saved in the root dir and the httpdocs is inside it)
 
Back
Top