Recent Topics

1 Oct 03, 2005 10:07    

grrrrrrrrr

ich have a general layout problem.
I put his code

<SCRIPT SRC="http://www.linkads.de/php/show.php?id=8001&align=left"></SCRIPT>


to my pagehttp://www.snigles.de
I´m wondering why the the text @ LINKADSsize is bigger than the other text on the page.
who can I change it smaller??

So long
joachim

2 Oct 03, 2005 17:42

The ad script is generating HTML, which, fortunately for you, includes class assignments for the links. You can control the font size by adding the following to the CSS file for your skin:

.linkads {
font-size: 62.5%;
}


Adjust as desired...

3 Oct 03, 2005 19:29

alright! thanxx al lot it works :o


Form is loading...