Computer problems,Computer help
*AX SOFT>>>Programming & Design

CSS: link code help!?


Okay, here's the situation. I've got a div text area that I want to link to another webpage. I can do this, but when I do, the formatting of it, and all other text on the page goes purple and is underlined? The code on the tag is

<div class="style1" id="apDiv1">
<div align="center"><a href="aboutme-mock-up-CSS.html">about me</div>
</div>


The code for the attributes is:

#apDiv1 {
position:absolute;
left:476px;
top:64px;
width:105px;
height:23px;
z-index:1;
}
.style1 {font-family: "Myriad Pro"}

TY!

You forgot to close your <a> tag.

<a href= "aboutme-mock-up-CSS.html"> about me </a></div>

It looks like you do not have the proper number of </div> to match the <div...> statements.

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • How can i put an affilite choice in my website?

    You need a website with database support. Normally these kind of websites uses PHP and MySQL so you can go for Linux hosting. Try www.hostgator.com its a good one.. I am using the same service...

  • Complicated document.write question in javascript?

    The problem occurs with how you are using the variable "sld". When the link is written out, it actually writes out "id2" so Javascript thinks that it is a variable; which doesn...

  • Which code represents character data boxes and graphical symbols?

    Most English-only programs get by fine with ASCII but if you need to support non-English text you will want to take a look at Unicode. I don't think EBCDIC is used anywhere anymore. Progra...

  • VbScript - Help Me!?

    hi, use this coding: <script language="vbscript"> dim n(2) for i=0 to 2 n(i)=cint(inputbox("Enter 3 numbers")) next if n(0)<n(1) and n(0)<n(2) then if n(0...

  • Can we move files accross a unix filesystem?explain ur answer .?

    Yes, you can move files across UNIX file systems - If you move files with in a file system, the same inode number is maintained and works more as a rename - When you move files across file syst...

  • Inheritance and polymorphism help pleaseeeeee!!!!!!!!!?

    I don't think this is an inheritance problem I think the problem is in your constructor definition. I can't tell for sure without seeing your code but you most-likely passing your para...

  • How do i change the text color of the letters inside a table (HTML)?

    Hi there, Add style to your <td> tag... <td style="color: #FF0000;"> Or you can put the text in between div tags... <td> <div style="color: #FF0000;...

  • Arrange the following in descending order?

    each letter represents 4 bits. So any number that begins with 8-F is negative You can convert the numbers like so hex binary 8 1000 9 1001 A 1010 B 1011 ...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster