Wednesday, 16 October 2024

[netsurf-users] Re: Netsurf CSS support.

/* generic style sheet for links - JR */
/* every entry should be used at least once */

* {border: 0px solid black;}

body {background:url(../img/lynxbg.png) top right;
font-size:large
}
img {border:0;
}
h2 {color:#050;
font-size:x-large;
}
div.indent {margin-left:10%;
}
div#outer {margin-left:5%;
}
div#box {margin-top:0%;
margin-left:0em;
margin-right:5%;
float:left;
width:320px;
}
div#boxwide {margin-top:0%;
float:left;
width:25em;
}
div#boxwider {margin-top:0%;
float:left;
width:50em;
}
div#box2 {
}
div.searchbox {margin-top:0%;
margin-left:1em;
width:20em;
}
div.searchbx2 {margin-top:2%;
float:left;
}
div.searchbx3 {margin-top:4%;
}
span.xxxx {margin-left:5%;
}

.floatr {float: right;
width:25em;
}

.plain {list-style: none; }
.plain a:link {text-decoration: none;}

.copyr {font-size: 10px;
padding-top:2em;
}
In message <5bb0bd9154dragdrop@dragdrop.co.uk>
Drag N Drop <dragdrop@dragdrop.co.uk> wrote:

> Hi all

> Wondering if there is any documentation ? I know very basic column layout
> is supported, for example, but then my CSS programming isn't too advanced.

> For info using RISC OS 5.30 and Netsurf 3.11

Not sure what you want to do but here is an example of a simple two column
web page layout using html and css that works with NetSurf:

https://rickman.orpheusweb.co.uk/lynx/lynxtravel.html


css attached - sorry if this is a no attachment type list

--
John Rickman

No comments:

Post a Comment