Quote:
Originally Posted by AfterWorldForum
Just finished reading the thread, and what worked for me was adding a margin to "push" the dots towards the middle. In the CSS file, in the first class, add the text in red below:
Code:
.djdot{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
margin-left:20px;
}
Adjust the number so it suits your settings.
Original post by stickskills here: https://vborg.vbsupport.ru/showpost....&postcount=188
|
Thinking about this in retrospect, you should be able to get true centering by setting the margin-right and margin-left to "auto".
Quote:
Originally Posted by betts02
|
I don't see the
headinclude code in the source code of your page. It looks like you've skipped Step 3 or maybe added it to the wrong style.