Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Dreamweaver & Photoshop

  1. #1
    I want to replace the words on that navebar with dreamweaver and i can't .I know ,i must use photoshop but the html page is almost ready so using photosop means to work again all the page from the begining.And i want to delete too the ''MEMBERS AREA , SHOPPING CART, VIEW CART '' but like i said i can't do it with dreamweaver .Any ideea?


  2. Software & Hardware   -   #2
    tarzan's Avatar lore keeper
    Join Date
    May 2003
    Posts
    326
    wouldnt you just have to edit the existing graphic that way you dont have to replace any html?

  3. Software & Hardware   -   #3
    yes do the images again, save them on top of the orginal images...

    then they will change, it will take u ten mins...

  4. Software & Hardware   -   #4
    Poster
    Join Date
    May 2003
    Location
    North-east england UK
    Posts
    2,657
    yeah thats all

  5. Software & Hardware   -   #5
    Those are images sh, thats why you need photoshop to edit it. Dreamweaver doesnt edit images. Moreover, select and make new slice when you export it to html next time. So if each button is just another slice then in dreamweaver if you need to delete a button you can delete that slice.

    This is why i dont like pre-made templates. Hard to edit and update + the pages take longer to load comparitively + the size of the page is bigger than the normal.
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  6. Software & Hardware   -   #6
    Poster
    Join Date
    Jan 2003
    Location
    United Kingdom
    Posts
    1,184
    Why not just go to Code View and just delete the <IMG> tag?

  7. Software & Hardware   -   #7
    yep web templates suck big time...

    nuthing better than your own ideas

  8. Software & Hardware   -   #8
    Originally posted by Amarjit@19 November 2003 - 13:47
    Why not just go to Code View and just delete the <IMG> tag?
    No, this is a template. The whole slice is there. That probably is a whole junk of the image slice. You delete the image you think are buttons would delete the whole upper half of what you see.
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  9. Software & Hardware   -   #9
    Originally posted by I.am+19 November 2003 - 20:21--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (I.am @ 19 November 2003 - 20:21)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Amarjit@19 November 2003 - 13:47
    Why not just go to Code View and just delete the <IMG> tag?
    No, this is a template. The whole slice is there. That probably is a whole junk of the image slice. You delete the image you think are buttons would delete the whole upper half of what you see. [/b][/quote]
    Yes,right i looked in the code and deleted, the all image is gone .Another silly question :How can i get rid off that line under the Google?If i make a link the line appear and i don&#39;t want it.


  10. Software & Hardware   -   #10
    If you want all your links to behave like that you can write up a quick css with text-decoration:none
    But if you want only one, you will probably laugh, but just select the whole link and press the underline button in frontpage/dreamweaver to remove the underline

    If you would like the code to replace your link:
    Code:
    &#60;a href=&#34;www.mylink.com&#34; style=&#34;text-decoration&#58; none&#34;&#62;This is a link&#60;/a&#62;
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •