I'm learning Dreamweaver and good web design, so bear with me please.
I'm having a little difficulty with CSS and images.
I've looked at the CSS from a few templates, and the images are linked in the xhtml by the CSS, so they appear in the browser as background images.
My question is how can I edit these images easily from within Dreamweaver? In HTML, it was easy to right click the image and 'edit with...'(my case Photoshop), but this doesn't seem possible in CSS, as there is nothing to select.
Sure, I can look at the CSS directly and find the image - but the code doesn't give any visual reference to the image in the page just
, and with a page full of images this can take a long time.
I'd like to learn more CSS, but it seems that using tables will be much simpler and quicker - at least I would be able to select an image, and Dreamweaver would show the code.
Any advice?
Moe: It could have been a real ugly situation, but luckily I managed to shoot him in the spine.
I'm having a little difficulty with CSS and images.
I've looked at the CSS from a few templates, and the images are linked in the xhtml by the CSS, so they appear in the browser as background images.
My question is how can I edit these images easily from within Dreamweaver? In HTML, it was easy to right click the image and 'edit with...'(my case Photoshop), but this doesn't seem possible in CSS, as there is nothing to select.
Sure, I can look at the CSS directly and find the image - but the code doesn't give any visual reference to the image in the page just
Code:
background: url(images/footer00.gif)
I'd like to learn more CSS, but it seems that using tables will be much simpler and quicker - at least I would be able to select an image, and Dreamweaver would show the code.
Any advice?
Moe: It could have been a real ugly situation, but luckily I managed to shoot him in the spine.