|
-
Dreamweaver Help
Hi there!!!
i`m trying to put a picture as a background on dreamweaver and also i want to put some text over that background.
please help me how to do it.
I hope i`m on the right forum.
thank you in advance.
oscar
-
modify >> page properties >> background image
goodluck
-
Dreamweaver Help
Thank You For Your Answer,but That I Can Do,the One I Forgot To Mention Is When You Have A Table And You Just Want To Put A Picture And A Text On It(over The Picture),you Know What I Mean?
-
Flashkit historian
Hi,
Not much different from a source code standpoint.
Look at the source code for your table
Code:
<table background="YourImageHere.gif" >
<tr><td>text goes here</td></tr>
</table>
-
deamweaver help
thank`s a lot,it works.
one more question,how do i make that table to be just one size without increasing when i add some text.
you know what i mean?
-
Flashkit historian
Umm no.
Table widths work in html4
http://www.w3.org/TR/html4/struct/tables.html
and here are some basics in css
http://www.w3.org/TR/REC-CSS2/tables.html#q1
You should be able to define your tables dimensions in the table tags as absolutes.
Code:
<table background="sitecode.gif" width="200" height ="250" >
<tr><td>text goes here</td></tr>
</table>
-
Dreamweaver Help
i do really apreciate your help.
you`r very kind.
In case i need some more help can i contact you?
thank`s a lot!!!
-
Flashkit historian
It's really just better to start a thread in the forum and see how it develops from there. Flashkit has a large group of users many very good at explaining things.
Having the forum to work within it generally means your answers come quicker.
and your not always tied to one way of doing things. It can put more options on the table for you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|