Helps need on Dreamweaver Mx Hello dpeers, I have a bit problems here..i really appreciate that if someone can give some guide to help me . I create a one small content box on my new website, but i dont know how to put the text inside the image on the dreamweaver or frontpage... I know this problem can be done with Photoshop..Just put the text..BUT, i need to know how to insert text on the image by using Dreamweaver only....how to create a table inside image like this? or is that any other way to put it in? Thanks for any replying.. zam
Have you tried making a div (learn css), setting fixed height and width for it, and then putting that image in a background? That's option A, at least. Option B is to slice the image into a header, content and footer part, make a div with the header,content and footer sections inside it, and again, make the representive images background for the different div's. That way the box will be more flexible in height (so that you can stretch it with text). Go to htmldog.com and read up on your CSS skills, and you'll have it done right away :]
Another way would be to create a table with the exact pixel height and width as the graphic. Then set the table background to the image. Now all you need to do is type your text in your table. Of course you'll need to do some aligning, but that's easy too.
Best way would be making a div adding fixed width and height, putting the image as a background image and adding top, left-right padding.
Thanks a lot friends i'm still searching the 'div tags' on my dreamweaver to put the text on image.. cypherus, i'm do some slice before but you know when we slice it, we need to save in html file right?..but, in my page it contains so many graphics to slice..header..footer and etc..we cant insert the slice image inside the slice page right?..or,am i wrong?..sorry..i'm not expert to much on css Thanks,