skip to Main Content

HTML mult-text color – Photoshop

<div class="mySlides fade"> <img src="images/homepage1/youth_academy_black_history_2.JPG" style="width:100%"> <div class="text" style="color:black">Youth Academy</div> The above code produces a picture with black text. Lets say I want a stroke(multicolor) ie black with silver outline of the text. In photoshop its called stroke. Can I…

VIEW QUESTION

Slide show javascript error – SEO

I am using a script from the WOW Slider (free version) which is as follows: var slideIndex = 0; function showSlides() { var i; slides = document.getElementsByClassName("mySlides"); dots = document.getElementsByClassName("dot"); for (i = 0; i < slides.length; i++) { slides[i].style.display…

VIEW QUESTION
Back To Top
Search