I have a rectangular, landscape div which has a background image.
I require whole div to be a link, so I have made it a block element.
The div has a full width background image, the left half is a graphic and the right half is plain.
I want a paragraph of justified text to appear in the right hand half.
I can't set the padding of the div as it repeats the background image.
I have floated a div to the right and while this works it breaks all the rules.
The question is, how do I do it?
Keith
I require whole div to be a link, so I have made it a block element.
The div has a full width background image, the left half is a graphic and the right half is plain.
I want a paragraph of justified text to appear in the right hand half.
I can't set the padding of the div as it repeats the background image.
I have floated a div to the right and while this works it breaks all the rules.
The question is, how do I do it?
Keith