Access Gmail Signature Settings and Locate the Right Menu
Gmail buries the signature settings three levels deep, which is why most people struggle to find them. Open Gmail in a web browser—not the mobile app. Click the gear icon in the top right corner of your inbox. A dropdown menu appears. Select "See all settings" at the bottom of that menu. Don't click "Settings" alone; that only shows quick options. You need the full settings page. Once the settings page loads, look for the "Accounts and Import" tab at the top. It's the second tab, sitting right after "General." Click it. Now scroll down until you see the section labeled "Signature." This is where you'll spend the next few minutes. You'll notice a blue "Create new" link next to the word "Signature." Gmail allows multiple signatures if you manage different email addresses or personas. For your main Gmail account, that link might say "Create new" or you might see an existing signature listed. If you already have a signature, you can edit it or create a new one. Most people use just one signature, so click "Create new" and give it a simple name like "Professional Signature" or leave it unnamed. A text box appears below. This box is where your HTML code goes. Do not type anything yet. This is critical: Gmail's signature box accepts HTML, but only if you paste it correctly. Typing it defeats the purpose and Gmail will treat your code as plain text. Before you paste anything, you need to prepare your HTML file and understand what Gmail actually accepts. HTML signatures in Gmail work best when they follow specific rules. Gmail strips out certain code like JavaScript, external stylesheets, and some advanced formatting. Your signature should contain only inline CSS—meaning style rules written directly into HTML tags rather than in a separate style block. This is exactly how professional signature generators like SignatureFox work. They output HTML with all styling baked into individual elements so Gmail can't break it. The signature text box has a small toolbar above it with formatting buttons: bold, italic, underline, bullet points, and a link button. Ignore these buttons. They're for basic text signatures. You're building an HTML signature, so you'll bypass the interface entirely and paste code instead.