Coach Williams Posted February 21, 2006 Share Posted February 21, 2006 I don't understand what it means by removing the tables and from where?...... Link to comment Share on other sites More sharing options...
Baculus Posted February 21, 2006 Share Posted February 21, 2006 Well, some of the table tags, after the </style> tag, do not seem to have an opening tag, but just some closing tags. (It took me sec to realize some of those tags were for a CSS.) For example, I see the closing tags of </td></tr></table>, but where are the rest of the table tags? Another issue, if I am not mistake, is that I see repeating CSS classes that may cause issues, such as td.text. You may need to create more indivual classes, or just a few classes and just repeat their use. (Such as a border class for tables, etc...) Since you have tables, I assume you are not using the CSS for layout, but just for appearance. If you can embed style sheets in MySpace, then you may want to just create a seperate CSS and simple reference the CSS in the page itself...if this is possible. Link to comment Share on other sites More sharing options...
Coach Williams Posted February 21, 2006 Author Share Posted February 21, 2006 If I post the code could you give me an example?.....I don't follow Link to comment Share on other sites More sharing options...
Baculus Posted February 21, 2006 Share Posted February 21, 2006 Sure, go ahead - we can take a look at it. Link to comment Share on other sites More sharing options...
Coach Williams Posted February 21, 2006 Author Share Posted February 21, 2006 deleted Link to comment Share on other sites More sharing options...
Baculus Posted February 21, 2006 Share Posted February 21, 2006 Was this code generated by Myspace? It is a real eyeful! Ok, after the embedded CSS, look at the closing </style> tag. You have this: </td></tr></table></td></tr></table>. This lacks the opening tags so that it would appear like: <table><tr><td></td></tr></table> See the difference? The opening tag does not have the "/" of the closing tag. Of course, this would be an empty table and may not be needed if you don't have a spacer or something in it. The rest of it is pretty convulated code. I looked at this in Dreamweaver, and at a quick glance, the tags I mentioned earlier seem to be the most glaring issue, as far as the table tags are concerned. Just as a whim, I placed the hyperlink for "friends" in a table, though I am not sure how it will appear in the end result. (This is the code directly after the </style> tag I had mentioned earlier): <table><tr><td><a href="http://r4wr.com/friends" class="fs"></a><br></td></tr></table> I hope this helps. Link to comment Share on other sites More sharing options...
Coach Williams Posted February 21, 2006 Author Share Posted February 21, 2006 lol...wow to be honest with you....that kinda was too much also.....I get it in the little clip but what do I as a whole have to do to the "stuff above" to make it work? I'm just gonna read your post until I get it...... Link to comment Share on other sites More sharing options...
Coach Williams Posted February 21, 2006 Author Share Posted February 21, 2006 whoa......wait I think I got it?!?!?!?....I did something and it's working on my site now? Link to comment Share on other sites More sharing options...
Baculus Posted February 21, 2006 Share Posted February 21, 2006 Awesome! Well, if you don't know what you did, then that's how it goes sometimes. Heh. Congrats! Let us know if you need any more help, King. Link to comment Share on other sites More sharing options...
Coach Williams Posted February 21, 2006 Author Share Posted February 21, 2006 I messed up some of the links so I gotta redo it all......AHhhhh.....but if I have the same luck next time It'll pay off.... lol...when you link the pix it's supposed to take you to my friend's page....instead it just acts like a jpeg url....:doh:... thx ..... Link to comment Share on other sites More sharing options...
jbooma Posted February 21, 2006 Share Posted February 21, 2006 friends don't let friends do html, we will have a much better internet anything between <table></table> is a table Link to comment Share on other sites More sharing options...
Baculus Posted February 21, 2006 Share Posted February 21, 2006 Try this for your pic, as an example, to hyperlink an image: <a href="http://r4wr.com/friends" class="fs"><img src="enter img URL here"></a> See if that helps... Link to comment Share on other sites More sharing options...
Thirtyfive2seven Posted May 10, 2006 Share Posted May 10, 2006 Does anyone have any Redskins Layouts pre-made that I could use. I've seen one for Sean Taylor and Clinton Portis but I just wanted a Generic Redskins layout. Any help or suggestions would be greatly appreciated! Thanks! Edit: Ok I made this using an editor but I have a question. Does anyone know how to make the fields larger? I'd like to expand the tables so you can view more of what people write as well as what I want to fill in. <Style type="text/css"> body{ background-color:660000; background-image:url(http://img89.imageshack.us/img89/616/redskins1024x7682ih.jpg); background-position:Center Center; background-attachment:fixed; background-repeat:no-repeat; scrollbar-track-color:FFFF00; scrollbar-highlight-color:000000; scrollbar-base-color:000000; scrollbar-darkShadow-color:000000; scrollbar-shadow-color:000000; scrollbar-arrow-color:000000; } Table, Td{ background-color:transparent; } table table table{ width:400px; filter:50; opacity:0.50; -moz-opacity:0.50; border-color:000000; border-style:Groove; border-width:4px; } table table table table{ width:auto; } table table table table, table table table td{ border-style:none; } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:FFFF00; font-size:10pt; font-weight:normal; font-style:normal; font-family:Verdana, verdana, arial, sans-serif; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:FFFFFF; font-size:10pt; font-weight:bold; font-style:normal; font-family:Times New Roman, verdana, arial, sans-serif; } a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{ color:FFFF00; font-weight:normal; font-style:italic ; font-family:Times New Roman, verdana, arial, sans-serif; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:000000; font-size:12pt; font-weight:bold; font-style:normal; font-family:Times New Roman, verdana, arial, sans-serif; } a img{ filter:alpha(opacity=90) ; opacity:0.9; -moz-opacity:0.9; } </Style> <br/><br/> I edited my profile with <A href="http://www.strikefile.com/myspace" target="_blank">Thomas’ Myspace Editor V3.6</A>! <br/><br/> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.