Hi, I want to make this table look better: http://mydedis.com/servers.html With some colors, style, etc. But also easily readable Any help is much appreciated. Thanks
Hello, Here's a link to w3schools on tables, explaining how to place a background or graphic inside your table. Scroll down a little past the center of the page. http://www.w3schools.com/HTML/html_tables.asp
hey, thanks for the tip, it wasn't so difficult after all What do you think? Does gray look ok for the table?
The grey looks good and the table looks a lot better, easier to read! Sounds like you had some fun too. I was going to suggest a real light powder blue for the background, not sure how that would look with the blue links in the table. Overall, the table looks very nice!
Remove the blue outline on the images (this can be done with css), and change the link colors if you're going to keep the same background. Otherwise, it looks good!
Hey try changing this bit of code: <style type="text/css"> <!-- .style1 { color: #000000; font-weight: bold; } --> </style> Code (markup): With this code instead to remove the blue borders on the "buy now" buttons: <style type="text/css"> <!-- .style1 { color: #000000; font-weight: bold; } a img{ border:0; } --> </style> Code (markup):
Thanks guys, I changed the table background to something more blueish, but I'm not sure it looks "right". I did try some other kinds of blue but that the fonts were not very readable And thanks stuart.letterman for the tip, the fact is I couldn't see the blue border with chrome or opera, only firefox