html5 (where the iframe is located
<!DOCTYPE html> <html> <head> <title> topside </title> </head> <iframe src = "top\profile.html"> </iframe> </html>
html5 iframe that I am trying to size and position using ccs3
<!DOCTYPE html> <html> <head> <title> profile </title> <link href= "C:\Users\Nameo0\Desktop\sight\code\Alpha\Alpha .01\CSS\Profile Page\Page Seperator\Top\profile.css" type="text/class" rel = "stylesheet"/> </head> <body> </body> </html>
css3 for the previous code
body {
position: relative;
top: 0px;
left: 100px;
background-color: #FFFF00;
}
Only the coloring works and I know that the file destinations are all correct.

New Topic/Question
Reply



MultiQuote



|