Remove Ads

Share on Facebook Share on Twitter

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Coding
#11
I can do HTML and CSS and PHP.
Reply
#12
Welcome to the team. The link to the github page is in an announcement in the updates forum. Feel free to edit my dirty CSS. And the gradient thing I'll fix with JS.

| I'm the Lead Core Developer! |


A picture is worth 1000 words. FH is worth 7451 [u]lines[/u]!
Reply
#13
Added as an admin

| I'm the Lead Core Developer! |


A picture is worth 1000 words. FH is worth 7451 [u]lines[/u]!
Reply
#14
Haha lol Tongue
Reply
#15
You can't use (html5 DOCTYPE) and use inline styles. They are deprecated. Use external stylesheets.
Also shouldn't be used. It's never been official and is deprecated as of HTML5.
Reply
#16
Also you've used tables as layout which isnt semantic. They are slower, harder to update and cannot be cached by the browser.
Again, use CSS.
Reply
#17
b and u should only be used as [b]last resort[/b] when nothing else is appropriate.
Give the properties to the p
Reply
#18
I was using them to sorta debug. My font-weight:900; wasn't working for the motto text so I used b. I don't know why I didn't just do text-decoration:underline;.

If you look at github it is an external stylesheet. I just merged it into one file for the forum-friendly version.

Yes, marquee is non-standard and was never supported by w3, but it is still supported in IE, firefox, Chrome, safari, and opera.

And you can replace a table with CSS? I've always just used a table for anything that needed columns and rows....

| I'm the Lead Core Developer! |


A picture is worth 1000 words. FH is worth 7451 [u]lines[/u]!
Reply
#19
you should [b][i]never ever ever[/b][/i] use tables for presentation, or anything other than [u]tabular data.[/u]
Reply
#20
Well i kmow about 50% of things told on W3 for HTML...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)