This is what's in my-first-template-file.php:
<html>
<head>
<title>Hello</title>
</head>
<body>
<h1><?=$page->title?></h1>
<img src=<?php echo $page->my_imagefield->url; ?> />
</body>
</html>
This is the output of My First Page:
My First Page
{broken image icon goes here}
Hi,
I'm doing the "But what if I don't know how to code?" tutorial. I'm at the section labeled: Just one image mate. I can't get the image to display. It's showing the small broken image icon instead of my image.
Thanks,
Thuy