View Full Version : htmelp me!
IamPixie
12-14-2008, 11:16 AM
first off sorry for the joke....
I was wondering if anyone can help me..i'm really confused....
What would the HTML code be for text that was say, size 20, white in color, lucida font and centered?
I'm attempting a site but this coding will be the death of me! :help:
justjon i'm looking in your direction.
King Hippos Bandaid
12-14-2008, 11:18 AM
clever title
Id help ya, i'm a jew who cant fix anything
~Katja~
12-14-2008, 11:32 AM
you don't have a program to help with that?
if you edit in html it usually doesn't require the code, it's the css code behind it you are trying to edit?
just delete the space after the <
<
p align="center"><font face="Lucida" color="white" size="20">your text here </font>< /p>
and the space between the <_/p>
not too sure though...sometimes you have to use the color codes for a specific font color
damn it, of course the code transforms itself here... duh
ok, I dont know how to best space it here without losing the string... so if ya want me to email it I can, pm me your email
biggestmexi
12-14-2008, 11:40 AM
Gooogle.
lleeder
12-14-2008, 11:57 AM
This is easliy the best thread to ever hit this forum.
paulisded
12-14-2008, 12:00 PM
you don't have a program to help with that?
if you edit in html it usually doesn't require the code, it's the css code behind it you are trying to edit?
just delete the space after the <
<
p align="center"><font face="Lucida" color="white" size="20">your text here </font>< /p>
and the space between the <_/p>
not too sure though...sometimes you have to use the color codes for a specific font color
damn it, of course the code transforms itself here... duh
ok, I dont know how to best space it here without losing the string... so if ya want me to email it I can, pm me your email
Katja's sexy when she talks in code.
Reynolds
12-14-2008, 12:05 PM
<p align="center"><font face="Lucida Sans"><span style="font-size:20pt;">TEXT</span></font></p>
.........
~Katja~
12-14-2008, 12:09 PM
<p align="center"><font face="Lucida Sans"><span style="font-size:20pt;">TEXT</span></font></p>
.........
ha, I was wondering if the quote would work for that...lol I see it in help forum all the time...
now i know how. hehe
Reynolds
12-14-2008, 12:11 PM
Sorry forgot color
<p align="center"><span style="font-size:20pt;"><font face="Lucida Sans" color="white">TEXT</font></span></p>
Can of course replace "white" with "FFFFFF"
ToiletCrusher
12-14-2008, 12:17 PM
anyone else turned on by 20 point lucida font??
~Katja~
12-14-2008, 12:22 PM
Sorry forgot color
<p align="center"><span style="font-size:20pt;"><font face="Lucida Sans" color="white">TEXT</font></span></p>
Can of course replace "white" with "FFFFFF"
shouldn't that be #FFFFFF
disneyspy
12-14-2008, 12:28 PM
anyone else turned on by 20 point lucida font??
geek
sorry
i meant nerd
IamPixie
12-14-2008, 12:28 PM
Sorry forgot color
<p align="center"><span style="font-size:20pt;"><font face="Lucida Sans" color="white">TEXT</font></span></p>
Can of course replace "white" with "FFFFFF"
you are aces, my friend!:clap:
Reynolds
12-14-2008, 12:29 PM
shouldn't that be #FFFFFF
either works
DiabloSammich
12-14-2008, 12:31 PM
For the first time in my life I wish I knew computer junk, just so I could help Pix.
Oh well, maybe she'll need landscaping advice someday.
:glurps:
SatCam
12-14-2008, 01:16 PM
Here's a more condensed version :smoke:
<p style="text-align:center; font-size:20pt; font-family:'Lucidia Sans'; color:white">TEXT</p>
jauble
12-14-2008, 01:52 PM
Here's a more condensed version :smoke:
<p style="text-align:center; font-size:20pt; font-family:'Lucidia Sans'; color:white">TEXT</p>
Total nerd FACEing right there.
jonyrotn
12-14-2008, 03:10 PM
you don't have a program to help with that?
if you edit in html it usually doesn't require the code, it's the css code behind it you are trying to edit?
just delete the space after the <
<
p align="center">your text here < /p>
and the space between the <_/p>
not too sure though...sometimes you have to use the color codes for a specific font color
damn it, of course the code transforms itself here... duh
ok, I dont know how to best space it here without losing the string... so if ya want me to email it I can, pm me your emailCan you translate your geekspeek into German..
This is better then Penthouse fourum to an entire segment of of Eurotrash internet pervs..
JustJon
12-15-2008, 04:20 PM
first off sorry for the joke....
I was wondering if anyone can help me..i'm really confused....
What would the HTML code be for text that was say, size 20, white in color, lucida font and centered?
I'm attempting a site but this coding will be the death of me! :help:
justjon i'm looking in your direction.
The answer above is good, but I would do it in css over html
<div style="font-size:20px; color:white; text-align:center; font-family:lucida;">words words words</div>
Thebazile78
12-16-2008, 08:40 AM
either works
Personally, I prefer hex codes because browsers don't fuck them up like they might words, but, hey, that's me.
Reephdweller
12-16-2008, 01:24 PM
Sorry forgot color
TEXT
Can of course replace "white" with "FFFFFF"
Nice job posting the code, I was wondering how you would do that.
:thumbup:
vBulletin® v3.7.0, Copyright ©2000-2025, Jelsoft Enterprises Ltd.