Jump to content

jibo

Members
  • Posts

    127
  • Joined

  • Last visited

Everything posted by jibo

  1. jibo

    help with <style>

    the link style works on all pages including the index page except the scrollbar, which doesnt work on the index but will work on all the other pages. so everything works perfectly on every page except the index which just has the standard scrollbar
  2. jibo

    flash mp3 player help

    mine looks like this <playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track> <title>On Top</title> <creator>PMB ~vs~ Big n Daft</creator> <location>http://dc19.4shared.com/download/4312224/f885fa54/03_pmb_vs_bigndaft_-_on_top.mp3</location> </track> <track> <title>La Primavera</title> <creator>Sonic Force (Hyper Stompin Remix)</creator> <location>http://dc19.4shared.com/download/4367025/9f8328e/sonic_force_-_la_primavera__hyper_stompin_remix_.mp3</location> </track> <track> <title>Tick Boom (Original Mix)</title> <creator>Project Ayeshay</creator> <location>http://dc19.4shared.com/download/4366061/d24554f6/project_ayeshay_-_tick_boom__original_mix_.mp3</location> </track> <track> <title>Mysterious Donk</title> <creator>Klubrockers</creator> <location>http://dc19.4shared.com/download/4387486/d2279d03/klubrockers_-_mysterious_donk.mp3</location> </track> <track> <title>On & On</title> <creator>DJ Fitzy ~vs~ Rossy B & M Jay</creator> <location>http://dc19.4shared.com/download/4312623/61e8c72b/04_dj_fitzy_vs_rossy_b__m_jay_-_on__on.mp3 </track> <track> <title>Forever</title> <creator>Jamietronic</creator> <location>http://dc19.4shared.com/download/4312622/16eff7bd/05_jamietronic_-_forever___djc_project_remix__.mp3</location> </track></trackList></playlist> but the last 1 doesnt work
  3. jibo

    help with <style>

    ye they are, there all in the same 1 the scrollbar doesnt work regardless of whether i use <html><head><link href="styles.css" rel="stylesheet" type="text/css"></head><body> or <STYLE type="text/css"><!--body {SCROLLBAR-ARROW-COLOR: #000000;SCROLLBAR-BASE-COLOR: #666666;SCROLLBAR-FACE-COLOR: #696969;SCROLLBAR-HIGHLIGHT-COLOR: #A9A9A9;SCROLLBAR-SHADOW-COLOR: #778899;SCROLLBAR-3DLIGHT-COLOR: #778899;SCROLLBAR-TRACK-COLOR: #808080;SCROLLBAR-DARKSHADOW-COLOR: #778899;}a:link { color : darkgray; text-decoration : none;}a:visited { color : slategray; text-decoration : none;}a:active { color : #C1C4C6; text-decoration : none;}a:hover { color :#666666; text-decoration : none;}--></STYLE>
  4. jibo

    help with <style>

    wel ive used that what you said it works fine for every other page (ya no the 1s within the frame) but not on the index :-S the link is www.choonage.com
  5. jibo

    flash mp3 player help

    dats not a problem mate, i aint that botherd bout the .gif lol, BUT i was gonna leave this topic with a finla thanks, but is there any reason as to why i cant have anymore than 5 tracks on it? because it doesnt show the 6th track for some reason.....
  6. jibo

    flash mp3 player help

    its all gud i did what you sadi and it works fine, the hotlinking works 2, so thnks bud, great help but i got 1 quck last question, im wanting the music player in the dead centre of the page, how would i do this, i see in the mp3player.html it has style="margin:50px;" but that sorta centres it but not towards the top of the page, how do i lower it? would i use <br> or something else, cheers againalso the <image>lookatmypic.jpg</image> doesnt support .gif does it? itll show but the pics wont move, shame really, an animated speaker would look quite good in there lol
  7. jibo

    flash mp3 player help

    nope cant find the config.xml file any wer on there, but it still seems to work, in the .zip file u get from the site do i need to upload all the other little files aswel, like in the source folder????
  8. jibo

    help with <style>

    this cant be hard for u experts? lol can any1 help? pls:D
  9. jibo

    Big problem pls help

    im the big problem lol, ive looked at the tutorial on php but it says "This tutorial will not explain how to install PHP, MySQL, or Apache Server" but thats really what i need, i think :S im sure the host im using supports php but i dont know how to use php, for example, if i want an email script id use the code below, rite? obviously id have to change the email address but is there anything else id need to change aswel? i know your all going to say learn php scripting before you try to use it on your site... but i think if i do it my way ill learn from my mistakes, if you know what i mean <html><body><?phpif (isset($_REQUEST['email']))//if "email" is filled out, send email { //send email $email = $_REQUEST['email']; $subject = $_REQUEST['subject']; $message = $_REQUEST['message']; mail( "someone@example.com", "Subject: $subject", $message, "From: $email" ); echo "Thank you for using our mail form"; }else//if "email" is not filled out, display the form { echo "<form method='post' action='mailform.php'> Email: <input name='email' type='text' /><br /> Subject: <input name='subject' type='text' /><br /> Message:<br /> <textarea name='message' rows='15' cols='40'> </textarea><br /> <input type='submit' /> </form>"; }?></body></html> soooo... how would i get this email page (or whatever you want to call it) on my site or any other kind of php script? ive got a MySQL database, dunno if thats what i need or not please help or give me best tips you can. thanks, the silly newb
  10. jibo

    flash mp3 player help

    ok it seems to work before i upload it i havent tried uploading yet because i dont have the config.xml file do u have a copy of this u can upload? also when i tested it the falsh player it wont play files that are hotlinked..... can this be fixed? cheersalso dont i need to upload the .swf file?
  11. jibo

    help with <style>

    i havent replied to this in time bin wel busy..... anyway... i used that code i was given, it works on the pages within the iframe but not on the main page, you know the index.html... any1 no why and/or have a solution??? thnks
  12. im wanting a flash music player on my site... i found the one i want im just having trouble with actually putting on my site... i downloaded the .zip from here http://www.jeroenwijering.com/?item=Flash_MP3_Player but once extracting the .zip file theres a lot of things i dont quite understand... being new to XSPF, xml, javascript and building my own site im not sure which files i need to upload to get the player to work... ive looked on their tutorial but it doesnt really help that much, is there a quick and simple explanation to this pls thanks.... sorry about my newbiness
  13. ye im sure matey cos it looks 2 plain and oput of place without em
  14. this is code 4 my index.htm......... why doesnt the custom scroll bar work, but it does in the pages within the iframe???? the site is here also can you see any errors within the code????thnks <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd"> <html><head><title>choonage.com</title><STYLE type="text/css"><!--body {SCROLLBAR-ARROW-COLOR: #000000;SCROLLBAR-BASE-COLOR: #666666;SCROLLBAR-FACE-COLOR: #696969;SCROLLBAR-HIGHLIGHT-COLOR: #A9A9A9;SCROLLBAR-SHADOW-COLOR: #778899;SCROLLBAR-3DLIGHT-COLOR: #778899;SCROLLBAR-TRACK-COLOR: #808080;SCROLLBAR-DARKSHADOW-COLOR: #778899;}a:link { color : white; text-decoration : none;}a:visited { color : #C1C4C6; text-decoration : none;}a:active { color : #C1C4C6; text-decoration : none;}a:hover { color :#666666; text-decoration : none;}--></STYLE></head><body background="images/bg.gif"><div align="center"> <center> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" id="AutoNumber1"> <tr> <td><img border="0" src="images/header1.jpg" alt="" width="800" height="101"></td> </tr> </table> </center></div><div align="center"> <center> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="800" id="AutoNumber2" height="10"> <tr> <td height="1"></td> <td height="1"></td> <td height="1"></td> </tr> </table> </center></div><div align="center"> <center> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="800" id="AutoNumber3" height="522"> <tr> <td width="144" valign="top" height="522"> <img border="0" src="images/navigation.gif" alt="" width="150" height="14"><br> <table border="1" cellpadding="2" cellspacing="2" style="border-collapse: collapse" bordercolor="#181818" width="150" id="AutoNumber4" height="9"> <tr> <td width="100%" bgcolor="3D3D3D" height="9" valign="top"> <p align="left"><font face="Verdana" size="1" color="#C1C4C6"> :: <a href="home.htm" target='iframe'>Home</a><br> :: <a href="bouncy.htm" target='iframe'>Bouncy Downloads</a><br> :: <a href="alexk.htm" target='iframe'>Alex K Downloads</a><br> :: <a href="albums.htm" target='iframe'>Albums</a><br> :: <a href="software.htm" target='iframe'>Software</a><br> :: <a href="#" target='iframe'>Contact us</a><br> :: <a href="#" target='iframe'>Music Player</a><br> :: <a href="#" target='iframe'>Link goes here</a><br> :: <a href="#" target='iframe'>Link goes here</a><br> :: <a href="#" target='iframe'>Link goes here</a><br> :: <a href="#" target='iframe'>Link goes here</a><br> :: <a href="#" target='iframe'>Link goes here</a><br> :: <A href="#" target='iframe'>Link goes here</a></font></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="105%" id="AutoNumber5" height="1"> <tr> <td width="100%" height="1" > <img border="0" src="images/footer.gif" alt="" width="150" height="14"><br> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="104%" id="AutoNumber6"> <tr> <td width="100%"> <img border="0" src="images/poll.gif" alt="" width="150" height="14"></td> </tr> </table> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="104%" id="AutoNumber7"> <tr> <td width="100%" bgcolor="3D3D3D" valign="top"><font color="#FFFFFF"> <font face="Verdana" size="1">Do you like the <br> template?<br> <br> </font><font face="Verdana" size="1"> <input type="radio" value="V1" checked name="R1"> Of course!<br> <input type="radio" value="V1" checked name="R1"> I dont think so<br> <input type="radio" value="V1" checked name="R1"> Nice ^^<br> <br> </font></font><input type="submit" value="Submit" name="B1"><br> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="104%" id="AutoNumber8"> <tr> <td width="100%"> <img border="0" src="images/footer.gif" alt="" width="150" height="14"><br> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="104%" id="AutoNumber9"> <tr> <td width="100%"> <img border="0" src="images/affiliates.gif" alt="" width="150" height="14"></td> </tr> </table> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="104%" id="AutoNumber10"> <tr> <td width="100%" bgcolor="3D3D3D" valign="top"> <table border="0" cellpadding="3" cellspacing="3" style="border-collapse: collapse" bordercolor="#181818" width="100%" id="AutoNumber15"> <tr> <td width="100%"> <p align="center"> <a href="#"><img border="0" src="images/linkus.gif" width="88" height="31" title="Link us?" alt="Link us?"></a></td> </tr> <tr> <td width="100%"> <p align="center"> <a href="#"><img border="0" src="images/linkus.gif" width="88" height="31" title="Link us?" alt="Link us?"></a></td> </tr> <tr> <td width="100%"> <p align="center"> <a href="#"><img border="0" src="images/linkus.gif" width="88" height="31" title="Link us?" alt="Link us?"></a></td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="104%" id="AutoNumber11"> <tr> <td width="100%"> <img border="0" src="images/footer.gif" alt="" width="150" height="14"><br> </td> </tr> </table> </td> <td width="506" valign="top" height="522"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="450" id="AutoNumber12" align="center"> <tr> <td align="center"> <img border="0" src="images/content-large.gif" alt="" width="450" height="14"></td> </tr> </table><!!----------------- iframe code start--------------------------------> <table border="1" cellpadding="2" cellspacing="2" style="border-collapse: collapse" bordercolor="#181818" width="450" id="AutoNumber13" align="center"> <tr><td width="450"><iframe src="home.htm" name="iframe" width="440" height="520" scrolling="auto" frameborder="0"></iframe></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="450" id="AutoNumber14" align="center"> <tr> <td> <img border="0" src="images/footer-large.gif" alt="" width="450" height="14"></td> </tr> </table><!!----------------- iframe code finish--------------------------------> <p align="center"><br> </td> <td width="150" valign="top" height="522"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="100%" id="AutoNumber16"> <tr> <td width="100%"> <img border="0" src="images/news.gif" alt="" width="150" height="14"></td> </tr> </table> <table border="1" cellpadding="2" cellspacing="2" style="border-collapse: collapse" bordercolor="#181818" width="100%" id="AutoNumber17"> <tr> <td width="100%" bgcolor="3D3D3D"> <font size="1" face="Verdana" color="#FFFFFF"> Dis site int quite open yet, im doin a lil bit more every day, but its my 1st site which is done all by me in html instead of drag n drop like wiv piczo, so itll probly take quite a while to get it sorted but ders a few choonz on ere already dat u can download if ya wanna, but ders still LOADS more to come!!!!!!!!!<br> <br> JiBo</font></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="100%" id="AutoNumber18"> <tr> <td width="100%"> <img border="0" src="images/footer.gif" alt="" width="150" height="14"><br> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="100%" id="AutoNumber19"> <tr> <td width="100%"> <img border="0" src="images/stats.gif" alt="" width="150" height="14"></td> </tr> </table> <table border="1" cellpadding="2" cellspacing="2" style="border-collapse: collapse" bordercolor="#181818" width="100%" id="AutoNumber20"> <tr> <td width="100%" bgcolor="3D3D3D" valign="top"> <font face="Verdana" size="1" color="#FFFFFF">Hits: <b>54390</b><br> Members: <b>925</b><br> Posts: <b>15 302</b><br> Tutorials: <b>24</b><br> Downloads: <b>2309</b><br> </font></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="100%" id="AutoNumber21"> <tr> <td width="100%"> <img border="0" src="images/footer.gif" alt="" width="150" height="14"><br> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="100%" id="AutoNumber22"> <tr> <td width="100%"> <img border="0" src="images/featured.gif" alt="" width="150" height="14"></td> </tr> </table> <table border="1" cellpadding="2" cellspacing="2" style="border-collapse: collapse" bordercolor="#181818" width="100%" id="AutoNumber23"> <tr> <td width="100%" bgcolor="3D3D3D"><font face="Verdana" size="1" color="#FFFFFF">This weeks featured site <br> is:</font></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#181818" width="100%" id="AutoNumber24"> <tr> <td width="100%"> <img border="0" src="images/footer.gif" alt="" width="150" height="14"></td> </tr> </table> </td> </tr> </table> </center></div><div align="center"> <center> <table border="1" cellpadding="2" cellspacing="2" style="border-collapse: collapse" bordercolor="#181818" width="800" id="AutoNumber25"> <tr> <td bgcolor="3D3D3D"> <p align="center"><font color="#FFFFFF" face="Verdana" size="1">Content Copyright 2005 [www.choonage.com].</font><font size="1"> </font></td> </tr> </table> </center></div></body></html>
  15. hi i got to codes to go in the head on my page this 1 <STYLE type="text/css">a:link { color : slategray; text-decoration : none;}a:visited { color : #C1C4C6; text-decoration : none;}a:active { color : #C1C4C6; text-decoration : none;}a:hover { color :#666666; text-decoration : none;}</style> and this 1 <STYLE><!--body {SCROLLBAR-ARROW-COLOR: #000000;SCROLLBAR-BASE-COLOR: #666666;SCROLLBAR-FACE-COLOR: #696969;SCROLLBAR-HIGHLIGHT-COLOR: #A9A9A9;SCROLLBAR-SHADOW-COLOR: #778899;SCROLLBAR-3DLIGHT-COLOR: #778899;SCROLLBAR-TRACK-COLOR: #808080;SCROLLBAR-DARKSHADOW-COLOR: #778899;}--></STYLE> i no that for the 2nd code it needs to be either <style="text/javscript or css> but not sure which so need help with this, but also i cant put the two codes in to the head as 1 cancels out the other.... so what do i need to do??????? pls help. thnks.
  16. jibo

    iframes

    hi i got problem, my site is mainly all within an iframe, and 1 of the pages i use also has an iframe..... so it does nt work see here choonage.com, go on the link "music player" i only just open this so theres is nothing here hardly.......the music player doesnt work for some reason cant i have iframes within iframes???? pls help, ive already posted regarding this here. thnks.
  17. someones gotta know.............
  18. i got this code for a music player but i want it on my site on 1 of the pages but all my pages are in an iframe so if i put this on a page it wont load within the frame.. does anyone know away around this... ie changing the code here it is ........... <div style="text-align:center"> <span style="text-decoration:underline">Click Below For Choons!</span><br><BR><select onchange="parent.frame2.location=this.value;"><option value="http://h1.ripway.com/jibo/html/new%20codes%204%20me%20site/playlists/lukup.htm">Wot u wanna listen 2.....?</option><option value="http://h1.ripway.com/jibo/html/new%20codes%204%20me%20site/playlists/dj%20choons.htm">DJ Choons</option><option value="http://h1.ripway.com/jibo/html/new%20codes%204%20me%20site/playlists/newmonkey.htm">New Monkey</option><option value="http://h1.ripway.com/jibo/html/new%20codes%204%20me%20site/playlists/randommc3.htm">Random MC Choons</option><option value="http://h1.ripway.com/jibo/html/new%20codes%204%20me%20site/playlists/bouncychoons.htm">Bouncy Choons</option><option value='http://h1.ripway.com/jibo/html/new%20codes%204%20me%20site/playlists/maximes.htm'>Maximes</option><option value='http://h1.ripway.com/jibo/html/new%20codes%204%20me%20site/playlists/donnychoons.htm'>Doncaster Choons</option><option value="http://h1.ripway.com/jibo/html/new%20codes%204%20me%20site/playlists/blackout.htm">Blackout</option><option value="http://h1.ripway.com/jibo/html/new%20codes%204%20me%20site/playlists/niche.htm">Niche</option></select></span></div><IFRAME name="frame2" width="295" height="160" align="center" src='http://h1.ripway.com/jibo/html/new%20codes%204%20me%20site/playlists/lukup.htm' border="0" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</IFRAME>
  19. jibo

    GRRRRR!!!

    wel if its depreciated by W3C ill use this instead cheers!i hate being new at this lol.. i got another prob heres the code (not sure if i done ot write but.......)<TR> <TD width="100%" bordercolor="#E6EDF7"> <div align="center"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">:. Navigation .:</font></strong></div></td> </TR> <TR> <TD bordercolor="#E6EDF7"> <TABLE border="0" cellpadding="3" cellspacing="0"> <!--DWLayoutTable--> <TR> <TD width="163" height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="http://ebay.com" target='frame1'>EBay</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="http://google.com" target='frame1'>Google</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="28" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="24" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD width="100%" bordercolor="#E6EDF7"> <div align="center"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">:. Downloads .:</font></strong></div></td> </TR> <TR> <TD height="28" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Wigan Pier</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Maximes</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Blackout</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">TFI</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="19"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> </TABLE></TD> </TR> </TABLE></td> <td> </td> <td valign="top"><table width="100%" height="429" border="1" cellpadding="3" cellspacing="0" bordercolor="#666666" bgcolor="#FFFFFF" align="center"> Basically this is my Nav bar thing adn where it says "downloads its centered but centered inline with the word "navigation" so looks a bit out of place..... anyone know what i done wrong?
  20. jibo

    GRRRRR!!!

    thats great thnks... but that only does the left hand 1.... the square the iframe goes is still slightly out of line do ya know which bit i need to changed to make that inline...? thnks
  21. jibo

    GRRRRR!!!

    kinda obvious relli... how dumb do i look lol but now ive dun that it isnt completly aligned... if u put the <center> tags around it and test it like with notepad or something the nav box and the big square (where the iframe or woteva should be are slightly to the right instead of being aligned with the banner.... is there a way i can make them aligned???
  22. jibo

    GRRRRR!!!

    ello.... i dont know if im on right section here but i found a layout on a website that i was thinking of using.........the code looks like this<HTML><HEAD> <TITLE>your title here</TITLE> <STYLE type=text/css>A:link { COLOR: #003399; TEXT-DECORATION: none}A:visited { COLOR: #0066CC; TEXT-DECORATION: none}A:active { COLOR: #0066CC}A:hover { COLOR: #0066CC; TEXT-DECORATION: overline underline}BODY { SCROLLBAR-FACE-COLOR: #ffffff; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #0066CC; SCROLLBAR-3DLIGHT-COLOR: #0066CC; SCROLLBAR-ARROW-COLOR: #0066CC; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; BACKGROUND-COLOR: #ffffff}</STYLE><script LANGUAGE="JavaScript"><!--function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; }}}// --> </SCRIPT> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></HEAD><table width="755" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td height="131" colspan="4" valign="top"><img src="welcome.jpg" width="750" height="115"></td> </tr> <tr> <td width="9" height="2"></td> <td width="179"></td> <td width="31"></td> <td width="536"></td> </tr> <tr> <td height="454"> </td> <td valign="right"><TABLE border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse; border-style: solid; border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1" bordercolor="#999999" width="100%" id="AutoNumber4" bgcolor="#E6EDF7"> <!--DWLayoutTable--> <TR> <TD width="100%" bordercolor="#E6EDF7"> <div align="center"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">:. Navigation .:</font></strong></div></td> </TR> <TR> <TD bordercolor="#E6EDF7"> <TABLE border="0" cellpadding="3" cellspacing="0"> <!--DWLayoutTable--> <TR> <TD width="163" height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="28" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="24" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="28" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="25" valign="top"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> <TR> <TD height="19"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">:. <a href="#">Link</a></font></TD> </TR> </TABLE></TD> </TR> </TABLE></td> <td> </td> <td valign="top"><table width="100%" height="429" border="1" cellpadding="3" cellspacing="0" bordercolor="#666666" bgcolor="#FFFFFF"> <!--DWLayoutTable--> <tr> <td width="526" height="452"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">This is a free template provided by <a href="http://www.enhancedesign.tk" target="_blank">Enhancedesign</a> there is no required link back to our site but we would appriciate you keeping the "design by enhancedesign" at the bottom of the page. You can edit and use this however you want. If by some chance you want to give this template away at your site please leave a link to enhancedesign because it is not your work your giving away other than that enjoy </font></td> </tr> </table></td> </tr> <tr> <td height="17"></td> <td></td> <td></td> <td><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">© 2003 yoursite.com design by <a href="http://www.enhancedesign.tk" target="_blank">enhancedesign</a></font></div></td> </tr></table></body></html> wot i want is ALL of this to be centered in the page rather than be to the left hand side can anyone give me a quick fix... thnks
  23. not reli cos i saw it on intranet at work and thats where i got the code from..............
  24. thnks, i had a look but it didnt really help much, im not bothered about the colours and things as much but as for the border around the links the "fieldset" i dont want it to go all the way across the page.... can anyone give me a simple fix to this??????
  25. erm ok... wot does that mean, lol im no good at css... how would i do this?
×
×
  • Create New...