HTML Code Setup
-
Im going to try to explain this the best that i can. Im working on a Runescape Private Server and Im creating a website for it on WordPress. Im trying to import Voting onto my website. When i am on DashBoard, i got to Pages, “Vote” and when im there i see Visual and Text. In the TEXT tab i put this code in because i seen on it posted HERE
Here is the CODE:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head> <title>Vote</title> <style type="text/css"> body, html { margin: 0; padding: 0; height: 100%; overflow: hidden; } #content { position: absolute; left: 0; right: 0; bottom: 0; top: 0px; } </style> </head> <body> <div id="content"> <iframe width="100%" height="100%" frameborder="0" src="https://yoursubdomain.everythingrs.com/services/vote/" /> </div> </body> </html>
**********************************************************************************
The code works BUT i cant get it to be the FULL PAGE instead of a small fraction of the page. Can anyone help please. Here is what the code looks like on the page HERE**See how its a small portion. Its inside its own box, and i would like for it to be the WHOLE PAGE! Any and all help HELPS! Please and Thank YOU!
- The topic ‘HTML Code Setup’ is closed to new replies.