|
Links Inside Tables AND Opening New Windows
|
|
11-08-2011, 11:24 AM
Post: #1
|
|||
|
|||
|
Links Inside Tables AND Opening New Windows
I need to know how you change the border link color that appears around a linked image inside a table. It won't respond to the page's style sheet, and I don't know how to change it.
Also, how do you make a link open up a new window? I swear I used to know this one, but I can't seem to think of it. Anyone have suggestions? |
|||
|
11-08-2011, 06:23 PM
Post: #2
|
|||
|
|||
|
RE: Links Inside Tables AND Opening New Windows
Try inserting the following into your css:
img { border: 1px red solid; } /*this will effect all images*/ a img { border: 1px red solid; } /*this will effect all linked images*/ table a img { border: 1px red solid; } /*this will effect all linked images inside of a table*/ Here's an example of what a link should look like in html to open in a new window <a href="http://google.com" target="_blank">Google</a> Hope this helps Have you become an employee to your own business by chasing first page google rankings on a daily basis? Start working on your business, NOT in it. Free your time with a completely hands-free SEO solution. Read the incredible member testimonials, and ask any questions you like. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)





Thank given by
