How to edit the HTML code of my page?

Status
Not open for further replies.

techguy2

New Member
Messages
4
Reaction score
0
Points
1
Hi! I hope this is the correct place to ask my question. I would like to add written code to my page's HTML code. I guess this should be done through the File Manager, but I can't find the html file to edit it. Which one should I edit? I'm an electronics engineer, so coding isn't really my strongest field (I'm sorry if my question is a dumb one)

Thanks in advance!
 

techguy2

New Member
Messages
4
Reaction score
0
Points
1
that's what I've read on other posts, but I don't see any .html file. Here, let me share you how my /public_html folder looks like
 

Attachments

  • X10Help1.jpg
    X10Help1.jpg
    165.3 KB · Views: 21

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
in your screen shot - I 'see' a [ index.php ] file - which would be your Web page page...
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi techguy2,

It looks like you are using our site builder to create your website. In the site builder, you have the option of adding your own custom HTML code. This is useful if you need to embed a widget, for example. :)

e50fba20546224d19f20f98708bb739a1.png

Would this option be suitable, or are you looking to adjust the HTML of the entire page itself? :)

Thank you,
 

techguy2

New Member
Messages
4
Reaction score
0
Points
1
in your screen shot - I 'see' a [ index.php ] file - which would be your Web page page...
hi!

so that index.php contains the html code of my page? (the one I'm right now editing on site builder) If so, how can I open/edit that file?
 

techguy2

New Member
Messages
4
Reaction score
0
Points
1
Hi techguy2,

It looks like you are using our site builder to create your website. In the site builder, you have the option of adding your own custom HTML code. This is useful if you need to embed a widget, for example. :)

View attachment 8631

Would this option be suitable, or are you looking to adjust the HTML of the entire page itself? :)





Thank you,
Yeah, I'm using the site builder, but I need to add aditional code to the website's html code in order to change the characteristics of a player I embedded on it. I'm solving a challenge code and was asked to embed a player with the following characteristics:

1) the player should have autoplay on <------ check!
2) the player should be chromeless (all controls should be disabled) <--- I found a way of doing this, but it seems I have to add a script to the html code. I'm not completely sure about this, but here's what I found:


"HOW TO RESOLVE

Add the Chromeless layout to your HTML embed to disable the player controls so that the user can watch the video without the controls being shown.

Please note that by removing the player's control bar users will not be able to play the video as the play button will not be visible, in this case, We can set the autoplay parameter to 1 which will make the video to start as soon as the player finishes loading the stream. Here is an example for chromeless usage,

<script src="http://player.ooyala.com/player.js?embedCode=yourEmbedCode&layout=chromeless&autoplay=1"></script>"



3) an external button to play/pause the video <----- still no idea
4) add a thumbnail of a second video and be able to click on it to reproduce that video on the existing player <------ completely lost!
 
Status
Not open for further replies.
Top