E-mail: Password:
Sign up Forgot?
All Forums >> [Community] >> Site Tips >> Add STYLE to your site
Add STYLE to your site     Printable Version
Page: [1]
Display name
Message << Previous Topic   Next Topic >>
Add STYLE to your site - 12/26/2006 12:47:00 AM   
davon

 

Posts: 121
Joined: 6/22/2006
Status: offline
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/

< Message edited by support -- 12/26/2006 1:01:05 AM >
  Post #: 1
RE: Add STYLE to your site - 6/13/2007 7:53:20 AM   
Kylajo

 

Posts: 2
Joined: 6/12/2007
Status: offline
where do you find..."add header to top of pages"

(in reply to davon)
  Post #: 2
RE: Add STYLE to your site - 7/17/2007 4:12:52 AM   
sandidwane

 

Posts: 72
Joined: 11/11/2006
Status: offline
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!

(in reply to Kylajo)
  Post #: 3
RE: Add STYLE to your site - 7/27/2007 8:25:36 PM   
cece

 

Posts: 1
Joined: 7/21/2007
Status: offline
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!!!

(in reply to davon)
  Post #: 4
RE: Add STYLE to your site - 10/3/2007 12:17:12 PM   
riverwalk_3

 

Posts: 2
Joined: 10/3/2007
Status: offline
I WOULD LIKE TO ADD DIFFERENT MOUSE CURSERS HOW DO I GET THEM.
THANK YOU
RIVERWALK

(in reply to davon)
  Post #: 5
RE: Add STYLE to your site - 10/3/2007 1:26:54 PM   
support


Posts: 1888
Joined: 3/5/2006
Status: offline
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


(in reply to riverwalk_3)
  Post #: 6
RE: Add STYLE to your site - 4/16/2008 7:42:16 PM   
Gilpin

 

Posts: 4
Joined: 12/14/2007
Status: offline
I could not get the new cursor to work.  I coped the code but it did not work.  What do I do?

(in reply to support)
  Post #: 7
RE: Add STYLE to your site - 4/16/2008 8:35:43 PM   
support


Posts: 1888
Joined: 3/5/2006
Status: offline
It looks like it is working on your site now. Sometimes, the free cursor website goes down and the cursor doesn't show up.

_____________________________

FamilyLobby.com Support

(in reply to Gilpin)
  Post #: 8
RE: Add STYLE to your site - 5/1/2008 10:00:30 AM   
mayfieldh


Posts: 7
Joined: 1/2/2008
Status: offline
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>

(in reply to davon)
  Post #: 9
RE: Add STYLE to your site - 5/1/2008 10:14:09 AM   
support


Posts: 1888
Joined: 3/5/2006
Status: offline
In the member area, click "Website layout". Then click "Apply Global Style". Remove the code that appears there.

_____________________________

FamilyLobby.com Support

(in reply to mayfieldh)
  Post #: 10
RE: Add STYLE to your site - 5/1/2008 10:27:06 AM   
mayfieldh


Posts: 7
Joined: 1/2/2008
Status: offline
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.

(in reply to support)
  Post #: 11
RE: Add STYLE to your site - 5/1/2008 1:32:45 PM   
support


Posts: 1888
Joined: 3/5/2006
Status: offline
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.

_____________________________

FamilyLobby.com Support

(in reply to mayfieldh)
  Post #: 12
RE: Add STYLE to your site - 9/6/2008 12:36:44 PM   
hvnbnd1

 

Posts: 2
Joined: 9/6/2008
Status: offline
I am having trouble adding music to my site.  Can anyone help me.  Perhaps let me know the easiest place to get the downloads.

(in reply to davon)
  Post #: 13
RE: Add STYLE to your site - 9/6/2008 12:49:12 PM   
support


Posts: 1888
Joined: 3/5/2006
Status: offline
Please go to this link:
http://forums.familylobby.com/m_255/mpage_1/key_add+music/tm.htm#255


_____________________________

FamilyLobby.com Support

(in reply to hvnbnd1)
  Post #: 14
How do i add pay pal to my webpage? - 9/21/2010 8:18:55 AM   
tamara

 

Posts: 1
Joined: 8/13/2010
Status: offline
Does anyone know how to add the pay pal to the site and make it work?

(in reply to davon)
  Post #: 15
RE: How do i add pay pal to my webpage? - 7/27/2011 9:00:49 PM   
jeantwohawks


Posts: 11
Joined: 2/6/2011
Status: offline
How do you change the width of the entire site? I used to know how to do this when myspace was popular but i no longer have the code.

(in reply to tamara)
  Post #: 16
Page:   [1]
All Forums >> [Community] >> Site Tips >> Add STYLE to your site
Jump to:
Topics 
junk post please ignore
.
hello
You do it in your profile, DeltaJoy. Go to My Details at the top of your page when you're logged ...
Sample Website
If we don't have a paid subscription can we do the photo carousel or the cube? IF so, how exactly ...
posts?
I have had them in the past but my guess is that for some reason it's my laptop. I'm using a dif ...
How do i add pay pal to my webpage?
How do you change the width of the entire site? I used to know how to do this when myspace was po ...