i have a div
<div id=“header” style=“height: 335px”>
with css as #header {height:275px;background:url(images/image5.jpg);background-repeat:no-repeat;background-position:left top}
the image5.jpg has some picture at the left side
i want to put some text matter ie the name in bold larger font size to somewhat right centre of the div
how do i adjust it
i tried it but i am getting it to the top left of the div
Perhaps post your full code, along with the text you want placed. It’s not too clear what you are asking. All I can suggest is placing some margins on the text to move it around.
By the way, that inline height setting overrides the setting in your main style sheet.
[SIZE="6"] Company Name[/SIZE]
[I] .......................slogan[/I]
-------------------------------------------------------------------------------------------------------- this is the format i need
now i am getting it to the extreme right & though i have set margin top =-10px its somewhat in middle
& the slogan is to the extremeright though i have i added padding
This is an unreliable way to post. (I suspect what appears above is not what you intended.) Could you post the code you have now and an image of how you want it to appear?
attached here with sample in which i need the company name & solgon as desired position.
there is already the large image represented with square . the rest of the images ie represented by circles needs to be placed in the positions as indicated.