GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I have a site that doesn't use css. How can I make it use css? (https://gfy.com/showthread.php?t=1340367)

Pink24 01-10-2021 10:43 AM

I have a site that doesn't use css. How can I make it use css?
 
It's not a big site. Less than 10 pages I guess.

I want to add a css to it so I can easily change stuff.
How would I do that?

k0nr4d 01-10-2021 11:01 AM

Realistically you'd have to remake it from scratch for it to be done properly and effectively.

NatalieK 01-10-2021 12:09 PM

change from html to php and css is the main page that holds all the back end information...

so you would have fonts, colours, pages, links, all on .css and then for example, tour1.php would be linked to your .css

and as said above, create from the start or youīll be confusing yourself changing scripts and pages...

Pink24 01-10-2021 12:15 PM

Quote:

Originally Posted by NatalieK (Post 22803427)
change from html to php and css is the main page that holds all the back end information...

so you would have fonts, colours, pages, links, all on .css and then for example, tour1.php would be linked to your .css

and as said above, create from the start or youīll be confusing yourself changing scripts and pages...

If I just created a simple css for a links, font, H1 etc and linked the css to the .php at the top of each page would it apply the changes?

Sorry if this is a dumb question.

redwhiteandblue 01-10-2021 12:25 PM

http://www.theporncollection.com/images/worthless.gif

Pink24 01-10-2021 12:29 PM

Quote:

Originally Posted by redwhiteandblue (Post 22803441)

More worthwhile than 99.93% of the threads here.

MatureKing 01-10-2021 12:57 PM

I wrote CSS

Pink24 01-10-2021 02:55 PM

Quote:

Originally Posted by MatureKing (Post 22803460)
I wrote CSS

That's nice. Well done.

Useless Warrior 01-10-2021 03:20 PM

Quote:

Originally Posted by NatalieK (Post 22803427)
change from html to php and css is the main page that holds all the back end information....

What a load of nonsense.

NatalieK 01-10-2021 03:39 PM

Quote:

Originally Posted by Pink24 (Post 22803431)
If I just created a simple css for a links, font, H1 etc and linked the css to the .php at the top of each page would it apply the changes?

Sorry if this is a dumb question.

no, you canīt just change the pages from .html to .php, iīm saying, you have to rewrite all the pages from html to php to make css work...

wondering, why donīt you go html5? my last sites were designed with Bootstrap 5 yr ago, now iīm with MC...


why not get hold of a tech guy and ask him if he can do some day work for you?

Colmike9 01-10-2021 04:03 PM

Quote:

Originally Posted by NatalieK (Post 22803525)
...you have to rewrite all the pages from html to php to make css work...

:1orglaugh

Colmike9 01-10-2021 04:06 PM

CSS is the styling, doesn't matter if PHP is used or not.
If it's an old site that doesn't use CSS, you'll have to change the old styling to CSS manually. Then more involved if you want to do things like make it responsive, etc.

Useless Warrior 01-10-2021 04:10 PM

Quote:

Originally Posted by NatalieK (Post 22803525)
no, you canīt just change the pages from .html to .php, iīm saying, you have to rewrite all the pages from html to php to make css work...

Absolute lie.

Stick to ruining the boob thread with your leathery milk sacks.

sarettah 01-10-2021 04:11 PM

Quote:

Originally Posted by NatalieK (Post 22803525)
you have to rewrite all the pages from html to php to make css work...

Quote:

Originally Posted by Colmike7 (Post 22803541)
CSS is the styling, doesn't matter if PHP is used or not.
If it's an old site that doesn't use CSS, you'll have to change the old styling to CSS manually. Then more involved if you want to do things like make it responsive, etc.

^^ This.

.

NatalieK 01-10-2021 04:12 PM

Quote:

Originally Posted by Colmike7 (Post 22803541)
CSS is the styling, doesn't matter if PHP is used or not.
If it's an old site that doesn't use CSS, you'll have to change the old styling to CSS manually. Then more involved if you want to do things like make it responsive, etc.

when our programmer designed my sites, he changed all the pages to .php & said they would all link with the css, iīve got all the php pages and css pages still...

thereīs about 4 or 5 css pages...

maybe he was an idiot, we got rid of him and went with ModelCentro about 2 years later :1orglaugh

Colmike9 01-10-2021 04:12 PM

Quote:

Originally Posted by Pink24 (Post 22803431)
If I just created a simple css for a links, font, H1 etc and linked the css to the .php at the top of each page would it apply the changes?

Sorry if this is a dumb question.

It should, as long as the external css file is linked correctly in the head, or if you put something like <style>css:stuff;</style> in the head without needing a separate CSS file. Up to you.

Colmike9 01-10-2021 04:13 PM

Quote:

Originally Posted by NatalieK (Post 22803547)
when our programmer designed my sites, he changed all the pages to .php & said they would all link with the css, iīve got all the php pages and css pages still...

thereīs about 4 or 5 css pages...

maybe he was an idiot, we got rid of him and went with ModelCentro about 2 years later :1orglaugh

So, he converted a html template to a WP theme? That's not required for CSS to work and is just confusing things in this thread.

NatalieK 01-10-2021 04:15 PM

Quote:

Originally Posted by Useless Warrior (Post 22803543)
Absolute lie.

Stick to ruining the boob thread with your leathery milk sacks.

Iīm not a liar, cunt! Itīs not a lie, iīm just saying what was done on my website wank stain...


and fuck you with you nasty comments, considering my tits are better than the fake shit you have on your sites :321GFY :1orglaugh

NatalieK 01-10-2021 04:16 PM

Quote:

Originally Posted by Colmike7 (Post 22803549)
So, he converted a html template to a WP theme? That's not required for CSS to work and is just confusing things in this thread.

eh?

no, my sites, we had 7 sites that he had designed...


you must be looking at my blog, thatīīs the only wp site we have.

NatalieK 01-10-2021 04:21 PM

Quote:

Originally Posted by Colmike7 (Post 22803548)
It should, as long as the external css file is linked correctly in the head, or if you put something like <style>css:stuff;</style> in the head without needing a separate CSS file. Up to you.

he couldnīt just write a css with all the fonts and info, the main pages would need to be rewritten as they would conflict with each other, if there was say fonts and mentions on the main php, html or what ever pages..

it would all need rewriting, and apologies for the mistake with the php needing changing pink24. wasnīt lying obviously, just saying what iīd been told for my previous sites :thumbsup

Colmike9 01-10-2021 04:22 PM

Quote:

Originally Posted by NatalieK (Post 22803555)
he couldnīt just write a css with all the fonts and info, the main pages would need to be rewritten as they would conflict with each other, if there was say fonts and mentions on the main php, html or what ever pages..

it would all need rewriting, and apologies for the mistake with the php needing changing pink24. wasnīt lying obviously, just saying what iīd been told for my previous sites :thumbsup

He just asked if it would work.. :upsidedow

sarettah 01-10-2021 04:23 PM

Quote:

Originally Posted by Pink24 (Post 22803431)
If I just created a simple css for a links, font, H1 etc and linked the css to the .php at the top of each page would it apply the changes?

Sorry if this is a dumb question.

You would still have to modify the pages to use the .css

A css file merely holds the styling elements that you want to use on the pages.

For example. Say you want your H1 tags to be double the size of your normal font, bolded and underlined.

In your style sheet (css file) you would put something like:

H1
{
font-size:2em;
font-weight:bold;
text-decoration:underline;
}

Then whenever you use an H1 in the page it would appear as 2 times the size of the currrnt font (2em). Bolded (font-weight:bold) and underlined (text-decoration:underline)

You could accomplish this using html by coding your H1 as:

<h1><font-size="2em"><b><u>Text goes Here</u></b></font-size></h1>

You could also use inline styling:

<h1 style="font-size:2em;font-weight:bold;text-decoration:underline;">Text Goes Here</h1>

Or using the style sheet, reference the style sheet in the head section:

<head>
<base href="https://gfy.com/" /><!--[if IE]></base><![endif]-->
<base href="https://gfy.com/" /><!--[if IE]></base><![endif]-->
<link rel="stylesheet" href="style.css">
</head>

or referencing the style elements themselves in the head section:

<head>
<style>
H1
{
font-size:2em;
font-weight:bold;
text-decoration:underline;
}
</style>
</head>

And then in your page using the h1 tag:

<h1>Text Goes Here</h1>

Obviously, the third method is the most efficient.



.

sarettah 01-10-2021 04:28 PM

Quote:

Originally Posted by NatalieK (Post 22803547)
when our programmer designed my sites, he changed all the pages to .php & said they would all link with the css, iīve got all the php pages and css pages still...

thereīs about 4 or 5 css pages...

maybe he was an idiot, we got rid of him and went with ModelCentro about 2 years later :1orglaugh

He did not change to .php to make it use css (style sheets). Changing to .php allows the pages to be dynamic. The .css just brings them up to date just as switching to html5 would.

.

NatalieK 01-10-2021 04:29 PM

Quote:

Originally Posted by Colmike7 (Post 22803557)
He just asked if it would work.. :upsidedow

:thumbsup

NatalieK 01-10-2021 04:33 PM

Quote:

Originally Posted by sarettah (Post 22803564)
He did not change to .php to make it use css (style sheets). Changing to .php allows the pages to be dynamic. The .css just brings them up to date just as switching to html5 would.

.

cool, thank you...


although, theyīre old sites now, pleasure to be with Modelcentro for both our sites presently. Thank you for the info anyway :thumbsup

Colmike9 01-10-2021 04:36 PM

Quote:

Originally Posted by NatalieK (Post 22803570)
cool, thank you...


although, theyīre old sites now, pleasure to be with Modelcentro for both our sites presently. Thank you for the info anyway :thumbsup

Yeah, I was just assuming that it was WP lol, Sarettah's answer is better. :upsidedow

Pink24 01-10-2021 05:56 PM

Many thanks to everyone that took part in todays CSS discussion. Your participation in this thread has been much appreciated.
Join us next time when we will be discussing div aligns.

NatalieK 01-10-2021 06:12 PM

Quote:

Originally Posted by Pink24 (Post 22803605)
Many thanks to everyone that took part in todays CSS discussion. Your participation in this thread has been much appreciated.
Join us next time when we will be discussing div aligns.

ahh haha, itīs always good to converse, we all learn everyday, but most of all, itīs great to communicate with others :thumbsup

div aligns, the great thing with them, you can have as many in each area as you want, just breaking the page up, maybe the image, giving faster page load :thumbsup

MatureKing 01-11-2021 01:42 AM

<style>

.pussy { float: left; padding: 10px; width: 300px; background: black; }

.clear { clear: both; }

</style>

<div class="pussy">
<div class="pussy">
<div class="pussy">

<div class="clear">

NatalieK 01-11-2021 03:29 AM

Quote:

Originally Posted by MatureKing (Post 22803756)
<style>

.pussy { float: left; padding: 10px; width: 300px; background: black; }

.clear { clear: both; }

</style>


<body>
<div class="pussy">
<div class="container">
<div class="row">

<h2>Thought iīd finish it off for you :thumbsup

</h2>
</div>
<div class="row">
<h2>and add this in next to it... :thumbsup

</h2>

</div>
</div>

</div class="clear">
</body>

MatureKing 01-11-2021 03:40 AM

Oh sorry, forget to close div

<div class="pussy"></div>
<div class="pussy"></div>
<div class="pussy"></div>

<div class="clear"></div>

NatalieK 01-11-2021 03:44 AM

Quote:

Originally Posted by MatureKing (Post 22803791)
Oh sorry, forget to close div

<div class="pussy"></div>
<div class="pussy"></div>
<div class="pussy"></div>

<div class="clear"></div>

aahh you caught it :winkwink: :thumbsup

redwhiteandblue 01-11-2021 03:50 AM

Has anyone heard of the Dunning Kruger effect? It's fascinating. The theory was devised around a guy who robbed banks with lemon juice on his face because he thought it would make him invisible (true story).

NatalieK 01-11-2021 04:48 AM

Quote:

Originally Posted by redwhiteandblue (Post 22803798)
Has anyone heard of the Dunning Kruger effect? It's fascinating. The theory was devised around a guy who robbed banks with lemon juice on his face because he thought it would make him invisible (true story).

If youīre digging at me, maybe just being paranoid, however, iīm not overestimating my ability, iīm first, trying to be helpful, thatīs just me...

second, no one was bumping this thread until I posted, or it was only after I bumped it with some kind of advice, not incorrect, but slightly off point, however, only then did people join in to help Pink...

and finally, iīm enjoying to participate on a forum, with advice thatīs still useful and NOT a load of negative garbage :thumbsup

if paranoia, well isnīt that interesting to read and I feel sorry for those less privileged :upsidedow

CurrentlySober 01-11-2021 07:52 AM

i just like poo...

sarettah 01-11-2021 07:54 AM

Quote:

Originally Posted by NatalieK (Post 22803817)
If youīre digging at me, maybe just being paranoid, however, iīm not overestimating my ability, iīm first, trying to be helpful, thatīs just me...

second, no one was bumping this thread until I posted, or it was only after I bumped it with some kind of advice, not incorrect, but slightly off point, however, only then did people join in to help Pink...

and finally, iīm enjoying to participate on a forum, with advice thatīs still useful and NOT a load of negative garbage :thumbsup


Pink never needed help imho. He was doing a troll as usual.

I posted to attempt to correct mis-information being posted.

.

NatalieK 01-11-2021 08:01 AM

Quote:

Originally Posted by sarettah (Post 22803891)
Pink never needed help imho. He was doing a troll as usual.

I posted to attempt to correct mis-information being posted.

.

no problem and wasnīt being rude to you, as you hopefully noticed on the voting thread, I think youīre an asset here on GFY...

I was merely pointing out the haters. Thereīs no need for those to post when they put no interest or help to GFY :thumbsup

Pink24 01-11-2021 09:52 AM

Quote:

Originally Posted by sarettah (Post 22803891)
Pink never needed help imho. He was doing a troll as usual.

I posted to attempt to correct mis-information being posted.

.

I did need help actually. I also like that there are actually helpful people left on this forum. Thanks Nat and Colmike :thumbsup

Oh, and Sara!

sarettah 01-11-2021 01:36 PM

Quote:

Originally Posted by sarettah (Post 22803558)
<base href="https://gfy.com/" /><!--[if IE]></base><![endif]-->
<base href="https://gfy.com/" /><!--[if IE]></base><![endif]-->
<link rel="stylesheet" href="style.css">


I have no idea where the base href code in there came from. It was not in what I put in there.

I don't think it was there when I posted.

So, either the board is adding code or a mod edited my post. Not sure which.

The only thing I had in there was the link to the style sheet.

Filed under things that make you go WTF?

.

candyflip 01-12-2021 03:07 PM

Quote:

Originally Posted by NatalieK (Post 22803551)
Iīm not a liar, cunt! Itīs not a lie, iīm just saying what was done on my website wank stain...


and fuck you with you nasty comments, considering my tits are better than the fake shit you have on your sites :321GFY :1orglaugh

It's funny to watch you be an absolute cunt. You're worse than any of the shit people sling at you. :1orglaugh

theS2O 01-13-2021 07:14 AM

Quote:

Originally Posted by Pink24 (Post 22803388)
It's not a big site. Less than 10 pages I guess.

I want to add a css to it so I can easily change stuff.
How would I do that?

You have to revamp it and might as well improve the design? If you want any professional help. Please don't hesitate to contact me at email s2odesignsproject at gmail dot com

Thanks.


All times are GMT -7. The time now is 03:22 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123