I need help. I found on joomla a login and register tool but its a css tool. How do I put it on bluevoda since the tab bar only has a html box moduel?
How do I add a css elemnt onto my site?
Collapse
X
-
Re: How do I add a css elemnt onto my site?
Not knowing enough what you want to do,
you could use something like this.
<link href="http://www.your-domain-name.com/your-file-name.css" rel="stylesheet" type="text/css">
Right click on your page at a blank spot,
select Page HTML...
Drop the above between head tags.
It will work only if that's what you wanted.
-
Comment