Adding text via CSS.
2 posters
Page 1 of 1
Adding text via CSS.
Hello everyone,
I was recently looking at this topic: https://help.forumotion.com/t136448-phpbb-aggregate-double-posts#920533
This is a great feature!
Regarding the separator; is there a way to add text too? For example something like "----EDIT----" after each merged double-post.
Thank you for your help in advance!
Kind regards,
G4TW
I was recently looking at this topic: https://help.forumotion.com/t136448-phpbb-aggregate-double-posts#920533
This is a great feature!
Regarding the separator; is there a way to add text too? For example something like "----EDIT----" after each merged double-post.
Thank you for your help in advance!
Kind regards,
G4TW
Re: Adding text via CSS.
Not possible with CSS. This is possible with Javascript and HTML, though.
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Adding text via CSS.
Thanks, Mike!Mike wrote:Not possible with CSS. This is possible with Javascript and HTML, though.
Do you happen to know what piece of code I could use for that? (To make it show up between to merged posts)
Re: Adding text via CSS.
The way the javascript is written is only for it to recall something in your CSS and then add a border to the new attribute. You could add text as an image, by modifying the CSS code to:
And then your image could be just text.
- Code:
.doublepost { background: url('YOURIMG') no-repeat; }
And then your image could be just text.
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Similar topics
» Quick text adding [done]
» Need help with re-sizing an image and adding Text
» Adding my sites Copyright text at bottom of page?
» I need a button modified and text adding on this button
» Asking about get text and replace text in Javascript
» Need help with re-sizing an image and adding Text
» Adding my sites Copyright text at bottom of page?
» I need a button modified and text adding on this button
» Asking about get text and replace text in Javascript
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum