I am converting a Photoshop image to HTML and need the images to show but the text not to and I see both. I also only see the image when placed in HTML and not when in CSS.
jahanas 0 Newbie Poster
Recommended Answers
Jump to PostLet's see - unless there's a version I'm not aware of, Photoshop is an image program - therefore any text in the image is IN the image and cannot be removed by css. Also, assuming the html page and the css page are in the same directory - '/image/' points …
Jump to PostYou are using
<div id="header"> .... .... </div>
while you have written header class in css:
.header{
height:220px;
width:901px;
background:url(/images/mockup-2_02.jpg) no-repeat;
}
in this case you should use <div class="header"> </div> instead of <div id="header"></div> so browser can understand and render the header div with background.
Thats …
Jump to PostTo all you guys trying to help Jahanas (OP),
Reading between the lines, this is the scenario:
- OP has used Adobe ImageReady (not Photoshop I suspect) to slice up a screenshot, and used the "Save as HTML" option to save a <table>...</table> structure plus corresponding individual image slices. …
Jump to PostOP has used Adobe ImageReady (not Photoshop I suspect) to slice up a screenshot, ...
Sorry, my bad. ImageReady was discontinued in 2009. Its functionality was apparently migrated into Creative Suite 3 and/or …
Jump to PostOP has used Adobe ImageReady (not Photoshop I suspect) to slice up a screenshot, ...
Sorry, my bad. ImageReady was discontinued in 2009. Its functionality was apparently migrated into Creative Suite 3 and/or …
All 20 Replies
simplypixie 123 Posting Pro in Training
jahanas 0 Newbie Poster
simplypixie 123 Posting Pro in Training
Dandello 8 Posting Whiz in Training
jahanas 0 Newbie Poster
Dandello 8 Posting Whiz in Training
jahanas 0 Newbie Poster
simplypixie 123 Posting Pro in Training
jahanas 0 Newbie Poster
simplypixie 123 Posting Pro in Training
Dandello 8 Posting Whiz in Training

stbuchok
jahanas 0 Newbie Poster
Dandello 8 Posting Whiz in Training
simplypixie 123 Posting Pro in Training
ansaripk 0 Newbie Poster
Airshow 416 WiFi Lounge Lizard Team Colleague
Airshow 416 WiFi Lounge Lizard Team Colleague
Airshow 416 WiFi Lounge Lizard Team Colleague
Dandello 8 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.