Ok, ive got my site, arcadedirect.net. What i want to do is add a thin black line that goes down and seperates all the pictures from the adsense. How would i go about doing this?
thanks, but i only want it on the right side and like a little bit away from the image, is that possible? (i think it should be doing this with the code i have, but for some reason it isnt)
Either put the pictures or the adsense into a div (you can use multiple ones for grouping if you'd like). In the div do something like <div style="border-right: 1px solid black;">stuff here</div> The 1px can be in any units (such as em) or certain words like "thin" Solid is probably what you are going for but you can also do double, dashed, dotted, etc. Black can obviously be any regular html color or a hex value (like "#354275"). Hope that makes sense
I belive you might have forgotten to include your style sheet in the header: <link rel="stylesheet" type="text/css" href="style.css" />