Jump to content
Washington Football Team Logo
Extremeskins

myspace, html question, pretty simple


Coach Williams

Recommended Posts

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

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

  • 2 months later...

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...