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.
+ Reply to Thread
Results 11 to 20 of 28
-
05-06-2009 06:18 AM #11Senior Member/Coder/Designer
- Join Date
- Mar 2009
- Posts
- 243
Color - Border - Spacing:
-
05-06-2009 03:45 PM #12Junior Member
- Join Date
- May 2009
- Posts
- 28
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.
-
05-06-2009 05:46 PM #13Senior Member/Coder/Designer
- Join Date
- Mar 2009
- Posts
- 243
Add one <TD>
After this code in /themes/default/home.html
Add this:Code:<table width="100%" border="0" cellspacing="0" cellpadding="0" class="maincolum"> <tr>
Your code should now be:Code:<td>
Code:<table width="100%" border="0" cellspacing="0" cellpadding="0" class="maincolum"> <tr> <td> <TABLE> <TR> <! ROB ADD> <TD WIDTH="100%" >
-
05-06-2009 06:02 PM #14Junior Member
- Join Date
- May 2009
- Posts
- 28
wow u are here thanks ill try it I got it
Thank you againLast edited by littlepeddler; 05-06-2009 at 06:12 PM.
-
05-06-2009 06:28 PM #15Junior Member
- Join Date
- May 2009
- Posts
- 28
some one want to offer an suggestions?
like on the fonts
http://www.poultrytrade.com/
-
05-06-2009 07:18 PM #16Senior Member/Coder/Designer
- Join Date
- Mar 2009
- Posts
- 243
Suggestions
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.
RobLast edited by rcooper; 10-06-2009 at 09:16 AM.
-
05-06-2009 08:53 PM #17Administrator/Coder/Designer
- Join Date
- Oct 2008
- Location
- Aberystwyth, Wales
- Posts
- 2,090
- Blog Entries
- 3
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.
-
05-06-2009 09:39 PM #18Junior Member
- Join Date
- May 2009
- Posts
- 28
-
05-06-2009 11:14 PM #19Junior Member
- Join Date
- May 2009
- Posts
- 28
-
06-06-2009 08:28 AM #20Senior Member/Coder/Designer
- Join Date
- Mar 2009
- Posts
- 243
Site Finish work
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



Reply With Quote
Bookmarks