98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver training course - Images
dreamweaver training course - Images
Resolved · Low Priority · Version Standard
RE: Images
Hi Seema,
To create a background image you'll need to have some software such as Paint Shop Pro or Photoshop. There are thousands of free image applications too. I'd recommend subtle backgrounds or watermarks so that people can still read the text and not be distracted. Indeed, sometimes background images can look terrible!
As far as applying the image, just use CSS 'background' parameter or traditional HTML parameters.
To apply to a table cell for example, use <td background="your-image.jpg">cell data here</td>
To apply to the whole page, edit the body tag like this: <body background="your-image.jpg"> (or use Page Properties in Dreamweaver and browse to the file)
Don't forget you'll need to also upload the image to your web server so the HTML source parameter can find the image file.
Hope this helps.
Regards, Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:JumpMenu in new windowWhen inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.
source: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166& ;sliceId=1 |