Jump to content

HTML Box Pro Help


Recommended Posts

I just purchased HTML Box Pro...which is great!

But I now have a design question to ask and need help.

I know this is a lot to ask, but any guidance would be appreciated.

 

I want to create an HTML Box Pro in the Header

 

I'd like to see 3 images roughly 325w x 175h all next to each other. Each image would be clickable to a different product or page.

 

Here is the code I'm using...I'd rather not use tables, but css is not my strong suite.

 

Eventually I'd like to have 3 different ads. One with 3 image ads one with just 1 long image ad, and maybe one with 2 image ads and then active one at a time depending on how I want the site to look.

 

if you go to http://boojh.x10host.com/ps/

you can see that it's all shifted to the left.

I cannot get it to center over the page so it is in line with the site.

And it's kind of messed up my fixed header stuff that I did according to this post: http://mypresta.eu/en/art/developer/fixed-header-in-prestashop.html

Any advise would be greatly appreciated.

 

<table width="975" border="0" cellspacing="0" cellpadding="0">
 <tr>
<td><a href="http://boojh.x10host.com/ps/258-zwarenstein-alex"><img src="http://boojh.x10host.com/ps/ads/adv1.jpg" width="325" height="175" /></a></td>
<td><a href="http://boojh.x10host.com/ps/10-art-glass"><img src="http://boojh.x10host.com/ps/ads/adv2.jpg" width="325" height="175" /></a></td>
<td><a href="http://boojh.x10host.com/ps/16-vintage-posters"><img src="http://boojh.x10host.com/ps/ads/adv2.jpg" width="325" height="175" /></a></td>
 </tr>
</table>

Edited by paditur (see edit history)
Link to comment
Share on other sites

here I am :)

 

use this code:

<table width="975" border="0" cellspacing="0" cellpadding="0" style="margin:auto;">
 <tr>
	<td><a href="http://boojh.x10host.com/ps/258-zwarenstein-alex"><img src="http://boojh.x10host.com/ps/ads/adv1.jpg" width="325" height="175" /></a></td>
	<td><a href="http://boojh.x10host.com/ps/10-art-glass"><img src="http://boojh.x10host.com/ps/ads/adv2.jpg" width="325" height="175" /></a></td>
	<td><a href="http://boojh.x10host.com/ps/16-vintage-posters"><img src="http://boojh.x10host.com/ps/ads/adv2.jpg" width="325" height="175" /></a></td>
 </tr>
</table>

 

+ question, where you want to display it? below the header?

 

i suppose that you want to achieve something like this:

 

0dvNTbZ.png

 

Am I right?

Link to comment
Share on other sites

oh! i just figured it out. you have the option for 'header' or 'top' neat!

 

take a look at the site: http://boojh.x10host.com/ps/

 

some other things are getting cut off so I think....

 

i'll have to change the header.tpl and footer.tpl to read

 

<div id="columns" class="grid_9 alpha omega clearfix" style="Position:relative; top:500px;">

instead of

<div id="columns" class="grid_9 alpha omega clearfix" style="Position:relative; top:175px;">

 

in order for the header to be fixed, right?

Edited by paditur (see edit history)
Link to comment
Share on other sites

never mind. the fixed header was goofing a couple of other things up, so i'll not use that. otherwise the ads look great! and i love that i have the option to put them on the header or just on top. awesome mod! thank you.

Link to comment
Share on other sites

regarding to the fixed header:

i think that the main problem is in fact, that you have to close the header <div> then adverts will not be fixed ;)

if you want we I can help in this case, i think that fixed header is an great idea but in this case it needs some personalization ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...