The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CSS page used as a link for chatbox

4 posters

Go down

CSS page used as a link for chatbox Empty CSS page used as a link for chatbox

Post by Ravenstar October 30th 2012, 7:25 am

hello,
as you know, you can make Javascript pages, and HTML pages for your forums, but is there a way of doing the same with CSS? and having it as its own page with a link.

i need to be able to do this in order to link the CSS page to my chatbox that im using CSS to reconstruct
can anyone help?
Ravenstar
Ravenstar
Forumember

Male Posts : 54
Reputation : 2
Language : English|Javascript|HTML|Lua|
Location : :3 somwhere!

http://warriorclan.forumotion.com/

Back to top Go down

CSS page used as a link for chatbox Empty Re: CSS page used as a link for chatbox

Post by Ravenstar November 5th 2012, 6:21 am

bump Wink
Ravenstar
Ravenstar
Forumember

Male Posts : 54
Reputation : 2
Language : English|Javascript|HTML|Lua|
Location : :3 somwhere!

http://warriorclan.forumotion.com/

Back to top Go down

CSS page used as a link for chatbox Empty Re: CSS page used as a link for chatbox

Post by Shadow November 8th 2012, 11:40 am

Moved to the "Forum Design & Appearance Help" section
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

CSS page used as a link for chatbox Empty Re: CSS page used as a link for chatbox

Post by Kaizer Lee November 8th 2012, 11:44 am

Yeah, but try practicing first with psp pad editor or notepad.

http://w3schools.com/ you can also use this to help Wink

On another note, you might wanna try and do this first, codes like this at least.

Code:
<body style="background-image:url('LINK');"></body>
as a mixture of HTMl codes with CSS Wink

If you already know of this, my apologies in advance.
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

CSS page used as a link for chatbox Empty Re: CSS page used as a link for chatbox

Post by Ravenstar November 9th 2012, 9:43 am

yes, thankyou,
but how do i make this with forumotion, or another type of hoster that can give me a link i can use to change my Avacweb chat

like the same as the Javascript/HTML management pages
but with CSS Wink
Ravenstar
Ravenstar
Forumember

Male Posts : 54
Reputation : 2
Language : English|Javascript|HTML|Lua|
Location : :3 somwhere!

http://warriorclan.forumotion.com/

Back to top Go down

CSS page used as a link for chatbox Empty Re: CSS page used as a link for chatbox

Post by Kaizer Lee November 9th 2012, 9:57 am

As I said, it's done using the code I mentioned above. You can't declare it until you've undergone the psp pad editor or notepad if you'd like, but if you'd want it purely css, do it in the CSS in your ACP.

Also, to change your avacweb chat design, it's in the CSS in the ACP, just read through the code and mod it to your liking Smile
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

CSS page used as a link for chatbox Empty Re: CSS page used as a link for chatbox

Post by Ravenstar November 9th 2012, 10:54 pm

oh, of course, sorry and thankyou Wink
But it wont allow me to add the above code to the CSS as it has HTML,
and so i ran it through JS and it stopped the chat from working, and it did nothing when run through HTML
Code:
<body style="background-url:http://i45.servimg.com/u/f45/17/55/07/23/avacwe10.jpg('   http://warriorclan.forumotion.com/16816.js ');"></body>
http://warriorclan.forumotion.com/16816.js is my avacweb code
have i done something wrong (very very likely)
Ravenstar
Ravenstar
Forumember

Male Posts : 54
Reputation : 2
Language : English|Javascript|HTML|Lua|
Location : :3 somwhere!

http://warriorclan.forumotion.com/

Back to top Go down

CSS page used as a link for chatbox Empty Re: CSS page used as a link for chatbox

Post by eTmaxD November 10th 2012, 1:10 am

LGforum wrote:AvacWeb Chat
There's no need to copy and paste any CSS anywhere.
Just add any needed extra CSS into your forums CSS. Any already existing properties will need overridden with an important declaration.

try this if you want to change the background (i used your image)
Code:
.chatbox {
background-image: url('http://i45.servimg.com/u/f45/17/55/07/23/avacwe10.jpg')!important;
}
eTmaxD
eTmaxD
Forumember

Male Posts : 48
Reputation : 6
Language : English, Greek l CSS l HTML l
Location : Athens, Greece

http://etmaxd.forumgreek.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum