PDA

View Full Version : changing the index page


00lewis
26-Sep-2006, 10:57 AM
hi there i am trying to create three boxes next to each other, with images that link to products.html, the login / register page, and the info.html page. (T&C's)

http://d256639.micro59.micromarteurope.co.uk/acatalog/index.html

here is a link to the page in question.

i would like each box next to each other, the products one works fine as there is a products section, however there is not an actual login and T&C's page, so i have created them and thought i could just open the html file and change the links manually, is this correct?

Also thehow do i change the section layout from twoo boxes per line to three? Should i do this by editing the .html file?

reagards

gabrielcrowe
26-Sep-2006, 12:57 PM
first of all, i suggest going to some tutorials on css.

here i'm going to use a css example.

using notepad, put this text in it:

<div style="float: left" class="myblock">NETQUOTEVAR:FRAGMENTANCHOR
NETQUOTEVAR:BROCHURE_IMAGE</div>

now save it as something like:

act_frontpageblock.html

in your site1 folder.

make a new fragment, in your front page, and use this new file, as your template. set your links as required. click on image to link and all that stuff.

not tested so let me know if it works.

nb: i also included a class css selector, so you can style and pad out the div using stylesheets.

00lewis
26-Sep-2006, 01:54 PM
Hi there is there a way of charging different items at different amounts based on the quantity?

gabrielcrowe
26-Sep-2006, 01:58 PM
wtf? lol, i suggest you start a different thread! :D

what you're looking for, is a component and attribute set, with multiple combinations, with different prices for eash combination.

00lewis
26-Sep-2006, 02:37 PM
sorry i thought i had started another one.
doh!

i will have to get back to on the original post as something else has gone wrong.