I need suggested help with my page. Thanks

Reply

Join Date: Dec 2008
Posts: 3
Reputation: Dj Konker is an unknown quantity at this point 
Solved Threads: 0
Dj Konker Dj Konker is offline Offline
Newbie Poster

I need suggested help with my page. Thanks

 
0
  #1
Dec 19th, 2008
HI,

Below is the code for my page, and I'd like some suggestions so I can "stream line" my page.

Here is a direct link: www.myspace.com/djkonkerock

Also, how would I insert a table in that blank space in between my top 8 and comment section? I would appreciate any help, thanks.
HTML and CSS Syntax (Toggle Plain Text)
  1. <style>
  2. body {
  3. background-color: rgb(0, 0, 0);
  4. background-image: url(<a rel="nofollow" class="t" href="http://i33.tinypic.com/2nk18gi.jpg);" target="_blank">http://i33.tinypic.com/2nk18gi.jpg);</a>
  5. background-position: center center;
  6. background-repeat: repeat;
  7. background-attachment: fixed;
  8. }
  9. table, tr, td {
  10. background-color: transparent;
  11. border: 0px;
  12. }
  13. </style>
  14.  
  15. <style>
  16. table table {
  17. border: 0px;
  18. }
  19. table table table table{
  20. border:0px;
  21. }
  22. table table table {
  23. border-width: 0px;
  24. border-color: rgb(0, 0, 0);
  25. border-style: outset;
  26. background-color: transparent;
  27. }
  28. table table table td {
  29. background-color: rgb(0, 0, 0);
  30. }
  31. table table table table td {
  32. filter:none;
  33. }</style>
  34.  
  35. <style>
  36. body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
  37. font-family: Trebuchet MS;
  38. font-size: 12px;
  39. color: rgb(229, 229, 229);
  40. font-weight: normal;
  41. font-style: normal;
  42. text-decoration: none;
  43. }
  44. .nametext {
  45. padding: 5px;
  46. font-family: Verdana;
  47. font-size: 0px;
  48. color: rgb(0,0,0);
  49. font-weight: bold;
  50. font-style: normal;
  51. text-decoration: none;
  52. display: block;
  53. }
  54. .whitetext10, .orangetext15 {
  55. font-family: Verdana;
  56. font-size: 12px;
  57. color: rgb(229, 229, 229);
  58. font-weight: bold;
  59. font-style: normal;
  60. text-decoration: none;
  61. }
  62. a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
  63. color: rgb(224, 214, 59);
  64. font-weight: bold;
  65. font-style: normal;
  66. text-decoration: none;
  67. }
  68. a.navbar:hover, a.man:hover, a:hover {
  69. color: rgb(224, 214, 59);
  70. font-weight: bold;
  71. font-style: normal;
  72. text-decoration: underline;
  73. }
  74. .badge {
  75. position: absolute;
  76. left: 1px;
  77. top: 1px;
  78. }
  79. </style>
  80.  
  81. <style>
  82. .nametext {display:block; font-size:0%; width:100%;
  83.  
  84. background-image:url(Above Display Pic);
  85.  
  86. background-position:center center; background-repeat: no-repeat; height:300px; margin:0px;
  87.  
  88. padding:0px;}
  89. </style>
  90.  
  91. <style>
  92. .blacktext12 {
  93. font-family: Arial; font-size: 0px; color: 000000;}
  94. span.blacktext12 {
  95. background-color: transparent; background-image: url(Insert HereHHHH); width: 400px; height: 460px; display: block;
  96. </style>
  97.  
  98.  
  99. <style>
  100. .contactTable {
  101. width:250px !important; height:150px !important; padding:0px !important;
  102. background-image:url( below display pic );
  103. background-attachment:scroll; background-position:center center;
  104. background-repeat:no-repeat; background-color:transparent;}
  105. .contactTable table, table.contactTable td { padding:0px !important;
  106. border:0px; background-color:transparent; background-image:none;}
  107. .contactTable a img {visibility:hidden; border:0px !important;}
  108. .contactTable a {display:block; height:28px; width:115px;}
  109. .contactTable .text {font-size:1px !important;}
  110. .contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
  111. .contactTable .whitetext12 {display:none;}C{ }
  112. </style>
  113.  
  114. <style>
  115. .thebanner{
  116. background-color:000000;
  117. position: absolute;
  118. left: 53%;
  119. top: 250px;
  120. width: 720px;
  121. height: 500px;
  122. margin-left: -400px;
  123. overflow:hidden;
  124. background-position:center left;
  125. background-repeat:no-repeat;
  126. border-width: 0px;
  127. border-style: solid;
  128. }
  129.  
  130.  
  131. body table table td {padding-top:500px;}
  132.  
  133.  
  134. div table table td {padding-top:0px;}
  135. body table table table td {padding-top:6px;}
  136. </style>
  137. <div class="thebanner"><img src="http://i33.tinypic.com/2e5439g.jpg" /></a><br />KONKER DESIGN</div>
Last edited by Narue; Dec 19th, 2008 at 9:10 am. Reason: added code tags, but no formatting to begin with
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 7
Reputation: sampath1 is an unknown quantity at this point 
Solved Threads: 0
sampath1 sampath1 is offline Offline
Newbie Poster

Re: I need suggested help with my page. Thanks

 
0
  #2
Dec 24th, 2008
Hi,

I just visit your site its nice layout, only thing i notice is orange color at the top need to be more sharp its edges has difference colors and other than that site is very nice and navigation is fine.
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 3
Reputation: victor11 is an unknown quantity at this point 
Solved Threads: 0
victor11 victor11 is offline Offline
Newbie Poster

Re: I need suggested help with my page. Thanks

 
0
  #3
Dec 25th, 2008
i have seen your site and layout of your site is seems to be good
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC