How to Remove the Border for Splash
A splash page is a temporary page on a website that appears while the main content loads. This might be an ad that displays for a few seconds before you go to a website or a progress window that appears in front of an online game while the program loads. If you are running a splash page on your website, you can adjust it just as you would any other page. This includes removing a border around it.
Instructions
-
-
1
Open the HTML file controlling the splash page. In some cases, this will be the same HTML that controls the page under or following the splash; in other cases, this will be a separate HTML file.
-
2
Find the code term “border=”. There will be a number after the equals sign. The code will often be within the “img” tag brackets, depending how you set up your splash page.
-
-
3
Change the number to 0. It should now read “border=0”.
-
4
Save the HTML file. When you upload it to your website, the splash page will no longer have a border.
-
1