Log in

View Full Version : How to put HTML code into a <div> tag?



Ryan Fitton
05-15-2007, 01:53 PM
Hi doews anyone know how to put HTML into a <div> tag? :confused:

DimX
05-15-2007, 01:56 PM
Um :confused:...


<div>
<a href="http://.../...">Link</a>
<img src="..." alt="..." />
</div>

Ryan Fitton
05-15-2007, 02:10 PM
thankyou

mburt
05-15-2007, 03:20 PM
Div tags works as any tag would. The only difference from that and span, is that it's a block-level element.