1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Fishing Website Template

Discussion in 'Free Website Templates' started by Mimoun, Nov 18, 2012.

  1. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    Today's free web design template is a fishing website template good for a fishing equipment shop, a sailing boat website or a fishing enthusiast website.

    [​IMG]

    Download - View - Design

    Web design sub pages:

    [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG]




    This website template will work with all modern web browsers.


    What is included:
    • HTML files source code
    • CSS file source code
    • Images: compressed versions
    • The design source, in this case, the PSD files
    • Sliced PSD file (Photoshop source design)
    Third party Stock Photos licensed from Veer:


    [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG]


    Third party fonts used:
    Font details coming soon.......

    Credits:
    Credit details coming soon......

    Design version 9
    Code version 5

    Download - View - Design
     
  2. THEDON

    THEDON New Member

    Hi great website,but how can i edit the text or font please

    http://galwaydockfishing.com/index.html

    e.g (This is a place holder) or Clearance,i have tried editing the .PSD file and re upping it to FTP but no changes happens

    Thank you
     
  3. Dawn

    Dawn Community Manager

    Hi Thedon, welcome to FWT!

    For simple text and font changes it's the HTML and CSS files you need to edit, not the PSD files. The PSD files are mainly included for designers who wish to make more drastic changes to the template. :)
     
  4. THEDON

    THEDON New Member

    could you tell me where is
    • HTML files source code
    as i cannot find it please

    actually i found the html files but they open in browser,how do i edit them thanks

    sorry i managed that thanks
     
    Last edited: Mar 24, 2014
  5. Dawn

    Dawn Community Manager

    Great to see you've got it sorted, Thedon!

    For future reference, if you need a little more info on how to use our templates, you can refer to this great guide written by our very own @ishkey. You can also get help with any problems you may encounter by posting in the relevant thread. :)
     
  6. THEDON

    THEDON New Member

    hi i wonder could you help me please,i have created a page called videos,as you can see below,i am trying to get 3 rows of youtubes on this page but cannot align it properly,if you could help me please,i will upload the file

    Thanking you

    http://galwaydockfishing.com/videos.html
     

    Attached Files:

  7. Yen

    Yen Programmer Verified Member

    Hi Thedon,

    Attached is the modified videos.html file.

    I've modified it to display 3 rows of 2 x youtube embeded videos.
    Each row is centralized.

    Simply put, it's like this

    <center>
    <p>[1st video] [2nd video]</p>
    <p>[1st video] [2nd video]</p>
    <p>[1st video] [2nd video]</p>
    </center>

    The page width only allow a maximum of 2 video panels per row without wrapping to next line.
    If you wish to have more videos per row, you'll need to increase the page width from inside the css/styles.css file
    #page {
    width: 960px; /* <-- Increase this to something larger */
    }

    #header {
    width: 960px; /* <-- Increase this to something larger */
    }

    If you are unsure of what this means, you can check out tutorials on CSS

    Regards,

    Yen
     

    Attached Files:

    Dawn, Ruthe and Mimoun like this.
  8. THEDON

    THEDON New Member

    wow that is brilliant that is exactly what i needed

    thanking you kind sir