Honestly the reason I have multiples is because I have no idea what I'm doing :) I started two weeks ago on that project without any knowledge of anything honestly and just found some tricks in forums (I first started to try and do everything in fixed sized tables before I saw a div tag on...
I'm having issues with a page I'm working on in DW where the spacing, font tags, sizes, and actual fonts aren't coming across correctly in Chrome, is this a known issue?
Any suggestions for any section of this would be helpful!
Here's the page...
@Phil
off topic Phil but if you'd like to see what I'm actually fully working on head over to http://www.sockrocket.com/PLAT
any tips or suggestions I'd love to hear about em!
(also really trying to figure out what's better for incorporation into the main site...
Woo Got it!
it was the use of () that was tripping me up, I ended up with:
<script type="text/javascript" language="JavaScript">
function calc_Twenty(tbox){
if(isNaN(tbox.value)!=true){
document.convert.boxB.value="$" + (parseInt(tbox.value) * 0.20).toFixed(2);
return true;
}...
PREFACE:
A friend of mine and myself (being super amateur at web design) have been trying to build a site in order to see a particular good (money in a game... not sure why I feel nerdy about that when posting in a JScript forum...)
So I have ripped and retailored code from other sites and I'm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.