Header 1 image does not load

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Nov 01, 2014 4:54 am
Reply with quote
Report this post
I added an image to replace header1.jpg.

Looks fine in the WYSIWG but does not load on the page.

Nothing in the forum to help me.

Code: Select all
<h1 class="gkAnimate">Hello!<br />I'm Winnie</h1>
<p class="gkAnimate">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam varius maximus diam facilisis vehicula.</p>
<p><a class="gkScrollDown gkAnimate reverse" href="#my-works">Scroll Down</a> <img class="gkHeaderBg" src="images/demo/header/header1.jpg" alt="Winnie" /></p>


Thanks, Mel.
User avatar
Fresh Boarder

GK User
Sat Nov 01, 2014 5:54 am
Reply with quote
Report this post
I solved this. I removed the para tag and replaced with div.
User avatar
Fresh Boarder

teitbite
Sat Nov 01, 2014 12:19 pm
Reply with quote
Report this post
Hi

Can You plase paste how the code looks like right now ? Just in case someone else will be looking for same solution. Thanks.
User avatar
Moderator

GK User
Mon Nov 03, 2014 4:16 am
Reply with quote
Report this post
Code: Select all
<h1 class="gkAnimate">Hello!<br />I'm Winnie</h1>
<p class="gkAnimate">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam varius maximus diam facilisis vehicula.</p>
<div><a class="gkScrollDown gkAnimate reverse" href="#my-works">Scroll Down</a> <img class="gkHeaderBg" src="images/demo/header/header1.jpg" alt="Winnie" /></div>
User avatar
Fresh Boarder


cron