I have been trying to get the title image on my site to work, but for some reason I can't seem to get it to show up on my site.
I saved my title in my images folder as title.jpg, like I'm supposed to. Then I included <img scr="/images/title.jpg"> into my index and daily templates (in workspace), but for some reason it hasn't shown up. It was between comic name and author, then right after comic name. Still it doesn't seem to have any effect. I have been moving the code for the image around for a while now, currently it reads:
</head><body>
<script type="application/javascript" src='http://forums.comicgenesis.com/cg_header.js'></script>
<div class="keen_ad" style="display:inline;">
***advertisement***
</div>
<div class="main"><img scr="/images/title.jpg">
<h1>***comic_name***</h1>
<h2>by ***author***</h2>
***todays_comics***
<br />
It's not showing up, I have been trying to fix this for a while so I finally decided to get some help. I am new here, the solution may seem obvious but I have only had my comic up for a week or two.
My website is http://relativity.comicgenesis.com
Title image not showing up [Fixed]
- Menelaos
- Regular Poster
- Posts: 30
- Joined: Thu Oct 15, 2009 1:14 pm
- Location: On board the USG Ishimura
Title image not showing up [Fixed]
Last edited by Menelaos on Sat Oct 31, 2009 2:49 pm, edited 1 time in total.
http://relativity.comicgenesis.com my webcomic
-
Somechick_73
- Newbie
- Posts: 11
- Joined: Tue Apr 04, 2006 12:05 am
- Location: California, Usa
- Contact:
Re: Title image not showing up
<img scr="/images/title.jpg">
Should be <img src="/images/title.jpg">
Should be <img src="/images/title.jpg">
- Menelaos
- Regular Poster
- Posts: 30
- Joined: Thu Oct 15, 2009 1:14 pm
- Location: On board the USG Ishimura
Re: Title image not showing up
Okay, I'll try that. Hope that's it.Somechick_73 wrote:<img scr="/images/title.jpg">
Should be <img src="/images/title.jpg">
http://relativity.comicgenesis.com my webcomic
-
Somechick_73
- Newbie
- Posts: 11
- Joined: Tue Apr 04, 2006 12:05 am
- Location: California, Usa
- Contact:
Re: Title image not showing up
I'm pretty sure it is. Always has to be SRC and not SCR.Menelaos wrote:Okay, I'll try that. Hope that's it.Somechick_73 wrote:<img scr="/images/title.jpg">
Should be <img src="/images/title.jpg">
Re: Title image not showing up
One tiny error.
<img src="/images/title.jpg">
Should be :
<img src="/images/title.jpg" />
All html tags close with /> Please do remember this.
<img src="/images/title.jpg">
Should be :
<img src="/images/title.jpg" />
All html tags close with /> Please do remember this.
- Menelaos
- Regular Poster
- Posts: 30
- Joined: Thu Oct 15, 2009 1:14 pm
- Location: On board the USG Ishimura
Re: Title image not showing up
wow, I feel stupid. that did the trick. Thank you!
http://relativity.comicgenesis.com my webcomic

