Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

changing a global mailto link to a htm link

New Here ,
Jul 24, 2023 Jul 24, 2023

I want to change this mailto link to a htm link. It is on every page of our intranet. I don't know how to change CSS pages and would like any direction that might help.

 

<div class="email_tech_pubs" id="colTwo_buttons">

<a href="mailto:[EMAIL ADDRESS]">To report a Knowledge Base content issue, please include the following in this email body:

                                 

  1.             The content that is incorrect

                                 

  1.             The content's correction

                                 

  1.             The URL of the page where the content exists

 

"Email address removed by moderator as per Adobe Support Community guidelines."

 

TOPICS
Code
403
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 24, 2023 Jul 24, 2023

Cascading Style Sheets (CSS) have nothing to do with markup.  CSS makes pages look pretty.  That's all.

 

Open your HTML document and use Ctrl + Shift + F to perform Find & Replace on entire local site.  See screenshot.

image.png

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 24, 2023 Jul 24, 2023

It goes without saying but I'll say it anyway.  The HTML site must be saved to your local site folder before you can perform a site-wide Find & Replace from Dreamweaver.

 

If site page content is stored in a database as most CMS sites are, you'll need access to the database and special database tools like Navicat or phpMyAdmin that can query and replace content.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 25, 2023 Jul 25, 2023

Yes I’m working from a local site. The code that I’m replacing is “grayed out” so it can’t be changed for just the page. I tried to copy the code into the find and replace and then the link into the replace, and it doesn’t work.

 

 

 

Bob31274621cqn5_2-1690288278224.png

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 25, 2023 Jul 25, 2023

That's a Dreamweaver template. Have you looked for a file with .dwt? Normally it's in a folder called templates. Once you edit the template it will update the rest of the pages. If the template is no longer available you will need to remove the template from the page ( https://helpx.adobe.com/dreamweaver/using/applying-or-removing-template-existing.html ).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 25, 2023 Jul 25, 2023
LATEST

In Files panel (F8), open Templates folder and look for kbdev_template file.

If your site uses more than one template, there will be other template files in the same folder.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines