Changing buttons with own image

gilaman / 2011-05-02 03:33:47   

Hello,

How do i change the text buttons with my own image buttons? For eg. "Photograph" to an image button.
Here's my website. www.haiqalanwar.com.

here's one example of a site using image buttons http://mcbess.com/
Thanks in advance!

gilaman / 2011-05-03 22:22:51   

Any help guys?

bbrk / 2011-05-05 09:16:55   

I have the same question as gilaman. Any help would be appreciated! Thanks!

Vaska A / 2011-05-05 09:42:06   

You need to customize your site with html to do this...

gilaman / 2011-05-05 12:26:38   

hi vaska thanks for your reply.

isnt the index is .php? how can i customize with html?

thanks

rickykappa / 2011-05-06 09:00:27   

you definitely can write html into the index.php

bbrk / 2011-05-06 12:43:22   

thanks, all!
yes - so i looked through the 'useful threads' and figured out that the index.php file is the one i want to work with.
but here is where i get stuck...
(i ask for patience, and i totally allow eyes rolling, but...)
when i open the index.php file i just see 'built with indexhibit'...
is this where i write in all of the code?
am i looking at the wrong file?
i've even tried it via firebug and know where i need to place the html code to get the image-as-link in the menu/exhibit... but i'm just stuck on getting to the right file...
do i write in ALL of the code? like for the whole menu bar? along with what i want?
thank you times a billion!
and my apologies for the lack of knowledge here!

rickykappa / 2011-05-06 14:03:20   

wait a minute... how are you opening the php file?
use a simple text editor and I bet all your questions will be answered1
;-)

bbrk / 2011-05-06 14:07:01   

i dragged it into textedit...
i must be doing something silly...
thanks!

gilaman / 2011-05-08 05:31:29   

hey guys,

i tried but i just cant find the appropriate place to put the html. for example, i dont know where's the code in the .php where my button is located. can you help me with that part? thanks in advance.

gilaman / 2011-05-08 05:38:35   

ok i tried changing my index with html but came up with this error

  1. Warning: filesize() [function.filesize]: stat failed for /home/haiqalan/public_html/vanlim.com/ndxz-studio/site/thecentered_theme/index.php in /home/haiqalan/public_html/vanlim.com/index.php on line 81

Warning: fread(): supplied argument is not a valid stream resource in /home/haiqalan/public_html/vanlim.com/index.php on line 81

Warning: fclose(): supplied argument is not a valid stream resource in /home/haiqalan/public_html/vanlim.com/index.php on line 82

here's the html code

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



VANLIM.COM


.grow { float:left; margin-bottom: 18px; }
    .thumb { padding:0; text-align:left; display: table; height: 120px; #position: relative; overflow: hidden; width: 120px; }

    .grow strong { margin-top: 3px; text-align: left; display: block; font-weight: normal; text-align: center; }
    .grow em { font-style: normal; display: none; text-align: center; }
    
    .thumb-it { #position: absolute; _top: 50%; display: table-cell; vertical-align: middle; text-align: center; }
    .thumb-img { #position: relative; width: 120px; display:block; }






path = 'http://vanlim.com/files/gimgs/';

$(document).ready(function() {
    setTimeout('move_up()', 1);
    expandingMenu(0);
    expandingMenu(1);
    expandingMenu(2);
    expandingMenu(3);
    expandingMenu(4);
    expandingMenu(5);
    expandingMenu(6);
    expandingMenu(7);
    expandingMenu(8);
});



    



Vanlim

About This Site


  • Work #1
  • Info
  • Main

  • Copyright © 2010 Vanessa Lim






    Edit this page.





    Built with Indexhibit

    i tried playing with my secondary site on www.vanlim.com just in case i screwed up haiqalanwar.com

    gilaman / 2011-05-08 05:41:36   

    ooops i uploaded my html file here

    http://www.zshare.net/download/899021328f1f5403/

    thank you in advance!

    bbrk / 2011-06-17 15:05:53   

    gilaman,
    i saw your site. nice. you figured it out.can i ask how?
    thanks.

    This thread has been closed, thank you.