Information on CSS file needed

Asked By 0 points N/A Posted on -
qa-featured

I need to insert a crown beside the administration names and to the moderators.  This has to be done in a PunBB forum.  Suggest me where can I input this in the CSS and exactly which CSS?  Thanks!

SHARE
Answered By 15 points N/A #106639

Information on CSS file needed

qa-featured

Hello Bobbie_Mitchell,

I guess you will need to insert the crown beside the administration names in the image format.

But then you have to add it with care since it may add some space and thus making the content look a bit scattered.

You may want to position the crown in any manner that pleases you, but the nice way will be to position it floating to the right or left side of the administrator names.

You will have to use the background image property to set the image as a background of an element, which will include the total size of the element, the cell padding and the border, but not the margin.

Here is a sample code on how to add the crown:

<img src="TheImageLocation.jpg"alt="My Image Description"align="right"vspace="15"hspace="15"/>

Regards

Clair Charles

Related Questions