Add STYLE to your site (Full Version)

All Forums >> [Community] >> Site Tips



Message


davon -> Add STYLE to your site (12/26/2006 12:47:00 AM)

You can add styles to all the buttons, text areas, and text boxes. You can add them to each page by clicking on the "Add header to the top of pages".
---------------------------------------------------------
All textboxes class = txtbox
All buttons class = btn
All text areas class = tarea
------------------------------------------------------------------
Paste code like this as script/html:

<style type="text/css">
.txtbox {background-color:lightgreen;}
.btn {background-color:green;color:white;}
.tarea {background-color:lightgreen;}
</style>

-------------------------------------------------------------------
The sample site: http://www.collierfamilies.com is using some now.

For stylesheet help, go here:
http://www.w3schools.com/css/




Kylajo -> RE: Add STYLE to your site (6/13/2007 7:53:20 AM)

where do you find..."add header to top of pages"




sandidwane -> RE: Add STYLE to your site (7/17/2007 4:12:52 AM)

quote:

ORIGINAL: Kylajo

where do you find..."add header to top of pages"
I could be wrong but I believe you have to be a paid member to have the headers available.  It is a very reasonable price per month (around $4.00) so if you can part with the money I would suggest upgrading because it really does allow you to do a LOT more with your site!




cece -> RE: Add STYLE to your site (7/27/2007 8:25:36 PM)

I food this really cool site RockYou.com that makes nice slideshows...I want to use it on the site...the only way I have been able to get it to work was with global style...but it is at the bottom of the page I want it up top more...please help!!!




riverwalk_3 -> RE: Add STYLE to your site (10/3/2007 12:17:12 PM)

I WOULD LIKE TO ADD DIFFERENT MOUSE CURSERS HOW DO I GET THEM.
THANK YOU
RIVERWALK




support -> RE: Add STYLE to your site (10/3/2007 1:26:54 PM)

Yup. Here is some code. In your site, go to the member area and click Website layout. Then, go to Apply global style. Paste this code in there below. This shows cinderella. Each page has this type of code in it.

Go to: totallyfreecursors.com





Gilpin -> RE: Add STYLE to your site (4/16/2008 7:42:16 PM)

I could not get the new cursor to work.  I coped the code but it did not work.  What do I do?




support -> RE: Add STYLE to your site (4/16/2008 8:35:43 PM)

It looks like it is working on your site now. Sometimes, the free cursor website goes down and the cursor doesn't show up.




mayfieldh -> RE: Add STYLE to your site (5/1/2008 10:00:30 AM)

How do you REMOVE a style that you have applied to your website.  For example, some time ago I added the following script to my page to keep users from downloading pictures from the Members Photos area but since it doesn't work on other pictures, I now want to remove it.

<script language="javascript">
window.document.oncontextmenu = function(e){
if(event.srcElement.tagName == "IMG")
return false;
return;
}
</script>




support -> RE: Add STYLE to your site (5/1/2008 10:14:09 AM)

In the member area, click "Website layout". Then click "Apply Global Style". Remove the code that appears there.




mayfieldh -> RE: Add STYLE to your site (5/1/2008 10:27:06 AM)

I went there and I do not see any code.  It is blank and you still cannot right click on the members photos and try to download them.




support -> RE: Add STYLE to your site (5/1/2008 1:32:45 PM)

It appears that there isn't any code there. You may need to clear your cache. You can delete the temporary files in your browser and trying going back to your website.




hvnbnd1 -> RE: Add STYLE to your site (9/6/2008 12:36:44 PM)

I am having trouble adding music to my site.  Can anyone help me.  Perhaps let me know the easiest place to get the downloads.




support -> RE: Add STYLE to your site (9/6/2008 12:49:12 PM)

Please go to this link:
http://forums.familylobby.com/m_255/mpage_1/key_add+music/tm.htm#255




Page: [1]