Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: Help fix my iPhone theme!
is a discussion within theSkinning / Themes Discussion
forums, a part of theDesign and Media For the iPhone / iPod Touch
section;Hi guys, I'm trying to mod a theme to fit my homescreen. The theme being modded is LS Clouds 12. My issue is that the .html file is not doing
...-
02-28-2013, 02:35 PM #1
Help fix my iPhone theme!
Hi guys, I'm trying to mod a theme to fit my homescreen. The theme being modded is LS Clouds 12. My issue is that the .html file is not doing what I want when being edited. The only value that responds when I change it is the td align value, while margin-left, height, and valign do nothing when changed.
My goal is to make the am/pm sign line up with my clock well. My second goal is to have the text fade in one second after I open my lock screen. Please help?
.html file attached. Screenshot: imgur: the simple image sharer
HTML FILE:
<html>
<head>
<div id="Layer"><img src="LockBackground.png" class="stretch"/></div>
<base href="Ext/"/>
<meta http-equiv="refresh" content="900; url=LockBackground.html"/>
<script type='text/javascript' src='Javascripts/Clock.js'></script>
<link rel="stylesheet" type="text/css" media="all" href="Stylesheets/lockscreen.css" />
</head>
<body onload="onLoad()">
<table>
<tr>
<td align="center" id="clock" height="12" valign="top" margin-left="30">
<span id="clock" data-title="clock">
<script language="JavaScript">updateClock(); setInterval('updateClock()', 1000 )</script>
</span>
</td>
<td align="left" id="ampm" height="15" valign="top" margin-left="10">
<span id="ampm" data-title="ampm">
<script language="JavaScript">amPm(); setInterval('amPm()', 1000 )</script>
</span>
</td>
</tr>
</table>
</html>
</body>
-
02-28-2013, 03:09 PM #2Sug Luv Super Moderator
- Join Date
- Jan 2011
- Location
- Hammond Louisiana
- Posts
- 28,557
- Thanks
- 1,067
- Thanked 4,943 Times in 2,945 Posts
Please only post one thread no need for duplicate threads.




LinkBack URL
About LinkBacks
Reply With Quote