• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Dreamweaver HTML Question

Joined
May 24, 2007
Messages
5,443 (0.83/day)
Location
Tennessee
System Name AM5
Processor AMD Ryzen R9 7950X
Motherboard Asrock X670E Taichi
Cooling EK AIO Basic 360
Memory Corsair Vengeance DDR5 5600 64 Gb - XMP1 Profile
Video Card(s) AMD Reference 7900 XTX 24 Gb
Storage Crucial Gen 5 1 TB, Samsung Gen 4 980 1 TB / Samsung 8TB SSD
Display(s) Samsung 34" 240hz 4K
Case Fractal Define R7
Power Supply Seasonic PRIME PX-1300, 1300W 80+ Platinum, Full Modular
Does anyone know how to change Dreamweaver img source tags?


Right now my problem is that when I add a image through dreamweaver it makes a shorthand tag that only dreamweaver and your core website know how to pick up?

Is there anyway possible to force dreamweaver to show the entire image src tag?
 
What does the tag look like? I don't have an answer, I just got curious. :)
 
The tags just give the name of the directory and the image file name within the directory. They do not give the entire source.
 
You mean like images/rat.jpg? Isn't that just a relative link which should be understood by all browsers?
 
click on the image, and then hit code view. it will be highlighted in the code.
 
I just wanted it to do it automatically rather than me having to add the front part of the source tag everytime.
 
do what? you are in wysiwyg view, the src code is code. you have to go to code view to see it. there is a quick view type function, but sorry i don't remember it, and it may just be for insertion.
most any property you want to edit can be done in properties. past that i am sorry, but code is your option. it should be anyway ;) np++ ftw :)
 
first of you paste that code in dremweaver in design mode then click on image and go in coding code then you can easily change img source tags.
 
Back
Top