Hi
I have been battling to get the links in an embedded view to display the color I would like it to be. I have not used the applet cause i saw that there are restrictions on this regarding text and also dont like that border it puts around.
I need the colour to be navy , on this embedded view and the Links not to be underlined if possible - and does anyone no how to remove the margin on the view so it does not displys funny when moving over onto two lines second row goes into the margin.
IDEAS PLEASE!!!
Subject: Webviews with the look & feel of Notes views
Dear Colleen,What you would want are the possibilities of notes views for your web views. Colours, quick search, responses on keyboard and mouse activity, focusbar, etc. IDEAX markets a toolkit for professional Domino developers. You may check out http://www.ideax.info
Subject: RE: Webviews with the look & feel of Notes views
Thanks Klaas
But is this my only possible solution - surely there is some sort of longer way to go about doing this. Without purchasing any software!
Anyone have any ideas, besides this
Subject: Embedded View Color / Margins PLEASE HELP!
Try adding a section to your for with the embedded view like the following:
a:link
{
font-family: arial;
font-size: 11px;
color: #000000;
text-decoration: underline;
}
a:visited
{
font-family: arial;
font-size: 11px;
color: #000000;
text-decoration: underline;
}
a:hover
{
font-family: arial;
font-size: 11px;
color: #000000;
text-decoration: underline;
}
I have used this successfully with embedded views.
Hope this helps,
Mike