Post Reply 
Observations on the new MyBBS layout
May. 09, 2006, 06:46 AM
Post: #11
Toungue RE: Observations on the new MyBBS layout
ProxRocks,
Quote:can anything be done about the dashed borders around the code and quote inserts?
the dashes look, well, dorky... Big Teeth
Don't tell me that someone took away your Dork Merit Badge, that would suck the hind one. Banging Head Whistling

On one forum I visit regularly, the quoted text is so small that I had to write a filter to insert HTML size coding to enlarge it so that my tired old eyes could read it. (That's on a proboards.com site, BTW.) Which leads me down the primrose path to this observation:

The offending lines of code are div statements that call, from a d/l'ed style sheet, quote_header and quote_body. These two are called one right after the other, and they have roughly the same setup, to wit:
(Ignore the PHP Code header!!)

PHP Code:
.quote_header {
    
background#fff;
    
border1px dashed #000;
    
border-bottom0;
    
color#000;
    
font-weightbold;
    
margin8px auto 0 auto;
    
padding4px;
}

.
quote_body {
    
background#fff;
    
border1px dashed #000;
    
border-top0;
    
color#000;
    
padding4px;
    
margin0 auto 8px auto;

Seems easy enough to me to make a filter that will replace the border attribute dashed with some other type, perhaps solid, or even nothing at all, and see what happens. Oh, and the [code] and [php] tags are the same thing, just change the names to protect the guilty. Wink

Just a thought, tha's all. D'oh!


Oddysey


p.s. Curses, there's another flaw.... the styles above are indented as usual in this kind of definition, but MyBBS formats them to remove the indents. Even using the [code] tag doesn't help, the indents are still removed. Only by using the [php] tag do the indents remain intact. Mama mia! Sad

I'm no longer in the rat race - the rats won't have me!
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Observations on the new MyBBS layout - Oddysey - May. 05, 2006, 04:11 AM
RE: Observations on the new MyBBS layout - Oddysey - May. 09, 2006 06:46 AM

Forum Jump: