Search Result
Collapse
10 results in 0.0043 seconds.
Keywords
Members
Tags
-
Which version of OpenSSL is best for Windows Server 2003?
I am trying to create an application link between Atlassian Jira and a Liferay application. I have consulted the Atlassian support sites and they pointed me to use OpenSSL to create private and public keys for the two servers. My issue is that OpenSSL seems to be a piece of Linux OS software (i could be wrong, very wrong) and I am working with Windows Server 2003 OS; so I understand that there is are versions for Windows machines available but which... -
IE inserts extra line when there is a link in the line.
I have a simple HTML5 page with several Unordered Lists <UL></UL> in the page. Each list is different, and some of the UL's begin with a List Item <LI></LI> which contains a link <A></A>.
Firefox and Chrome have no problems rendering the page. I've even simplified it from nested UL's to a simple series of single-level UL's.
Here's a section of the code:
Code:<p>Caterer</p><ul><li><a
-
Show article content just inserting URL
I really don't know what is the exactly topic of this question. but, I'd like to know how it works facebook links,
I just put the url and it shows me the article content and pic? I'd like to know if there's any name of this feature. I'm searching for a wordpress plugin to do that, but I don't even know how to search :)
Thank you -
how can i replace all links with nothing?
I have some content with links all over it...
<a title="somethin g" href="http://www.blarblar.co m/blar">
football</a>
<a href="http://www.differentLi nk.com/123" title="sometEls e">cricket</a>
all links could be in different orders, e.g. a title or a href or a alt etc..
I would like to be able to scan the page deleting... -
Patrick McGilla started a topic How to use different link colors at different places on the same web page?in HTML CSSHow to use different link colors at different places on the same web page?
I would like to use different link colors at different places on the same web page. Using CSS, I can't seem to differentiatean d even tried using div statements to separate. Anyone got an idea?
Patrick -
How to change link colors using CSS Classes?
Hello,
I want to override my css for a page on my site. I am looking to change all of the link attributes to a style i have in place.
The code I have under the style is :
.style14 {font-size: 12px; color: #000000; text-indent: 20px; font-weight: bold; }
I want to add the following to it:
a{font size: 12px,}
a:link {text-decoration: none; color: #00000}... -
How to change the color of all links on mouseover.
The link and visited properties of the links on my web pages are the same color as text (black), while hover and active properties are green.
In order to help the user get the overall picture of the page links, I need JavaScript that will use an area or text (e.g. "Show all the links on this page.") to colorize (e.g. in blue) all the links on the page on mouseover, and return the regular link properties on mouse-out. -
A:hover not working-- Problem with div's with z-index
Hi. I am developing a website with a "footer" that has some text and a link.
I am using a div with absolute positioning. An example of the footer working properly can be seen in the bottom-right of this page.
If you click on the first link of the navigation menu, "never been wetter", you'll see that the footer is still there but the link with my name, Colby Miers, no longer works. I set the z-index... -
Relinking ODBC Tables using VBA
As a lot of my projects involve using an odbc linked backend data source I have found this piece of code to be very useful. I usually trigger it to run on system startup like in AutoExec macro. It avoids any difficulties down the road with broken links and if the DSN name or database server changes then the only edit that needs to be made is to the connection string.
Code:Function relinkTables() Dim tdf As DAO.TableDef
-
xml file - need url to open in new window when image clicked
Basically I just need the the link to open in a new browser window when the image is clicked.
This is the content of the xml file:
<!-- pages -->
<section name="pages">
<page name="home">
<image imageUrl="_pic4 a.jpg" link="http://www.companyname .com"/>
This is the actionscript for that image and associated link...