can anyone tell me how to get the attached buttons to display next to my image on my homepage. i have attached a screen shot
is there a button addon that would do this?
thanks
can anyone tell me how to get the attached buttons to display next to my image on my homepage. i have attached a screen shot
is there a button addon that would do this?
thanks
just poking around in the dark is not really going to get me anywhere so if you could either post your url or a whole screen grab, with an outline of what you're trying to do.
ok, my goal is to get a group of buttons located next to the second Prokarateshop image on my homepage. i guess i would use the mainpage.php. but thats just a poke in the dark
how would i accomplish this?
Getting those buttons (even reduced a bit) in that space will be tricky, unless you don't mind them extending downward and moving the content below. The space above the second logo is in the header and not available to the define_main_page.php content without some CSS positioning, which may not work in all browsers *cough IE6*.
The best way to get the links is probably to assign them to ez-pages as "internal links", and in define_main_page.php call them with code like
<?php echo zen_ezpage_link(23); ?>
where 23 is the ez-page id number you wind up with.