+ Reply to Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 28
  1. #11
    Senior Member/Coder/Designer rcooper is on a distinguished road
    Join Date
    Mar 2009
    Posts
    243

    Default Color - Border - Spacing:

    Quote Originally Posted by littlepeddler View Post
    I got that to work pretty well but there was no border around each thumbnail and they all ran together and even look to over lap each other. So how can I make them like yours or even bordered like in the auction site below.

    http://www.mymarket.lt/?lan=EN

    In HotMod code - /themes/default/home.html

    Backup home.html and then change per examples:

    change border:#CCCCCC 1px solid;padding:1px;

    TO

    border:Black 2px solid;padding:3px;

    SAVE FILE

    CLEAR CACHE

    REFRESH - Change again if needed.

    You can search gootle for HTML Color chart to get all 6 digit color settings that must include # in front of them.

  2. #12

    Default

    when i place the thumbnail code in i get all of the thumbnails in a roll ok? they do not go under last created and ending. those columns default off to the left side under categories. how do I separate them into the sections as last created and last ending. When they are off to the side that makes my right hand side frame out of kilter as well.

    I'll leave it like this so you can see what I mean. I took off the on code for last create block.

    http://www.poultrytrade.com/
    Last edited by littlepeddler; 05-06-2009 at 04:14 PM.

  3. #13
    Senior Member/Coder/Designer rcooper is on a distinguished road
    Join Date
    Mar 2009
    Posts
    243

    Default Add one <TD>

    Quote Originally Posted by littlepeddler View Post
    when i place the thumbnail code in i get all of the thumbnails in a roll ok? they do not go under last created and ending. those columns default off to the left side under categories. how do I separate them into the sections as last created and last ending. When they are off to the side that makes my right hand side frame out of kilter as well.

    I'll leave it like this so you can see what I mean. I took off the on code for last create block.

    http://www.poultrytrade.com/
    After this code in /themes/default/home.html
    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="maincolum">
    
      <tr>
    Add this:

    Code:
    <td>
    Your code should now be:
    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="maincolum">
    
      <tr>
    
      <td>
    
    <TABLE>
    
    <TR>
    
    <! ROB ADD>
    
    <TD WIDTH="100%" >

  4. #14

    Default

    wow u are here thanks ill try it I got it
    Thank you again
    Last edited by littlepeddler; 05-06-2009 at 06:12 PM.

  5. #15

    Default

    some one want to offer an suggestions?

    like on the fonts

    http://www.poultrytrade.com/

  6. #16
    Senior Member/Coder/Designer rcooper is on a distinguished road
    Join Date
    Mar 2009
    Posts
    243

    Default Suggestions

    Quote Originally Posted by littlepeddler View Post
    some one want to offer an suggestions?

    like on the fonts

    http://www.poultrytrade.com/
    http://www.webidcity.com/gen_images/poultry_new.jpg

    Some changes to your home.html will give you this look:

    no white space; add bgcolor="#fffff0" to <td>

    cateogory pics and name wrapped; add <BR> between image and name

    thumbnails: add align="center" to <table....... >

    books and supplies images will have to have their backgrounds changed from white to #fffff0" but, they are animated gif so they have to be recreated.

    I can help you tomorrow, going to work now.

    Rob
    Last edited by rcooper; 10-06-2009 at 09:16 AM.

  7. #17
    Administrator/Coder/Designer renlok is on a distinguished road renlok's Avatar
    Join Date
    Oct 2008
    Location
    Aberystwyth, Wales
    Posts
    2,090
    Blog Entries
    3

    Default

    looks good i personally would change it so the images dont have a border, the title font is slightly smaller and everything in each of the boxes is centred
    I'm away for the next week or so sorry If I'm slow to reply
    Rate it | Digg Us | Search WeBid
    Whats happening with WeBid
    Please don't PM me for support, ask in the forums then the answer can help everyone.

  8. #18

    Default

    Quote Originally Posted by renlok View Post
    looks good i personally would change it so the images dont have a border, the title font is slightly smaller and everything in each of the boxes is centred
    Im going to have to figure out how to do that you have some codes and placements. I have figured out I can copy and psat anything you guys tell me to.
    Thanks

  9. #19

    Default

    Quote Originally Posted by rcooper View Post
    http://www.loauction.com/gen_images/poultry_new.jpg

    Some changes to your home.html will give you this look:

    no white space; add bgcolor="#fffff0" to <td>

    cateogory pics and name wrapped; add <BR> between image and name

    thumbnails: add align="center" to <table....... >

    books and supplies images will have to have their backgrounds changed from white to #fffff0" but, they are animated gif so they have to be recreated.

    I can help you tomorrow, going to work now.

    Rob
    Rob I like that look but i couldn't find any of the line or places to paste them. You have to be real specfic with me , i'm an old blind woman. Thanks

  10. #20
    Senior Member/Coder/Designer rcooper is on a distinguished road
    Join Date
    Mar 2009
    Posts
    243

    Default Site Finish work

    Quote Originally Posted by littlepeddler View Post
    Rob I like that look but i couldn't find any of the line or places to paste them. You have to be real specfic with me , i'm an old blind woman. Thanks
    This is where it gets complicated.

    5 files control colors in the "home page" which is actually 3 files that are put together to form "home page":

    TOP = /themes/default/global_header.html

    MIDDLE = /themes/default/home.html

    BOTTOM = /themes/default/global_footer.html

    ______________________________

    The five files that you can change to fix colors for home page are:

    /themes/default/global_header.html

    /themes/default/home.html

    /themes/default/global_footer.html

    /themes/default/style.css (Global color, size border and other settings)

    /index.php (not recommended)

    ___________________________________________

    It would be easier for me to make the changes myself. If you would attach a "COPY" of these files below to an email and send to me:

    /themes/default/global_header.html
    /themes/default/home.html
    /themes/default/global_footer.html
    /themes/default/style.css
    /ndex.php (might not have to modifiy this one)

    to my email at admin@wecoder.com

    I will make correct changes for color, border removal for pics and might be able to fix two animated gif image background color.

    Then I can test it all on my end as I have many test sites for this purpose.

    When fixed I will email it back to you.

    Or if you prefer we can do it manually but, it will take time over a few days.

    Rob

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts