Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

HTML CODE

Options
  • 26-06-2009 3:27pm
    #1
    Registered Users Posts: 410 ✭✭


    I want to insert pictures into a website page.I m looking a 4 pictures per row and 10 rows.I want to insert a name under each picture.Can anyone tell me the html code needed for this


Comments

  • Registered Users Posts: 25 speedster


    Rather than just pasting code... have a read of this to get some understanding.

    http://www.pageresource.com/html/table1.htm


  • Registered Users Posts: 742 ✭✭✭Pixelcraft


    actually no, tables are not for this.

    http://www.cssbasics.com/


  • Registered Users Posts: 410 ✭✭B1977


    where do i find the section for inserting a row of images


  • Registered Users Posts: 410 ✭✭B1977


    B1977 wrote: »
    I want to insert pictures into a website page.I m looking a 4 pictures per row and 10 rows.I want to insert a name under each picture.Can anyone tell me the html code needed for this


    would someone be able to send me this html code

    thanks


  • Registered Users Posts: 2,434 ✭✭✭LowOdour


    if you post up what you have already we can have a look and help. If you have nothing done then your unlikely to get someone just do it for you and post it on here, even though its straight forward enough with tables.


  • Advertisement
  • Registered Users Posts: 67 ✭✭Mick Regan


    Have a look at this:
    http://www.tjkdesign.com/articles/how_to_style_thumbnail_and_caption.asp

    and this:

    http://www.tjkdesign.com/articles/thumbnail_and_caption/gallery_of_thumbnails.asp

    If you don't want the images to act as links just amend the html to suit (ie: remove the a href tags etc).

    With a little bit of playing you should get something working.


  • Registered Users Posts: 410 ✭✭B1977


    LowOdour wrote: »
    if you post up what you have already we can have a look and help. If you have nothing done then your unlikely to get someone just do it for you and post it on here, even though its straight forward enough with tables.

    http://www.magicshoplimerick.com/costumes.html

    I lost the previous code I had so Im trying to get help with getting a standard piece of html code which allows me to change the price and put in new pictures and the name of the product


  • Registered Users Posts: 410 ✭✭B1977


    B1977 wrote: »
    http://www.magicshoplimerick.com/costumes.html

    I lost the previous code I had so Im trying to get help with getting a standard piece of html code which allows me to change the price and put in new pictures and the name of the product

    Im want to get them in rows of 4or 5 across and and a few rows down so I can save and edit


  • Registered Users Posts: 67 ✭✭Mick Regan


    Have a look at the links i posted earlier.
    If you use the code from there you'll get something working.

    Just reduce the number of images enclosed within each 'dl' tag to 4 or 5 or whatever, and repeat the <dl> </dl> block for each row.

    Then put the costume name and price in the 'dd' element:
    <dd><em>Costume name</em> $50</dd>

    You can change the css to remove the hover effect and background etc.

    It aint magic, seriously!

    :)


Advertisement