You are viewing our Forum Archives. To view or take place in current topics click here.
Help with HTML/CSS ?
Posted:

Help with HTML/CSS ?Posted:

-Corbett
  • Christmas!
Status: Offline
Joined: Jul 09, 20158Year Member
Posts: 304
Reputation Power: 33
Status: Offline
Joined: Jul 09, 20158Year Member
Posts: 304
Reputation Power: 33
Working on my website but have a few things i cant fix.

I HAD LOOK THROUGH FORUM BUT DIDN'T KNOW WHERE TO POST

1. When i visit domain it doesn't show any pages (ho do i link a page)

2. how do i remove the .html from pages

3. im making a video intro page (you watch video and redirects you but cant get it full screen.


Can anyone post suggestions or help me via teamviewer?

Kind Regards
#2. Posted:
mhm
  • Summer 2018
Status: Offline
Joined: Dec 28, 201310Year Member
Posts: 2,359
Reputation Power: 213
Status: Offline
Joined: Dec 28, 201310Year Member
Posts: 2,359
Reputation Power: 213
What do you mean it doesnt show pages?
If you mean it doesnt show your links make sure to use the <a href= "link"> Text here </a>

If you mean it wont your links your pages e.i your CSS page. Here it is;
<head>

<link rel="stylesheet" type="text/css" href="link">
</head>

Im pretty sure thats it ^^

Also make sure all your pages/files are in the same directory. (I think you have to do that for it to work)
#3. Posted:
Sys
  • WIP 5.1
Status: Offline
Joined: Dec 30, 201310Year Member
Posts: 1,331
Reputation Power: 69
Status: Offline
Joined: Dec 30, 201310Year Member
Posts: 1,331
Reputation Power: 69
Removing your .html extension can be done through a file called ".htaccess"
For that use this tut [ Register or Signin to view external links. ]
#4. Posted:
EatOreos
  • Junior Member
Status: Offline
Joined: Sep 01, 201310Year Member
Posts: 64
Reputation Power: 2
Status: Offline
Joined: Sep 01, 201310Year Member
Posts: 64
Reputation Power: 2
Sys Got it right, I work at a web hosting company and that is one of the best ways to do it, through the ".htaccess" file, but if you make the change and your site isnt loading, you can set the .htaccess to .htaccess-bak just to check if that is the file causing the problem.
#5. Posted:
CriticaI
  • 2 Million
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,743
Reputation Power: 449
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,743
Reputation Power: 449
for the video thing. I'm not sure what you want, but I wrote some code that allows custom controls for your html video.
reference the code I wrote on github and fullscreen api so you fully understand what is going on.

pretty much you hide default controls with css.
add new ones by placing custom buttons and video in a wrapper div.
program new button functionality with javascript.
you have to use the full screen api to make a custom full screen button (huge pain in the ass)

[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
#6. Posted:
NextGenZombie
  • Christmas!
Status: Offline
Joined: Jul 03, 20149Year Member
Posts: 269
Reputation Power: 18
Status: Offline
Joined: Jul 03, 20149Year Member
Posts: 269
Reputation Power: 18
impartial wrote What do you mean it doesnt show pages?
If you mean it doesnt show your links make sure to use the <a href= "link"> Text here </a>

If you mean it wont your links your pages e.i your CSS page. Here it is;
<head>

<link rel="stylesheet" type="text/css" href="link">
</head>

Im pretty sure thats it ^^

Also make sure all your pages/files are in the same directory. (I think you have to do that for it to work)


Yes this is true but they don't have to be in the same directory if you hyper link them with a dev tag
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.