d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > How To Make This Image A Link?
Add Reply New Topic New Poll
Member
Posts: 9,576
Joined: Dec 23 2009
Gold: 55,547.51
Nov 21 2012 09:24am
I will be posting questions I have in regard to a website I'm building here. I am a novice compared to most on here, I assume. Thank you for your help in advance!

This post was edited by Diligence on Nov 21 2012 09:47am
Member
Posts: 9,576
Joined: Dec 23 2009
Gold: 55,547.51
Nov 21 2012 09:43am
Nvm, figured it out.

This post was edited by Diligence on Nov 21 2012 09:47am
Member
Posts: 9,576
Joined: Dec 23 2009
Gold: 55,547.51
Nov 21 2012 10:54am
How do I move the slider up? Currently it's about a half inch below the Welcome information.

I used a template. Do I need to go edit somewhere other than in index-1.html?


<!--============================== slider =================================-->
<p></p>
<p></p>
<div class="block-slogan">
<h2>Welcome!</h2>
<div>
<p><strong>Welcome.</strong></p>
<p>Default</p>
</div>
</div>
<div class="flexslider">
<ul class="slides">
<li> <a href="#"><img src="img/slider1.png" /></a> </li>
<li> <a href="#"><img src="img/brownies.png" /></a> </li>
<li> <a href="#"><img src="img/raptor.png" /></a> </li>
<li> <a href="#"><img src="" /></a> </li>
<li> <a href="#"><img src="" /></a> </li>
</ul>
</div>
<span id="responsiveFlag"></span>
</div>
</div>
</div>

This post was edited by Diligence on Nov 21 2012 11:01am
Member
Posts: 1,628
Joined: Aug 11 2012
Gold: 628.00
Nov 21 2012 11:51am
going to need more info

plus take those empty p tags out
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll