Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6638637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:27:34+00:00 2026-05-25T23:27:34+00:00

I was wondering if you could display a link as normal text. <a id=""

  • 0

I was wondering if you could display a link as normal text.

<a id="" href="" target="_parent"><img src="" width="121" height="20" alt="">
<div style="position:absolute;left:163px;top:1px;font-size: 12px; display: block">
<font color="white">Log in</font></a>

I’m trying to overlap an image that is also a button, with the text "Log in", it works as it is with the code above, but I was wondering if I can change the "log in" which displays as blue and underlined to appear as normal text.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T23:27:34+00:00Added an answer on May 25, 2026 at 11:27 pm

    If you have a look at Cascading Style Sheets (CSS) you can change the colour and the text style of the link.

    In your example, you could use

    <a id="" href="" target="_parent" style="color: white; text-decoration: none;"><img src="" width="121" height="20" alt="">
        <div style="position:absolute; sleft:163px;top:1px;font-size: 12px; display: block">
            <font color="white">Log in</font>
        </div>
    </a>
    

    However I would learn how to use external stylesheets and link them to your HTML through the <link> tag in the <head> of your html. You can then style up individual tags through the tag name, an id or a css class. So an updated example would be:

    <link rel="stylesheet" href="link-to-your-css-file" />
    

    in your css file have

    a.imgLink{
        color: white; text-decoration: none;
    }
    div.imgLink{ 
        position: absolute; left: 163px; top: 1px; font-size: 12px; display: block;
    }
    

    Then your html would be

    <a class="imgLink" id="" href="" target="_parent">
        <img src="" width="121" height="20" alt="">
        <div class="imgLink">
             Log In
        </div>
    </a>
    

    Not only does it make your HTML “dry” but it gives you greater control over the styles of your html by only changing the css file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm just wondering how I could display my last 200 mysql entries in php
i was wondering how could i display 'player' sprite from Player.cs class. So far
I am wondering how could i divide my ListView in parts and display only
i am wondering could i access my app internal storage using emulator. I mean
I was wondering what could be the point in trying to delete committed changelists,
I was wondering how could I reload any website using javascript and set it
I was wondering how could I remove one (wrongly inserted) entry/word from the ispell
I had accidentally tried this, which compiles! So I was wondering what could this
Wondering if I could get some advice and direction on this following requirement: Need
Im wondering how i could add a success or fail message to return at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.