| More Layout Help |
|
Forum Index - SMW Central - Site Questions & Bugs - More Layout Help |
|
Pages: 1  |
Thread Closed |
|
|
| Posted on 2012-03-05 05:10:49 PM |
Link |
|
I know some CSS, but not quite enough...
I'd like to know what to put in my layout to give my posts the Highway Gothic font.
Say, is there a thread for layout requests/help?
|
|
|
|
| Posted on 2012-03-05 05:40:50 PM |
Link |
|
Code<font face=Highway Gothic></font>
Test.
|
|
| Posted on 2012-03-05 08:32:18 PM |
Link |
|
|
You're only supposed to use fonts in this thread unless you ask first.
|
|
| Posted on 2012-03-05 11:47:55 PM |
Link |
|
Originally posted by MaxodeXCode<font face=Highway Gothic></font>
Test.
The font tag is deprecated and to future proof your coding you should use styles and a span tag.
Code<span style="font-family: "Highway Gothic";">Content</span>
|
|
| Posted on 2012-03-06 01:39:05 AM |
Link |
|
Originally posted by Blumiere<span style="font-family: "Highway Gothic";">Content</span>
Firefox transforms that into <span gothic";"="" highway="" style="">Content</span> due to improper quote nesting. A better version would be <span style="font-family: 'Highway Gothic';">Content</span>.
|
|
| Posted on 2012-03-06 04:47:31 AM |
Link |
|
Originally posted by AlcaroFirefox transforms that into <span gothic";"="" highway="" style="">Content</span> due to improper quote nesting. A better version would be <span style="font-family: 'Highway Gothic';">Content</span>.
That's what I get for not touching web languages for half a year. :V
|
|
| Posted on 2012-03-06 02:43:20 PM |
Link |
|
Originally posted by AlcaroA better version would be <span style="font-family: 'Highway Gothic';">Content</span>
Thanks.
Lock away!
|
|
| Posted on 2012-03-06 05:37:30 PM |
Link |
|
|
If you could put further layout questions in the Layout thread(s) in Computers & Technology, that would be great.
|
|
|
Pages: 1  |
Thread Closed |
|
|
|
Forum Index - SMW Central - Site Questions & Bugs - More Layout Help |