| | |
|
|
|
Re: Text over graphic |
| message from dreamdust on 17 Jul 2004 |
yes I know, but how?
|
| seb replied to dreamdust on 17 Jul 2004 |
I'll explain the CSS way.
I can't cover all details, so you should read the help files or read CSS
tutorials in you miss something. It's fairly simple if you follow the steps.
With your page open, Open CSS panel. Select "new" from top-right
drop-down options.
Create new style in external style sheet. Select the "Class" selector
type. Call your styleSheet "myStyles" (for example).
call your style ".imagebg" (for example).
OK.
In style edit dialog window that opens, select "background".
In background box, browse to your image.
You can set it to repeat or no repeat or other options... options are
all in the same pnael.
Then click OK.
Then back to your page.
In CSS panel go "attach style sheet". Select LINK to style sheet.
Browse to the style sheet you just created.
OK.
Then select the cell you want to have your image background. This cell
selected, look in CSS panel: select .imagebg in "myStyles", and then
"Apply" from the top right drop-down options of the panel.
dreamdust wrote:
|
| dreamdust replied to seb on 18 Jul 2004 |
Thanks, I'll try this.
|
|
Archived message: Re: Text over graphic (Macromedia Dreamweaver)