Re: OK- website help needed....
Let me know how your web guy works out, Corey. With hubby's cancer and all the doctor's appointments, I've decided I just don't have the time to sit down and try to re-do my own site. I'm looking for web guy #3 I guess. :rolleyes:
Re: OK- website help needed....
Quote:
Originally Posted by
Shadera
Let me know how your web guy works out, Corey. With hubby's cancer and all the doctor's appointments, I've decided I just don't have the time to sit down and try to re-do my own site. I'm looking for web guy #3 I guess. :rolleyes:
Seems as though without going broke I will need to brush up and learn some code. I had a guy working on it, but the only decent thing he did was design me a logo. I have installed a new WordPress theme that seems to be a bit nicer.... sliders, sidebars all built in.
Its a work in progress!!
Re: OK- website help needed....
Quote:
Originally Posted by
coreydelong
I would really like to get this thumbnail this figured out without having to do all my pages over again. There has to be some sort of code from a plug in that will allow this??
Bearing in mind that I have never used Wordpress or any other web site development "tool" (other than Oracle Forms for work), I code my business web pages in straight HTML with CSS. So, I have no idea if this will work in Wordpress.
Assuming that your pictures are in a subdirectory called images under your main/index page, for a file named pic.jpg with the thumbnail picture named pic_thumb.jpg here's how you code it:
<a href="images/pic.jpg"><img src="images/pic_thumb.jpg"></a>
Re: OK- website help needed....
Quote:
Originally Posted by
bcr229
Bearing in mind that I have never used Wordpress or any other web site development "tool" (other than Oracle Forms for work), I code my business web pages in straight HTML with CSS. So, I have no idea if this will work in Wordpress.
Assuming that your pictures are in a subdirectory called images under your main/index page, for a file named pic.jpg with the thumbnail picture named pic_thumb.jpg here's how you code it:
<a href="images/pic.jpg"><img src="images/pic_thumb.jpg"></a>
Thanks for the tip!!
I have gone back to working on the site myself as I found a template tat has pretty much what I want. It is still a work in progress, but I like it much better than the original template.