how to make Facebook Profile page in HTML/CSS
Facebook Profile in HTML/CSS
Collapse
X
-
Originally posted by jhero14 View Posthow to make Facebook Profile page in HTML/CSS
What you mean?mysterio.al - programming is a functional art
-
For html/css you can use stylish on firefox or user styles with opera
such as: Facebook.com styles | userstyles.org
are you asking how to make these?Last edited by something else; 17.09.10, 10:43.
Comment
-
Let me guess: you want to make a fake login page, right?mysterio.al - programming is a functional art
Comment
-
I will tell you how to do it but i no longer have a sh!tbook account (as Privacy isnt on there priority list) so you will have to do this for yourself:
and also you wont have a lot left as 90 percent of sh!tbook is javascript
right click source..... copy and paste into something like dreamweaver....
press Ctrl + F to open find screen.
Select search in sourcecode
now you want to search for all these 3 (seperately) lines below and click on Replace all making sure you you are replacing them with nothing
PHP Code:<script(.*)</script>
<noscript>
</noscript>
PHP Code:"javascript:(.*)"
PHP Code:""
Comment
-
at a guess i would say you want the floating javascript bar at the bottom for your site...... the only way to do that or make it look similar without javascript is to use iframes but if your wanting it for mobiles then you are better off using javascript as more phones support javascript then iframes
Comment
Comment