GamypataStymn
New Member
Ok, I'm trying to redesign my eBay template (inline CSS) and find myself well out of my depth at this stage.I will try to summarise what I am trying to acheive:One table to contain DIVS which will each contain both a header image and text box type space below.The table should be set to 100% width with a max-width of say 780px. This will allow my header images to resize down for older browser resolutions and also to scale up for higher resolutions, without scaling too far for 1080p displays.I would like the header images to be centrally aligned on the page and for the text space below to be aligned to the left of the headers.eBay's pages adjust with browser resolution and therefore the 100% width will adjust the DIV to allow the header and text to adjust accordingly with differing resolutions.I hope this was made readable.My effort thus far is below:\[code\]<table style="FONT-FAMILY: verdana; COLOR: rgb(0,0,0); FONT-SIZE: 10px" max-width="780px" align="center" border="0" cellpadding="1" cellspacing="0" width="100%"><tbody><tr align="center"><td><strong><h1><font size="5">Header Text</font></h1></strong><p><strong></strong> </p></td></tr><tr><td><div class="test.justify.text" align="center"><img src="https://www.bargainhardware.co.uk/product_images/uploaded_images/header-example-780.gif" height="40" width="778"><br></div><br></td></tr><tr><td><p></p></td></tr></tbody><tbody><tr><td><div class="title"><img src="https://www.bargainhardware.co.uk/product_images/uploaded_images/menuback.jpg" width="50%"><br></div></td></tr><tr align="center"></tr></tbody></table><br>\[/code\]