Guest Posted October 6, 2006 Posted October 6, 2006 Hi Guys, I wish to put a a big grey box down the left side of our store in the left column. In the grey box I wish to add pictures, info boxes etc. I need the code that you use to create such a box in html or whatever. I need it to be 52 pixels wide and continue down to the very bottom of the page. The background colour is to be a light blue colour. What is the basic code needed to create such a box/table. Thanks in advance guys!
dynamoeffects Posted October 9, 2006 Posted October 9, 2006 Without seeing your codebase or site, it's nearly impossible to answer your question. You say that you need it to be gray, then say it should be a light blue color. Here's code to make a 52px wide gray box, but without seeing your code, it's not really going to help. <table border="0" style="width: 52px; height: 100%; background-color: #EFEFEF"> <tr> <td>Content</td> </tr> </table> Another option is to hire a website developer to make the changes for you. Many times the time you save is worth more than the money you spend. Please use the forums for support! I am happy to help you here, but I am unable to offer free technical support over instant messenger or e-mail.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.