Hi
I'm new to HTML & CSS and trying to rebuild an existing table-based layout with absolute positioning. Does the table tag add margins between itself and the browser window? It seems like it does -- around 15 pixels or so?
<html>
<body>
<!--original table structure-->
<table border='0'...
Hi --
I'm trying to run text from the bottom of a cell to the top with writing-mode:
.vertical
{
writing-mode: tb-rl;
filter: flipv fliph;
}
it works fine onscreen but then when I print it the cell's contents flip 180 degrees. Any ideas on how to keep this from happening? The client's...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.