You are not logged in or registered. Please login or register to use the full functionality of this board...

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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?
Find all posts by this user
Quote this message in a reply
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.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)